@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Avenir Black, Helvetica, Arial, sans-serif;
	/*font-color: #ed559f;*/
	font-size: 20;
	font-weight: bold;
}																	
h2 { 
	font-family: Avenir Black, Helvetica, Arial, sans-serif;
	font-size: 48;
	font-weight:bold;
}		 
h3 {
	font-family: Avenir Black, Helvetica, Arial, sans-serif;
	font-size: 36;
	width: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	color: #F6F2F2;
	text-align: center;
	text-shadow: 1px 0px;
	text-decoration: underline;
	letter-spacing: 1px;
}																	
h4 {
	font-family: Avenir Black, Helvetica, Arial, sans-serif;
	font-size: 10;
	font-weight: bolder;
}																	
subheading { 
	font-family: Avenir Black, Helvetica, Arial, sans-serif;
	
	font-size: 64;
	font-style: oblique;
}


.logoDOWN {
	padding-top: 65px;
}
.nav {
	padding-right: 500px;

}


p {
	font-family: Avenir Black, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:lighter;
}																
body {
	font-family: Avenir Black, Helvetica, Arial, sans-serif;
	font-size: 18;
	margin-top: 2%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}

#logo {
	order: thin solid #B3B3B8;
	border-radius: 8px;
	-webkit-box-shadow: 0px 3px 10px;
	box-shadow: 0px 3px 10px;
	width: 430px;
	height: auto;
	margin-top: 5px;
	clear: both;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
	
ul#list-nav {
	list-style: none;
	width: 100%;
	position: fixed;
}	

ul#list-nav li { 
	display:inline;
	float:left;
	right:-450px;				
}					
ul#list-nav li a {
	text-decoration: none;
	padding: 10px 5px; 
	width: 135px;
	background: #cc0000;
	color: #eee;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}						
ul#list-nav li a:hover { 
	background: #000066;
	color:#eee;
	font-weight:bolder;
}					
			
ul#list-nav li a:active {
	background-color: #000066;
}
.FBcontent-img {
	width: 450px;
	height: auto;
	clear: right;
	float: left;
	display: inline-block;
	position: relative;
	padding-top: 50px;
	margin-left: 5%;
}

.hometown {
	width:475
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	width: 400px;
	height: auto;
}


/*Dominant image*/
.dominant {
	margin-top: 5px;
	margin-right: 5%;
	margin-bottom: 5px;
	margin-left: 5%;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	width: auto;
	height: auto;
}
.rectangle-box {
	position: relative;
	width: 99.9%;
	overflow: hidden;
	background-color: #ffef58;
	text-align: center;
}
.rectangle-box:before	{
	display: block;
	padding-top: 50%;
}						
#rectangle-content {
	position: relative;
	display: block;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}									
#rectangle-content div {
	display: table;
	width: 100%;
	height: 100%;
	display: table-cell;
	align-self: center;
	vertical-align: middle;
	clear: both;
}			


/*3 Column Responsive Layout from Graham Clark*/

/* STRUCTURE */

#pagewrap {
	padding: 10px;
	width: 960px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border-width: thick;
	border-color: #FFFFFF;
	-webkit-box-shadow: 0 0px;
	box-shadow: 0 0px;
}
header {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: auto;
}
#content {
	width: 33%;
	height: 550px;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#middle {
	width: 33%;
	height: 550px;
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	height: 550px;
	width: 32.9%;
	position: relative;
	padding: 5px 15px;
	text-align: center;
	float: left;
	top: 0px;
	background: #0099cc;
	-webkit-box-shadow: 0px 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px 0px #000000;
	height: 550px;
	padding-top: 5px;
	}
#sidebar .payment img {
	-webkit-box-shadow: 0px 0px 1px 1px #000000;
	box-shadow: 0px 0px 1px 1px #000000;
}






/*NAV DROP DOWN MENU FOR RENTALS*/

.dropbtn {
	background-color: #cc0000;
	color: white;
	padding: 10px;
	font-size: 14px;
	border: none;
	cursor: default;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	clear: both;
	margin: 5px 10 5 10;
		border-left: 1px solid #fff;

		
}
.dropdown {
	position: relative;
	display: inline-block;
	margin-left: inherit;

}




.nav-dropdown-content {
	display: none;
	position: absolute;
	background-color: #cc0000;
	min-width: 100px;
	z-index: 1;
	text-decoration-color:white;
	
	
}		

.nav-dropdown-content a{
	color: white;
	font-size: 12px;
	padding: 12 16px;
    display: block;
	border: 1px solid #fff;

}

.nav-dropdown-content a:hover {
	background-color: #000066;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	font-weight: bolder;
	margin-top: inherit;
	margin-bottom: 1px;
	
}

.dropdown:hover .nav-dropdown-content {
	display: block;
	font-weight: bolder;
}

.dropdown:hover .dropbtn {
	background-color:#000066;
	font-weight: bolder;
}

