html, body {
 height: 100%; 
 min-width:1100px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 1%;

 font-family: 'myfont',Arial, Helvetica, sans-serif;
 
 background-color: #000;
 color: rgb(80, 119, 138);
  }

::selection {color: #000; background: #aabb37;}

@font-face {
  font-family: myfont;
  src: url('arial-black.woff');
}

a:link {
  color:#003f54;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color:#003f54;        }
a:hover {
  text-decoration: none;
  color: #aabb37;
}
a:active {
  text-decoration: none;
}
p {
  color: rgb(80, 119, 138);
  font-size: 14px;
  width: 500px;
 }

#nav{
    height:36px;
    width: 100%;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background-color: #aabb37;
    margin-left:0%;
    
    }
#nav ul{
    list-style:none;
    margin:0px 0px 0px 30px;
    width:1000px;
    line-height: 36px;
    
}
#nav ul li{
    display:inline;
    padding-right: 22px;
    float: left;
   }

#nav ul div{
  display: inline;
  height: 36px;
  padding-right: 10px;
  margin-top: 3px;
  float: left;
 
}   

#nav ul img{
  height: 30px;
  
}

#nav a{
    font-size:18px;
    /* padding: 2px 4px; */
    text-decoration: none;
	color:#003f54;
}
#nav a:visited {text-decoration: none;
	color:#003f54;}
#nav a:hover {
		text-decoration: none;
		color: #6BA8C6;
	}
#nav a:active {
		text-decoration: none;
	}

#logo {
	margin:50px 0px 30px 0px;
}


#KRCtitleLocations{
   
  width: 770px;
  font-size:55px;
  color: white;
  letter-spacing: 5px;
  

}

#KRCtitle{
  width: 75%;
  min-width: 770px;
  font-size:60px;
  color: white;

}
#KRCsubtitle{
  min-height: 38px;
  width:770px;
}


.green{
  color: #aabb37;
}

.poster{
  float:left; 
  margin: 20px 25px 20px 0px; 
  border-style: solid;
  border-color: #003f54;
  border-width: 20px;
}
img.poster{
  display: block;
}

figure a{
  font-size:14px;
  float:left;
  padding: 2px 4px;
  text-decoration: none;
  color:rgb(80, 119, 138);
}
figure a:visited{text-decoration: none;
color:rgb(80, 119, 138);}

figure a:hover {
  text-decoration: none;
  color: #aabb37;
}
figure a:active {
  text-decoration: none;
}


.KRCsections{
	width: 75%;
	min-width: 776px;
	font-size:40px;
  color: white;
  margin-top: 30px;
}
/* .sectiontext{
	width: 500px;
	color: rgb(80, 119, 138);
	font-size: 14px;
} */
.sectiontextthumbs{
	width: 1000px;
	color: rgb(80, 119, 138);
	font-size: 14px;
}


blink, .blink {
	-webkit-animation: blink 1s step-end infinite;
	-moz-animation: blink 1s step-end infinite;
	-o-animation: blink 1s step-end infinite;
	animation: blink 1s step-end infinite;
  }
  
  @-webkit-keyframes blink {
	67% { opacity: 0 }
  }
  
  @-moz-keyframes blink {
	67% { opacity: 0 }
  }
  
  @-o-keyframes blink {
    67% { opacity: 0 }
  }
  
  @keyframes blink {
	67% { opacity: 0 }
  }

 

figure {
  margin: 0px 30px 0px 0px;
}

.mySlides {display:none;}

