<?php

/* 
dark blue  2d2c3c
dark maroon 672123
dark brown 3b3734

lite slate text/links bfc0d3
med slate gray/blue 605f6f

main brown text 73614d

*/
 

* {
  margin: 0;
}

html, body {
	margin: 0px;
	color: #73614d;
	font-family: 'Montserrat','Lucida Grande',Sans-Serif;
	font-size: 17px;
	background-color: #e7e7e7;
}

body { 
	background-color: #f2f2f2;
}


.tel {
	font-size: 1.2em;
}
.headline {
	font-size: 1.3em;
	color: #78BC21;
}

#logo_div {
	float: left; 
	line-height: 36px; 
	margin-top: 100px; 
	width: 60%; 
	max-width: 800px;
	min-width: 360px; 
	opacity: .8;
}

#main_logo {  
	 
	max-width: 453px;
	margin: 20px auto 20px 20px; 
	vertical-align: middle;
	height: 48px;
}


#main_logo2 {  	
 	display: none;
}


@media(max-width: 768px) {

	h1 { font-size: 1.4em; color: #000000; }
	h2 { font-size: 1.3em; color: #000000; }
	h3 { font-size: 1.2em; color: #000000; }
 	
 	#logo_div {
 		margin-top: 60px;
 		width: 90%;
 	}
 	
 	#main_logo {  
 		display: none;
 	}
 	#main_logo2 {  
		display: block;
		width: 90%;
		max-width: 300px;
		margin: 20px auto 20px 20px; 
	}
 
 	#home_billboard {
		background-size: auto 100%;
		background-position: center;
	}
	
}

caption {
	font-face: 'Montserrat','Poppins','sans-serif';
	font-style: italic;
}

a.navlink { font-size: 16px;   }


#photo_box img { 

	margin: 14px auto 14px auto; 

}

#image_stack img {
	display: block;
	width: 60%;
	max-width: 360px;
	margin: 40px auto 40px auto;
}




hr.thick { border-bottom: 2px solid green; }



button.carousel-control-prev {
	width: 8%;
}
button.carousel-control-next {
	width: 8%;
}



.carousel img { 
	width: 95%;
}

.bg-lite {
	background-color: #eeeeee;
}


/* Augment Bootstrap padding spaces */

.p-25 { 
    padding: .75rem !important;
}
.p-35 { 
    padding: 1.25rem !important;
}
.p-45 { 
    padding: 1.75rem !important;
}


.page_copy {  

	font-family: 'Poppins','Montserrat','sans-serif';
	line-height: 1.6em;
	background-image: url('design_images/bg-white-3.png');
	line-height: 1.8em;
}

.light { 
	color: #bfc0d3;
}
.light a { color: #b3b4ea; text-decoration: none; }
.light a:hover { color: white; text-decoration: underline; }


.bigblue a { font-size: 1.4em; color: #2d2c3c; }


#sect_granite {  background-color: #3b3734; }
#sect_dark {  background-color: #2d2c3c; }
#sect_body {  background-color: #ffffff;  }
#sect_nav {  background-color: #672123;  }



#Menubox { margin: 0px -15px 0px -15px; padding:  0px; color: #ffcc33; }

#MainMenu a { 
	font-family: 'Poppins','Montserrat',arial;
	color: #c8b8b8;
	font-size: .8em;
	font-weight: 400;
	line-height: 46px;
	margin: 0px 14px; 
	padding: 0px 12px 0px 12px;
	text-transform: uppercase;
}

#MainMenu a:hover { color: #ffffff; background-color: #4b403c; }



.foot-logo { width: 40%; margin: 20px auto 20px auto; }
.bodycopy { line-height: 1.8em; }
.featured { width: 60%; max-width: 240px; margin: 10px auto; }
	
#alert_box {
	text-align: right;
	padding: 14px;
	background-color: #d67600;
	color: #efefef;
}


/*  -------------------------------------- B A C K G R O U N D S -------------------*/