ul#list-nav {
	list-style: none;
	margin: 5px 5 5 0;
	padding: 0px;
	width: 500px;
	position: relative;
	float: left;
	bottom:120px;
}	
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width : 1098px ){

#pagewrap {
		width: 99%;
		
}
#content {
	width: 42%;
	padding: 1% 1%;
	height: auto;
}
#middle {
	width: 42%;
	padding-top: 1%;
	padding-right: 3%;
	padding-left: 2%;
	padding-bottom: 1%;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	height: auto;
}	
#sidebar {
	clear: both;
	padding: 15px 5px;
	width: 90%;
	float: none;
	height: auto;
	margin-top: 5px;
}
header {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
#logo {
	position: relative;
	float: left;
	clear: both;
	width: 430px;
	height: auto;
	margin-top: 5px;
}
		
ul#list-nav {
	list-style: none;
	margin: 0px 5 5 0;
	padding: 0px;
	width: 500px;
	position: relative;
	float: left;
	bottom:120px;
}	
	
	.dropbtn {
	background-color: #cc0000;
	color: white;
	padding: 10px;
	font-size: 14px;
	border: none;
	cursor: default;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	clear: both;
	margin: 5px 10 5 10;
		border-left: 1px solid #fff;

		
}

.dropdown {
	position: relative;
	display: inline-block;
	margin-left: inherit

}




.nav-dropdown-content {
	display: none;
	position: absolute;
	background-color: #cc0000;
	min-width: 100px;
	z-index: 1;
	text-decoration-color:white;
	
	
}		

.nav-dropdown-content a{
	color: white;
	font-size: 12px;
	padding: 12 16px;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;

	
}

.nav-dropdown-content a:hover {
	background-color: #000066;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	font-weight: bolder;
	margin-top: inherit;
	margin-bottom: 1px;
	
}

.dropdown:hover .nav-dropdown-content {
	display: block;
	font-weight: bolder;
}

.dropdown:hover .dropbtn {
	background-color:#000066;
	font-weight: bolder;
}

	
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	
ul#list-nav {
	list-style: none;
	margin: 5px 5 5 0;
	padding: 0px;
	width: 500px;
	clear: both;
	position: relative;
	bottom: 120px;
	float:left;
}		
ul#list-nav li { 
	display:inline;
	float:left;
	right:-450px;				
}					
ul#list-nav li a {
	text-decoration: none;
	padding: 10px 5px; 
	width: 105px;
	background: #cc0000;
	color: #eee;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}						
ul#list-nav li a:hover { 
	background: #000066;
	color:#eee;
	font-weight:bolder;
}					
			
ul#list-nav li a:active {
	background-color: #000066;
}

#content {
	width: auto;
	float: none;
	height: auto;
}
	
#middle {
	width: auto;
	margin-left: 0px;
	height: auto;
	visibility: visible;
}	
#sidebar {
	width: auto;
	float: both;
	clear: both;
	height: auto;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	top: -5px;
}					
#pagewrap	{
	position: relative;
	top: 5px;
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}						
.contact 	{
	display: block;
	clear: none;
	width: auto;
	height: auto;
}
.padding {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	}
.FBcontent-img {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	display:block;
	bottom: 10px;
}
#ourStory {
	width: 660px;
}
.CONTENTheaderpadding {
	width: 500px;
	text-align: right;
	margin-top: 15px;
}
.hometown	{
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	clear: both;
}
#logo {
	width: 300px;
	height: auto;	
}

	
	
	
	.dropbtn {
	background-color: #cc0000;
	color: white;
	padding: 10px;
	font-size: 14px;
	border: none;
	cursor: default;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	clear: both;
	margin: 5px 10 5 10;
		border-left: 1px solid #fff;

		
}

.dropdown {
	position: relative;
	display: inline-block;
	margin-left: inherit

}




.nav-dropdown-content {
	display: none;
	position: absolute;
	background-color: #cc0000;
	min-width: 100px;
	z-index: 1;
	text-decoration-color:white;
	
	
}		

.nav-dropdown-content a{
	color: white;
	font-size: 12px;
	padding: 12 16px;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;

	
}

.nav-dropdown-content a:hover {
	background-color: #000066;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	font-weight: bolder;
	margin-top: inherit;
	margin-bottom: 1px;
	
}

.dropdown:hover .nav-dropdown-content {
	display: block;
	font-weight: bolder;
}

.dropdown:hover .dropbtn {
	background-color:#000066;
	font-weight: bolder;
}

}
/* for 480px or less */
@media screen and (max-width : 463px ){

	ul#list-nav {
	list-style: none;
	margin: 5px 5 5 0;
	padding: 0px;
	width: 450px;
	}		
ul#list-nav li { 
	display:inline;		
}					
ul#list-nav li a {
	text-decoration: none;
	padding: 10px 5px; 
	width: 70px;
	background: #cc0000;
	color: #eee;
	text-align: center;
	font-size:10px;
	border-left: 1px solid #fff;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}						
ul#list-nav li a:hover { 
	background: #000066;
	color:#eee;
	font-weight:bolder;
}					
			
