@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

html {
    overflow-y: scroll;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color:#2a73f7;
	text-decoration: underline; 
}
a:visited {
	color: #2a73f7;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ temporarily remove container restraints 
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
}
~~ */

.container {
	width: 100vw;
	
	margin: 0 auto; 
}

.header {
	background-image: url(images/sandstone-background.jpg); 
	
}

.logo { 
	max-width: 1000px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-right: auto; 
	margin-left: auto; 

}

.logo2 {
	display: block; 	
	
}

.social_media { 
	float: right; 
	padding-top: 0; 
	padding-bottom: 0; 

}

.app {
	float: left; 
	
	
	
}

.gcoastsnippet { 
	float: left;
	margin-right: 10px; 

}

.navbar { background-color: #0c1e40; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	border-top: 5px solid #d7a34f; 
	height: 60px; 
	
 
}

.popup_container { 
	width: 500px; 
	border: 2px solid #000000;
	-webkit-box-shadow: 5px 5px 5px #828282; 
-moz-box-shadow: 5px 5px 5px #828282; 
box-shadow: 5px 5px 5px #828282;

}

.navigation { 
	max-width: 1000px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 10px; 
	
	color: #fff; 
	font-weight: bold; 
	padding-bottom: 0; 
	font-size: 1.3em; 
	

		
}

.construction_mgt { 
	margin-left: 60px; 
	

}

.construction_mgt_bg { 
	background-image: url(images/construction-management-services-bryanco-services-dixie-county-florida.png); 
	background-repeat: no-repeat;
	background-position: right

}

ul.nav { list-style: none; 
	text-align: center; 
	font-weight: bold; 
	
	

}

ul.nav li { display: inline; 
	

	
}

ul.nav a, ul.nav a:visited { 

	text-decoration: none;
	color: #e7eaf0;
	padding-right: 25px; 
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color:  #d7a34f; 
	
}


.theatre { 	background-image: url(images/blue-gradient-background.png); 
	padding-top: 0; 
	padding-bottom: 0; 
	


}

.slideshow { 
	max-width: 1000px;  
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0; 
	margin-bottom: 0; 
	

}

.content_background { 
	background-color: #0c1e40; 
	border-top: 5px solid #d7a34f;

}

.content {
	
	max-width: 1000px; 
	margin-right: auto; 
	margin-left: auto; 
	background-color: #0c1e40; 
	color: #fff; 
	padding-top: 12px; 
	padding-bottom: 2px; 
	
}

.content2 {
	background-color: #fff;
	padding: 5px 0;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;


}

.page_heading { text-align: center; 


}

.app_page_content { 
	text-align: left; 
	color: #0A2862; 
	font-weight: bold; 
	font-style: italic; 
	

}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-image: url(images/blue-gradient-background.png); 
	text-align: center; 
	color: #fff; 
}

.footer a, ul.nav a:visited { 

	text-decoration: underline; 
	color: #E7EAF0;
	padding-right: 25px; 
}
.footer a:hover, ul.nav a:active, ul.nav a:focus { 
	color:  #fff; 
	
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.textbox { text-align: center; 
	border: 3px solid #000000; 
}
 .downloadapp { 
 	text-align: center; 
	margin-top: 5px; 
 
 }

.license-heading { 
	padding-left: 35%; 

}

.fbicons { 
	float: left; 

}

@media screen and (max-width: 800px) and (min-width: 1px) 
{
 .app { 
 	display: none;  
	
 }

.header { 
	display: none; 

}

.navbar { 
	display: none; 
}

.app_page_content { 
	font-size: .85em; 
}


}


