/* CSS Document */

/*
font-family: 'Alegreya Sans SC', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Nothing You Could Do', cursive;
*/

/* #8D93AB; /*bluegrey light*/
/* #405580; /*greyblue header*/
/* #111d36; /*dark greyblue*/

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body { 
	background: #cfcdcd; 
	font-family: 'Roboto', sans-serif;
	color: #003; /*navy*/
	max-width:100%;
	width:100%;
} 

h1 {
	font-size: 180%;
	line-height: 180%;
	font-family: 'Alegreya Sans SC', sans-serif;

}

h2, h3, h4 {
	line-height: 150%;
	font-family: 'Alegreya Sans SC', sans-serif;
}

h5 {
	line-height: 100%;
	font-size: 70%;
}


img {
	text-align:center;
	max-width: 100%;
	height: auto;
	width: auto;
}

img.bg {
	  /* Set up proportionate scaling */
	  width: 100%;
	  height: auto;
	 
}

#movieBanner { 
	position: relative; 
	
}

.buttonHover { 
	position: absolute; 
	right: 15px; 
	bottom: 15px;
	z-index: 10; 
}

.buttonHover2 { 
	position: absolute; 
	left: 15px; 
	bottom: 15px;
	z-index: 10; 
}

p {
	font-family: 'Roboto', sans-serif;
	font-size:100%; 
	line-height:150%;
	padding-top: 1%;
}

p a {
	color:#003;
	text-decoration:underline;
}

p a:hover {
	color:#114364; /*med-blue*/
	text-decoration:none;

}

a {
	color:#003;
	text-decoration:none;
}

a:hover {
	color:#5885A3; /*lightest-blue*/
}

a:hover.link {
	color: #fff;
	text-decoration: none;
	padding: 2% 2.5%;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul {
	list-style: none;
		
}

ul li {
	font-size:100%;
	line-height: 170%;
}


ul li a {
	text-decoration:underline; 
}

.script {
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;
	padding: 0.5% 0;
}

.quote {
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;
	padding: 4px 12px;
	margin: 0 auto;
	text-align:center;
}

.grey {
	color: #ccc;
}

.plain {
	text-decoration:none; 
}

.pad {
	padding-top: 20px;
}

.top {
	width: 95%;
	padding-right:5%;
	text-align:right;
}

.indent {
	padding-left:5%;
}

.pIndent {
	padding-left:15%;
}

.large {
	font-size: 120%;
}

img.border {
	border:6px solid #fff;
}

.clear {
	clear: both;
}

.center {
	margin: 0 auto;
	text-align:center;
}

.space {
	height:60px;
}

.bottomBorder {
	border-bottom: 5px solid #114364;
}

.topBorder {
	border-top: 5px solid #114364;
}


/*-----------------HEADER-----------------*/

header { 
	background: #405580; /*greyblue header*/
	width: 100%; 
	max-height:68px;
	position: fixed;
	top: 0;
	left: 0;
	z-index:100;
	opacity: 0.90;
} 

#logo {
	margin: 10px 25px;
	float: left;
		
}


nav {
	padding: 15px 20px 0px 0;
	position:fixed;
	top:0;
	right:0;
	
}

nav ul li {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	float: left;
	padding: 10px 15px;
	font-size: 130%;
}

nav ul li a {
	text-decoration:none; 
	font-weight:bold;	
	color: #eee;
	
}

nav ul li a:hover {
	color: #5885A3; /*lightest-blue*/
}


#banner { 
	background: #333; 
	width: 100%;
	overflow:auto;	
} 
#bannerGallery { 
	margin-top: 70px;
	background: #031d2f; /*darkest-blue*/
	width: 100%;
	overflow:auto;	
} 	

#slider {
	margin: 0 0;
	max-width: 100%;
	background: #031d2f; /*darkest-blue*/
}

#sliderSmall {
	margin: 10px auto;
	max-width: 900px;
	padding:0px;
	border:10px solid #222;
	background: #222; 
}

.slides {
	border:1px solid #101010;
	
}

.blueberry {
	max-width: 1920px;
	margin-top: 110px;
}


.nav2 {
	padding-left: 40px;
}

.nav2 ul li {
	display: inline-block;
	float: left;
	padding: 10px 20px;
}



/*-----------------------FOR VIDEO-------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
}


/*------------------GHOST BUTTON1------------*/