ul#list-nav li a:active {
	background-color: #000066;
}
	
	
.dropbtn {
		line-height: 12px;
		font-size: 10px;
}

#stickTOP	{
	width:100%;
	
	position: fixed;
	z-index: 100;
}

h1 {
	font-size: 2em;
	clear: none;
}

#middle	{
	margin-bottom:10px;
}

#sidebar {
	display: inline-block;
	height: auto;
	clear: both;
	margin-top: 5px;
	width: auto;
	top: auto;
	padding-left: 1%;
	margin-right: 5px;
}
	
#logo {
		clear: both;
	 	align-content: center;
	}
	
header {
	width: 99%;
	height: 450px;
}
.FBcontent-img {
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 97%;
	height: auto;
	display: block;
}
#ourStory {
	max-width: 660px;
	max-height: 60px;
	font-size:3em;
}

.dominant	{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left:auto;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	width: 80%;
	height: auto;
}
.hometown {
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0;
	clear: both;
	width: 98%;
	height: auto;
}
#clearNAV {
	position: relative;
	display: block;
		
}
	
.headMargin {
	margin-top: 10px;
	border: thin solid #0000CC;
	padding-left: 10px;
	margin-right: 5px;
	
}
#pagewrap {
	position: relative;
	top: 5px;
	width: 99%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin-right:5px;
}
.rectangle-box {
	position: relative;
	width: 99.9%;
	overflow: hidden;
	background-color: #ffff00;
	text-align: center;
	margin-right: 10px;
}
#rectangle-content {
	position: relative;
	display: block;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	width: auto;
}
#rectangle-content div {
	display: table;
	width: 100%;
	height: 100%;
	display: table-cell;
	align-self: center;
	vertical-align: middle;
	clear: both;
	margin-right: 10px;
}
#pursuit {
	display: none;
}
	
}




#content, #middle {
	background-color: #FBFAFA;
}
#content, #middle, #sidebar {
	margin-bottom: 10px;
	margin-top:5px;
}

header, #content, #middle, #sidebar {
	border: solid 1px #fff;
	padding-right: 5px;
	-webkit-box-shadow: 0px 0;
	box-shadow: 0px 0;
}
/*End CONTENT styling*/



		
.bold	{
	font-weight: bold;
	color: #000066;
	font-size: 19px;
	letter-spacing: normal;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: auto;
	word-spacing: normal;
	font-variant: normal;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}

.italic	{
	font-style: italic;
	color: #F6F6F6;
	color: #F8F6F6;
	text-align: left;
	padding-top: 10px;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	letter-spacing: normal;
	word-spacing: normal;
	margin-right: 25px;
	margin-left: 15px;
}			
.padding 	{
	border: thick;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
				
				
				
/*FOOTER CSS STYLING ryanfait.com/resources/footer-stick-to-bottom-of-page/ */	

*	{ 
	 margin: 0;
}
	
.row.text-center .col-md-6.col-md-offset-3 strong {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
html, body {
	height: 100%;
	
}			
.wrapper {	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}		
.footer, .push { 
	height: 6em;
	clear: both;
	text-align: center;
}		  
.map {
	position: relative;
	right: 5px;
	border-spacing: 2px 2px;
	border-collapse: collapse;
	-webkit-box-shadow: 0px 0px 0 0;
	box-shadow: 0px 0px 0 0;
}
			
			
.payment {
	position: relative;
	right: 5px;
	margin-top: 0px;
	margin-left: 5px;
}
			
/*.container{
	margin: 0px auto;
    width: 960px; 
    min-width:inherit;
}*/
#blueBLOCK {
	width: auto;
	height: auto;
	background-color: #333366;
	border-style: ridge;
	color: #F5EDED;
	font-weight: bolder;
	line-height: normal;
	padding: 10px;
}
.inline  {
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 25px;
	position: relative;
	right: 455px;
}
.CONTENTheaderpadding {
	width: 630px;
	text-align: right;
	margin-top: 15px;
}
.pursuit {
	display: inline;
	float: right;
	position: relative;
	right: 10px;
	top: 60px;
	clear: both;
}


/*Work with CONTACT CLASS for layout none of this is working*/

#counties {
	list-style: none;
	font-weight: bolder;
	color: #000066;
	text-align: center;
	margin-right: 35px;
}
.email	{
	margin-top: 20px;
	margin-left: 9px;
}
#wrap img: {
	min-height: 100%;
	min-width: 100%;
}
#ourStory	{
	width:660px;
}
.headMargin {
	margin-top: 10px;
	border: thin solid #0000cc;
	padding-left: 10px;
}
.floatLeft	{
	float:left;
	margin-right:10px;
}
.floatRight	{
	float:right;
	margin-left:10px;
}
.boldBlue {
	color: #000066;
	font-size:14px;	
}






#stickTOP {
	position: fixed;
	top: 6em;
	left: 10;
	z-index: 9999;
	width: 100%;
	height: 50px;

}





/*2nd CSS for 480px or less */
@media screen and (max-width : 463px ){
	
	
}