.bg_black { 
	background-color: #000000;
	
}
.bg_purple { 
	background-color: #564386;
	
}
.bg_green { 
	background-color: #4f9c4a;
	
}
.bg_dark {
	background-color: #2d2c3c;
}


/*  -------------------------------------- B U T T O N S -------------------*/

.btn-default {       background-color: #37914a; color: #ebf6ee; padding: .1em .3em; }
.btn-default:hover { background-color: #71bc81; color: white; }
.btn-small {        background-color: #37914a; color: #ebf6ee; padding: .2em .5em; }
.btn-small:hover {  background-color: #71bc81; color: white; }
.btn_warning {      background-color: #5EC25A; }


@media(max-width: 768px) {

	#photo-strip {  visibility: hidden; display: none; }
	
	h1 {  font-size: 1.6em; color: #000000; }
	h2 { font-size: 1.4em; color: #000000; }
	h3 { font-size: 1.2em; color: #000000; }
	
}


a {   font-family: 'Poppins','arial';  color: #46495a; text-decoration: none; }
a:hover {  color: #5a618c; text-decoration: underline; }

.dark a {   font-family: 'Poppins','arial';  color: yellow; text-decoration: none; }
.dark a:hover {  color: #dddddd; text-decoration: underline; }

a.small { text-decoration: underline;  color: #000099; font-size: 90%; }
a.small:hover { text-decoration: underline;  color: #990000; font-size: 90%; }

a.white { font-weight: bold; color: #ffffff;  }
a.white:hover { font-weight: bold; color: #dddddd; }

a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
}


.link_lite  { color: white; text-decoration: underline; }
.link_lite:hover { color: #cccccc; }



h1, h2, h3, h4, h5 { 
	font-family: 'Poiret One','Cormorant Garamond','sans-serif';
	margin: 10px 0px 10px 0px; 
}

h1 { font-weight: 400; font-size: 1.8em;  color: #6d6152; }
h2 { font-weight: 400; font-size: 1.6em;  color: #6d6152; }
h3 { font-weight: bold; font-size: 1.4em;  color: #6d6152; }
h4 { font-weight: bold; font-size: 1.3em;  color: #6d6152; }
h5 { font-weight: bold; font-size: 1.2em;  color: #6d6152; }



.title { font-weight: bold; font-size: 1.4em;  color: #000000;  }
.subtitle { font-weight: bold; font-size: 115%;  color: #666666;  }

.titlewhite { font-weight: bold; font-size: 120%; color: #FFFFFF; }




/* ---------------------------------------------  S H A D O W S ---------------*/

.shadow-6 { 
	-webkit-box-shadow: 6px 6px 10px 0px rgba(51,51,51,0.4);
	box-shadow: 6px 6px 10px 0px rgba(51,51,51,0.4);
}

.shadow-8 { 
	-webkit-box-shadow: 8px 8px 14px 0px rgba(51,51,51,0.5);
	box-shadow: 8px 8px 14px 0px rgba(51,51,51,0.5);
}

.shadow-12 { 
	-webkit-box-shadow: 12px 12px 16px 0px rgba(51,51,51,0.5);
	box-shadow: 12px 12px 16px 0px rgba(51,51,51,0.5);
}





/*  -----------------------------------------------  CSS TABLE ---------------- */

.twrap { 
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.thead { 
	display: table-cell;
	font-family: arial,'Exo';
	padding: 8px 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #dedede;
}
.trow {
	display: table-row;
	margin: 10px 30px;
	
}
.tcell { 
	display: table-cell;
	padding: 4px 5px;
	border-bottom: 1px solid #ccc;
}

.tcell_nb { 
	display: table-cell;
	padding:4px 5px;
	
}




.flex_outer {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap; 
	width: 100%;
	padding: 12px;
}

.flex_inner {
	flex-grow: 1; 
	text-align: center;
	margin: 0px auto 0px auto;
}

.fl-20 {
	max-width: 15%;
}
.fl-25 {
	max-width: 22%;
}
.fl-33 {
	max-width: 30%;
}