.ghost-button-transition {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 8px;
  margin: 1%;
  color: #003;
  border: 2px solid #003;
  text-decoration:none;
  border-radius: 5px;
  text-align: center;
  outline: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-transition:hover,
.ghost-button-transition:active {
  background-color: #405580; /*greyblue header*/
  color: #fff;
  text-decoration:none;
  border: 2px solid #fff;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}

/*------------------GHOST BUTTON2------------*/

.ghost-button-transition2 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 8px;
  margin: 1%;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-transition2:hover,
.ghost-button-transition2:active {
  background-color: #405580; /*greyblue header*/
  color: #fff;
  border: 2px solid #fff;
  text-decoration:none;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}


/*-----------------CONTENT-----------------*/

#fullLight {
	background: #ccc;
	color: #003;
	width: 100%;
	overflow:auto;	
}

#fullCharcoal {
	background: #101010; 
	color: #ccc;
	width: 100%;
	overflow:auto;	
}


#fullNavy {
	background: #111d36; /*dark greyblue*/
	color: #ccc;
	width: 92%;
	margin: 0;
	padding: 0 4%;
	overflow:auto;
}

#fullBlue {
	background: #506aa0; /*greyblue header-l*/
	color: #ccc;
	width: 96%;
	margin: 0;
	padding: 0 2% 4% 2%;
	overflow:auto;
}

.nada {
	background:#cfcdcd;
	width: 100%;
	height: 70px;
	overflow:auto;
}

.tri {
	width: 32.33%;
	float: left;
	margin: 2% 0.5%;
}


.tri h2, p {
	width: 80%;
	margin: 1% 10%;
}

.triNoPad {
	background: #031d2f; /*darkest-blue*/
	width: 33.33%;
	float: left;

}

.halfLeft {
	float: left;
	margin: 0 auto;
	width: 40%;
	height: auto;
	padding: 5% 1% 1% 7%;
}

.halfRight {
	float: right;
	margin: 0 auto;
	width: 40%;
	height: auto;
	padding: 5% 9% 1% 1%;
}

.biLeft {
	float: left;
	margin: 0 auto;
	width: 64%;
	padding: 5% 1% 5% 5%;
	
}

.biLeftSide {
	float: right;
	margin: 0 auto;
	width: 24%;
	padding: 5% 5% 5% 1%;
}
	



.biRight {
	
	float: right;
	margin: 0 auto;
	width: 64%;
	padding: 5% 5% 5% 1%;

}

.biRightSide {
	float: left;
	margin: 0 auto;
	width: 24%;
	padding: 5% 1% 5% 5%;


}

/*-----------------GALLERY-----------------*/
    ul.rig {
    	list-style: none;
    	font-size: 0px;
    	margin-left: 0.5%; /* should match li left margin */
		margin-right: 1%; /* should match li left margin */
    }
    ul.rig li {
    	display: inline-block;
    	padding: 10px;
    	margin: 0 0 1% 1%;
    	background: #ccc;
    	border: 1px solid #ddd;
    	font-size: 16px;
    	font-size: 1rem;
    	vertical-align: top;
    	box-shadow: 0 0 5px #ddd;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
		
    }
    ul.rig li img {
    	max-width: 100%;
    	height: auto;
    	margin: 0 0 10px;
		
    }
    ul.rig li h3 {
    	margin: 0 0 5px;
    }
    ul.rig li p {
    	font-size: .9em;
    	line-height: 1.5em;
    	color: #333;
		text-align:center;
    }
    /* class for 2 columns */
    ul.rig.columns-2 li {
    	width: 47.5%; /* this value + 2.5 should = 50% */
    }
    /* class for 3 columns */
    ul.rig.columns-3 li {
    	width: 30.83%; /* this value + 2.5 should = 33% */
    }
    /* class for 4 columns */
    ul.rig.columns-4 li {
    	width: 22.5%; /* this value + 2.5 should = 25% */
    }

/*-----------------FOOTER-----------------*/

footer {
	width: 100%;
	height: auto;
}


.box1 {
	padding: 5% 1%;
	float:left;
	width: 23%;
	margin: 0 auto;
	text-align:center;
}

.box2 {
	padding: 5% 1%;
	float:left;
	width: 14%;
	margin: 0 auto;
	text-align:center;
}

