@charset "utf-8";

* {
        margin: 0;
        padding: 0px 0 0 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: transparent;
    	font-family: 'Nunito', sans-serif;

}

body{
	background: hsla(0,0%,3%,1.00);
	
	background-image:url(../img/checker1.png) ;
	

}

.darkBackg {
	background-image:url(../img/backgBlackSmall.png);
}
	


.bodyClean {
	background-image:url(../img/backPattern1.jpg);
	background-size: 100% auto;
}

hr {
	opacity: 0.2;
}

@font-face {
	font-family: cabold;
  src: url(cabold.OTF);
}
@font-face {
	font-family: ArialB;
  src: url(ARLRDBD.TTF);
}

@font-face {
    font-family: 'Cartoonist Simple';
    src: url('CartoonistSimple.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



#fullHeader{
	padding: 0;
	
}

.rotate {
  animation: rotation 1s infinite linear;
}
.rotateAround {
  animation: rotAround 10s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes rotAround {

  
  0% { top: calc(100vh - 32px); left: 0px; transform: rotate(0deg);}
  24.9% { transform: rotate(0deg);}
  
  25% { top: calc(100vh - 32px); left: calc(100vw - 32px); transform: rotate(-90deg);}
  49.9% { transform: rotate(-90deg);}
  
  50% { top: 0; left: calc(100vw - 32px); transform: rotate(-180deg);}
  74.9% { transform: rotate(-180deg);}
  
  75% { top: 0; left: 0; transform: rotate(-270deg);}
  99.9% { transform: rotate(-270deg);}
  
  100% { top: calc(100vh - 32px); left: 0; transform: rotate(-360deg);}
  

}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  width: 100%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#commHeader{
	width: 1500px;
	height:300px;
	margin:auto;
	display: block;
	overflow:hidden;
	background:hsla(233,0%,95%,1.00);
	
}

.headerInfo{
	
	font-size: 22px;
	color:hsla(0,0%,30%,1.00);
	font-family: Nunito;
	padding: 20px 200px;
	
}

#commContainer{
	width: 1500px;
	height:100%;
	margin: auto;
	display: block;
	overflow:hidden;

}

.commImage{
	width: 516px;
	height: 516px;
	float:left;
	background: hsla(0,0%,20%,1.00);
	
	margin-top: 4px;
	
	
	 /* IE, only works on <img> tags */
  -ms-interpolation-mode: nearest-neighbor;
  /* Firefox */
  image-rendering: crisp-edges;
  /* Chromium + Safari */
  image-rendering: pixelated;


}

.commImage img{
	margin: 2px 0 0 2px;
}

.bigTitle{
	background: #3e4dbc;
	background-image:url(../img/titleTile.png);
	background-size: contain;
	background-repeat:repeat-x;
	
	  -ms-interpolation-mode: nearest-neighbor;
  /* Firefox */
  image-rendering: crisp-edges;
  /* Chromium + Safari */
  image-rendering: pixelated;
	
	font-size: 48px;
	color:white;
	font-family: ArialB;
	padding:10px;
	margin: auto;
	text-align: center;
	
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	
}

.commTitle{
	font-size: 32px;
	color:white;
	font-family: ArialB;
	padding:20px;
	margin: 0px auto ;
	
	
	background: #3e4dbc;
	background-image:url(../img/titleTile.png);
	background-size: contain;
	background-repeat:repeat-x;
	
	  -ms-interpolation-mode: nearest-neighbor;
	  /* Firefox */
	  image-rendering: crisp-edges;
	  /* Chromium + Safari */
	  image-rendering: pixelated;
	
		-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	
}

.center {
  text-align: center;
}


.commInfo{
	width: 60%;
	height: 380px;
	float: left;
	padding: 20px;
	
	margin-top: 10px;
	margin-left: 4px;
	background: hsla(0,0%,90%,1.00);
}

.commInfo .desc{
	font-size: 24px;
	color:hsla(0,0%,20%,1.00);

	font-family: Nunito;
	width: 100%;
	height: 310px;
	float: left;
	
	/*background: hsla(0,0%,70%,1.00);*/
}

.commIncludes{
	background: hsla(0,0%,90%,1.00);
	font-size: 16px;
	color: hsla(0,0%,30%,1.00);
	font-family: ArialB;
	width: calc(40% - 92px);
	height: 380px;
	float: left;
	padding:20px;
	line-height: 30px;
	margin: 10px 0 0 4px;
}

.commIncludes ul{
	margin-left: 20px;
}

.commDescription{
	width: calc(100% - 512px - 8px);
	height: 516px;
	float:left;
	
	margin: 4px 0 0 0px;
	background: hsla(0,0%,93%,1.00);

}

.commThumbs {
	width: 100%;
	height: 80px;
	/*background: hsla(0,0%,25%,1.00);*/
	margin-top: 4px;
	float:left;
	
}

