	/* CSS Document */
	@charset "UTF-8";
	
	.cls{clear:both; height:0; width:0; margin:0; padding:0;}
	h1,h2,h3,h4,h5,h6,p,ul,li,img,label{margin:0px;padding:0px; border:0px;}
	img{border:0px;}
	

	html {
		-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	}

	body {
		font-size:20px;
		margin:0 auto;
		color:#000;
		font-family:Arial,Calibri,"Trebuchet MS",Verdana, Geneva, sans-serif;
		overflow-x:hidden; 
		
			/*max-width:420px;*/ 
			-webkit-user-select:none; 
			-webkit-text-size-adjust:none;
		
		height:100%;
		width:100%;
		background-color:#000;
	}
	
.container{
		background-color:#FFF;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		
		max-width:420px;
		margin:0 auto;
	}	
	header{
		background-color:#FFF;
		width: 100%;
	}

.headerTitle{
	height:auto;
	}
.headerTitle h1{
	font-size:22px;
	margin:15px 0 0 5px;
	float:left;
	}
.headerFlag{
	float:right;
	margin:10px 5px 0 0px;
	/*display:none;*/
	}
	
.headerImage{
	/*background-color:yellow;*/
	width: 100%;
	height:auto;
	margin: 0px auto;
	}
.imgCover{
	/*
	max-width:410px;
	max-height:230px;
	*/
	width: 100%;
    height: auto;
	margin-bottom: -10px;
	}
.button-element{
	background-color:#939598;
	width: 100%;
	height:auto;
	margin:0px;
	min-height:200px;
	}
.libras-button {
		width: 100%;
	    height: auto;
		background-color:#D8CD35;
	}
.libras-button img{
	position:absolute;
	left: 50%;
	right:50%;
    margin: 10px;
	margin-left:-79px;
	margin-right:-79px;
	}
.imgLogo{
	/*
	max-width:410px;
	max-height:230px;
	*/
	width: 100%;
    height: auto;
	margin:0px;
	
	}

	nav{
		background-color:#FFF;
		width: 100%;
	}
	nav h2{
		color:#1F1F1F;
		font-size:24px;
		margin:12px 0 0 5px;
		height:40px;
		}
ul{margin:0px;}

li{
	margin:5px;
	height:45px;
	background-color:#000000;
	font-size:18px;
	list-style:none;
	color:#FFFFFF;
	line-height:45px;
	padding-left:5px;
	}
li a {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	}


/* V I D E O */

#videoPlayer{
	width:100%;
	margin-top:-5px;
	}

.videoContent{
	background-color:#000000;
	overflow: hidden;
}

video {
	z-index:0;
}
video.fillWidth {
	width: 100%;
}



@media (min-width:320px) { 
/* smartphones, iPhone, portrait 480x320 phones */ 
.container{max-width:420px;}
/*
.headerImage{
	width: 300px;
	background-color:#004754;
	margin: 0px auto;
	}
.imgCover{
	max-width:300px;
	margin-bottom: -10px;
	}
	*/
	
li{font-size:0.8em;font-weight:bold;}
}
@media (min-width:481px) { 
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
.container{max-width:420px;}
}
@media (min-width:641px) { 
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
.container{max-width:100%;}
li{font-size:1.2em;font-weight:bold;}
}
@media (min-width:600px) { 
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
.container{max-width:100%;}
li{font-size:1.2em;font-weight:bold;}
}
@media (min-width:961px) { 
/* tablet, landscape iPad, lo-res laptops ands desktops */
.container{max-width:100%;}
li{font-size:1.0em;font-weight:bold;}
	
}
@media (min-width:1025px) {
	/* big landscape tablets, laptops, and desktops */ 
.container{max-width:50%;}
	}
@media (min-width:1281px) { 
/* hi-res laptops and desktops */ 
.container{max-width:50%;}
}

.missyMenuItem{background-color:#26140D;}
.missyMenuItemActive{background-color:#572E1E;}
.missyMenuItemHome{background-color:#AAAAAA;color:#26140D; text-align:center;}
.missyMenuItemHome a{background-color:#AAAAAA;color:#26140D; text-align:center;}

.item1{background-color:#00847D;}
.item2{background-color:#007D77;}
.item3{background-color:#00716B;}
.item4{background-color:#006A65;}
.item5{background-color:#00645F;}
.item6{background-color:#005E59;}
.item7{background-color:#85382E;}

.item8{background-color:#92432D;}
.item9{background-color:#A04F2C;}
.item10{background-color:#B15E2B;}
.item11{background-color:#C16B2A;}
.item12{background-color:#CF7829;}

.item13{background-color:#DF8628;}
.item14{background-color:#EB9027;}

.item15{color:#004A57;background-color:#CCCCCC; background-image:url(../images/bg_endlink.png); background-repeat:repeat;}
.item15 a{color:#004A57;background-color:#CCCCCC;background-image:url(../images/bg_endlink.png); background-repeat:repeat;}

footer{
	width:100%;
	background-color:#FFF;
	height:22px;
	line-height:16px;
	font-size:12px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	/*margin-top:10px; */
	}
footer a {
	text-decoration:none;
	color:#fff;
	}