/*
body.page-id-71 div#content {
  background-image: url("https://dragondreams.ch/wp-content/uploads/2020/03/chooseFactionDeveloper.png");
  background-repeat: no-repeat;
}
*/

/* fix theme not allowing to use entire browser space. */
div.corp-container {
		max-width: none;
}

/* fix menu headers using upper case text. */
.main-navigation ul li {
		text-transform: none;
}

.main-navigation ul .sub-menu li a {
		font-weight: 700;
}

/* fix body using obnoxiously high line height. */
body {
		line-height: 1.25;
}

/* video tables. */
table.video {
		width: 100%;
		border: 0;
		border-collapse: collapse;
}

table.video tr, table.video td {
		padding: 0;
		border: 0;
}

table.video td.video {
		width: 1000px;
}

div.single-post h1.page-header {
		text-align: center;
		display: block; /* disable display:table which prevents centering */
}

/* fix obnoxious link color that can not be changed properly. */
a {
		color: #1e2c9e;
}
a:active {
		color: #9b182a;
}
a:hover, a:focus {
		color: #20b2b2;
}
a:visited {
		color: #641e9e;
}

/* hide empty page headers */
div.single-post h1.page-header:empty {
		display: none;
		visibility: hidden;
		height: 0;
}

div.mainChoiceLeft img {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 1), 0 0 0 0 rgba(255, 0, 0, 0.8);
}

div.mainChoiceLeft img:hover{
  -webkit-filter: sepia(1) saturate(2);
  -moz-filter: sepia(1) saturate(2);
  -ms-filter: sepia(1) saturate(2);
  /*filter: invert(100%);*/
  /*filter: sepia(1) brightness(1.25) contrast(1.25) saturate(1.5);*/
  filter: sepia(1) saturate(2);
  box-shadow: -4px 0 8px 0 rgba(255, 0, 0, 1), -10px 0 20px 0 rgba(255, 0, 0, 0.8);
}

div.mainChoiceRight img {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 255, 1), 0 0 0 0 rgba(0, 0, 255, 0.8);
}

div.mainChoiceRight img:hover{
  -webkit-filter: sepia(1) saturate(2);
  -moz-filter: sepia(1) saturate(2);
  -ms-filter: sepia(1) saturate(2);
  filter: sepia(1) saturate(2);
  box-shadow: 4px 0 8px 0 rgba(0, 0, 255, 1), 10px 0 20px 0 rgba(0, 0, 255, 0.8);
}

/* colored boxes */
div.coloredBoxGreen{
  background-color: #c0ffc0;
  border: 1px solid #99d79a;
  border-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 4px 4px rgba(0, 64, 0, 0.15);
}

div.coloredBoxBlue{
  background-color: #c0c0ff;
  border: 1px solid #a7a8e5;
  border-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 64, 0.15);
}

div.coloredBoxRed{
  background-color: #ffc0c0;
  border: 1px solid #e5a7a8;
  border-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 4px 4px rgba(64, 0, 0, 0.15);
}

div.coloredBoxGray{
  background-color: #c0c0c0;
  border: 1px solid #adadad;
  border-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15);
}

div.coloredBoxLightGray{
  background-color: #f0f0f0;
  border: 1px solid #cdcdcd;
  border-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15);
}

/* colored boxes with larger corner. */
div.coloredBox2Green{
  background-color: #c0ffc0;
  border: 1px solid #99d79a;
  border-radius: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 4px 4px rgba(0, 64, 0, 0.15);
}

div.coloredBox2Blue{
  background-color: #c0c0ff;
  border: 1px solid #a7a8e5;
  border-radius: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 64, 0.15);
}

div.coloredBox2Red{
  background-color: #ffc0c0;
  border: 1px solid #e5a7a8;
  border-radius: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 4px 4px rgba(64, 0, 0, 0.15);
}


/*
div.coloredBoxBlue div.sow-tabs-panel-container{
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
*/

/* miscelanous */
pre.enterconsole{
  margin: 0.5em 1em 0.5em 1em;
  padding: 0.5em 1em 0.5em 1em;
  background-color: #e0e0f0;
  border-radius: 0.5em 1.5em 0.5em 1.5em;
  border: 1px solid #c8c8d8;
}

table.slightlyblue{
  background-color: #d0d0ff;
  border: 1px solid #a0a0ff;
  border-radius: 0.5em;
  box-shadow: 4px 2px 4px 2px rgba(0, 64, 0, 0.15);
}

table.slightlygreen{
  background-color: #d0ffd0;
  border: 1px solid #b0e0b0;
  border-radius: 0.5em;
  box-shadow: 4px 2px 4px 2px rgba(0, 64, 0, 0.15);
}

table.slightlyred{
  background-color: #ffd0d0;
  border: 1px solid #f0b0b0;
  border-radius: 0.5em;
  box-shadow: 4px 2px 4px 2px rgba(0, 64, 0, 0.15);
}


/* carousel text. */

div.carouselbox {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
		border-radius: 1em;
		box-shadow: 0px 0px 4px 4px rgba(64, 0, 0, 0.15);
		overflow: hidden;
}

div.carousel-slider-hero__cell__heading,
div.carousel-slider-hero__cell__description {
		text-shadow:
				-2px -2px 2px #000,
				 2px -2px 2px #000,
				-2px  2px 2px #000,
				 2px  2px 2px #000;
}

div.democap_carousel {
		margin-left: 5em;
		margin-right: 5em;
		padding: 0.5em;
		background-color: #d0ffd0;
    border: 1px solid #b0e0b0;
    border-radius: 0.5em;
    box-shadow: 4px 2px 4px 2px rgba(0, 64, 0, 0.15);
}

div.democap_carousel div.carousel-slider__caption {
		height: 3.5em !important;
}

div.democap_carousel div.carousel-slider__caption p.caption{
		height: 3em !important;
		padding: 0em;
		display: block;
		font-weight: bold;
}


/* rules applying only to desktop monitors. */
@media only screen and (min-width:910px) {
		div.corp-container {
				padding-left: 5em;
				padding-right: 5em;
		}
}


/* rules applying only to mobiles. */
@media only screen and (max-width:909px){
}