.box1 a,
.box2 a {
	color:#ccc;
	text-decoration:none;
	line-height: 250%;
	font-family: 'Roboto', sans-serif;
	font-size: 100%; 
}

.box1 a:hover,
.box2 a:hover {
	color: #fff;
	text-decoration: none;
	padding: 2% 2.5%;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
	border-radius: 4px;
}

.box1 a:hover.noOutline,
.box2 a:hover.noOutline {
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 0;
}


#social {
	margin: 0 auto;
	width: 100%;
}

#social ul li {
	display: inline;
	opacity: 0.7;
	padding: 0 5px;	
	text-align:center;
}

#social ul li:hover {
	opacity: 1;
}



footer.copyright {
	border-top: 2px solid #405580; /*greyblue header*/
	background-color: #111d36; /*dark greyblue*/
	text-align:center;
	height: auto;
	color: #ccc;
	padding-bottom:15px;
}



/*---------------------------MEDIA!---------------------------*/

@media only screen and (max-width: 478px) { 

	body {
		position: absolute;
	}
	
	
	nav {
		display:none;
	}
	
	/*ghost buttons*/
    ul.grid-nav li {
    	display: block;
    	margin: 0 0 5px;
   	}
   	ul.grid-nav li a {
    	display: block;
    }
   	ul.rig {
   		margin-left: 0;
   	}
   	ul.rig li {
   		width: 100% !important; /* over-ride all li styles */
    	margin: 0 0 20px;
    }
	
}
    


@media only screen and (max-width: 740px) { 
	body {
		position: absolute;
	}

	header {
		opacity: 1;
		margin: 0;
		padding: 0;
	}
	
	header img {
		float: left;
		margin: 0;
		padding: 0;
		min-width: 150px;
		height:auto;
	}
	
	#movieBanner { 
		margin-top: 50px; 
	
	}
	
	nav {
		display:none;
	}
	
	#fullBG1 {
		background: #101010; 
		color: #ccc;
		
	}
	
	#fullNavy {
		width: 100%;
		padding: 2% 0;
		
	}
	
	#fullCharcoal {
		width: 100%;
		margin: 0 auto;
		
	}
	
	#fullLight {
		width: 100%;
		margin: 0 auto;
		
	}

	
	
	#slider {
		margin-top: 68px;	
	}
	
	#sliderSmall {
		border:0;
		border-radius: 0;
	}
	
	h1, h2, h3 {
		margin: 0 auto;
		text-align: center;
	}
	
	img.border {
		padding:0;
		border:none;
		border-radius: 0;
	}

	.imgRight { 
		clear:both; 
		margin: 1% auto;
	}
	
	.tri {
		float:left;
		width: 100%;
		height:auto;
		margin: 15px 0;
		padding: 0 0;	
	}
	
	.tri img {
		float:left;
		width: 100%;
		height:auto;
		margin: 0 auto;
		padding: 0;
		text-align:center;	
	}
	
	.tri img.size {
		float:left;
		width: 50%;
		height:auto;
		margin: 0 auto;
		padding: 0;
		text-align:center;	
	}
	
	.triNoPad {
		float:left;
		width: 100%;
		height:auto;
		text-align:center;	
	}
	
	footer .tri ul li img {
		display: inline;
		width: auto;
		height:auto;
		margin: 0 auto;
		float:none;
	}
	
	
	.halfLeft {
		float:left;
		width: 92%;
		padding: 2% 4% 0 4%;
		
	}
	
	.halfRight {
		float:left;
		width: 92%;
		padding: 2% 4% 15% 4%;
			
	}	
	
	.biLeft {
		float:left;
		width: 96%;
		height:auto;
		padding: 8% 2%;
	}
	
	.biLeftSide {
		float:left;
		width: 96%;
		height:auto;
		padding: 8% 2%;
		text-align:center;
	}
	
	.biRight {
		float:left;
		width: 96%;
		height:auto;
		padding: 8% 2%;
		
	}
	
	.biRightSide {
		float:left;
		width: auto;
		height:auto;
	}
	
	footer p {
		font-size: 90%;
	}
	
	.box1 {
		float:left;
		width: 96%;
		height:auto;
		padding: 2% 2%;
	}
	
	.box2 {
		float:left;
		width: 96%;
		height:auto;
		padding: 2% 2%;
	}
	
	.videoWrapper iframe {
		width: 100%;
		height: 100%;
	}
	
	.hideMobile {
		display: none;
	}
}