.commThumbs img{
	height: 100%;
	margin-right: 2px;		
	float:left;
	cursor: pointer;
	
		
	 /* IE, only works on <img> tags */
  -ms-interpolation-mode: nearest-neighbor;
  /* Firefox */
  image-rendering: crisp-edges;
  /* Chromium + Safari */
  image-rendering: pixelated;
	
}

.commThumbs img.active{

	box-sizing: border-box;	
	border: 2px solid hsla(216,100%,60%,1.00);
	
}

.commMarginLeft {
  margin-left: 4px;

}

#header{
	width: 100%;
	height: 100px;
	border-radius: 5px;
	margin: auto auto;
	
	transform: translate(0,-4px);
	-ms-transform: translate(0,-4px);
	-webkit-transform: translate(0,-4px);
	
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px px 0px 0px rgba(0,0,0,0.5);
}

#logo {
	margin: 20px 0;
}

#wrapper{
	width: 70%;
	margin: 30px auto;
	padding: 0px 0px;
	
	
	border-radius: 5px;

}

#title{
	font-family: cabold;
	font-weight: 100;	
text-shadow: 0px 0px 7px rgba(0,0,0,0.85);
}
#title a{
	text-decoration: none;
	color: hsla(0,0%,95%,1.00);
}

.centered {
	
display: block;
  margin-left: auto;
  margin-right: auto;
	
	
}

h4{
	font-family: 'Nunito', sans-serif;

	font-size: 16px;
	text-align: center;
	color: hsla(0,0%,90%,1.00);
}

.contTitle{
		font-family: cabold;
	font-weight: 100;	
	font-size: 28px;
	text-align: center;
	color: hsla(0,0%,20%,1.00);
}

.contSub{
		font-family: cabold;
	font-weight: 100;	
	font-size: 20px;
	text-align: center;
	color: hsla(0,0%,20%,1.00);
}

h3{
	font-size: 24px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	color: hsla(0,0%,90%,1.00);
	
}

.subtitle{
		color: hsla(0,0%,60%,1.00);
}

.hList {
	
	list-style: none;
	text-decoration: none;
	
	padding: 0px 0;
	width:100%;
	height:80px;
	text-align: center;
		transform: translate(0,-4px);
	-ms-transform: translate(0,-4px);
	-webkit-transform: translate(0,-4px);
	border-radius: 5px;
	
}

iframe {
    
       margin-left: auto;   /* Automatic margin from left */
       margin-right: auto; /* Automatic margin from right */
	   display:block;
	   overflow:hidden; 
	   
	   -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,1);
box-shadow: 0px 0px 18px 2px rgba(0,0,0,1);
      } 

/* unvisited link */

a:link {
  color: orange;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}

.hList li{
	width: 20px;
}
.hList a{
	text-decoration: none;
	color: hsla(0,0%,4%,1.00);
	font-family: ArialB;
}

.hList .disabled a{
	text-decoration: none;
	color: hsla(0,0%,5%,0.250);
	font-family: ArialB;
	
}



.menu {
	
	list-style: none;
	padding: 0px 0;
	margin: 10px 0;
	width:100%;
	text-align: center;
	font-family: ArialB;
	
	
}

.menu li .selected{
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	width:100px;
	text-decoration:underline;
	height:52px;
	transform: scale(1.2,1.2); /* Standard syntax */
	-ms-transform: scale(1.2,1.2); /* IE 9 */
  	-webkit-transform: scale(1.2,1.2); /* Safari */
}

.menu li{
		display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	width:100px;
	height:52px;
}

.menu li a{
	text-decoration: none;
	color: hsla(0,0%,0%,1.00);

}

.menu li p:hover{
			 transform: scale(1.2,1.2); /* Standard syntax */
	  -ms-transform: scale(1.2,1.2); /* IE 9 */
  -webkit-transform: scale(1.2,1.2); /* Safari */
	text-decoration:underline;
}

.hListItem {
	
	display: inline-block;
	padding: 0 10px;
	margin: 10px 0;
	vertical-align: middle;
	width:30px;
	height:32px;
}



.icon{
		 transform: scale(1,1); /* Standard syntax */
	  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
	
		-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	}

img.icon:hover {
  /*
	width:40px;
	*/
	      transform: scale(1.2,1.2); /* Standard syntax */
	  -ms-transform: scale(1.2,1.2); /* IE 9 */
  -webkit-transform: scale(1.2,1.2); /* Safari */
}

.contentText {
	display:block;
	
	width: 70%;
	margin: auto auto;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	
}

.storyText {
	display:block;
	
	width: 70%;
	margin: auto auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	font-family: 'Merriweather', serif;
	text-align:justify;
	
}

.contestText {
	display:block;
	
	width: 70%;
	margin: auto auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	font-family:  'Open Sans', sans-serif;
	text-align:justify;
	
}

#changelog {
	bottom: 0;
	position:relative;
}

hr {

 border: 0;
  clear:both;
  display:block;
	margin:auto;
  width: 96%;               
  background-color:#000000;
  height: 1px;
	padding: 0;
}



