@charset "UTF-8";
/* CSS Document */
/* definition */
@font-face {
  font-family: Lato;
  src: url('fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	
	margin: 0;
}

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

#home-page-interior img {
    width: 100%;
    height: auto;
}


picture {
	 display: block;
	 width: 100%;
}

p, label {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 24px;
}

#header p{
	
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	color: #0a6db5;
	
}

p {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 24px;
}

strong {
    font-family: 'Lato', Arial, sans-serif;
}

h1 {
	font-family: 'Lato', Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #603813;
	margin-bottom: 5px;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 34px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

h3 {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 24px;
}

h4 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #603813;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 22px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #999999;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 22px;
	font-weight: lighter;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 32px;
	font-weight: lighter;
}

ul{
    display: inline-block;	
}
li {
	text-align: left;
	display: list-item;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 24px;
	margin: 0;
}

ul li { padding: 5px 0px; }

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #908E8E;
}



a:hover{
	color: #c49a6c;
	
}


p a:link, a:visited {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	color: #335c64;
	text-decoration: none;
}
p a:hover {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	color: #c49a6c;
	text-decoration: underline;
}

li a:link, a:visited {
	text-align:left;
	display: list-item;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	color: #335c64;
	line-height: 24px;
}

li a:hover {
	text-align:left;
	display: list-item;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	color: #c49a6c;
	line-height: 24px;
}


#gallery .img-last{

margin-right: 0;	
}

.thumbnail {
    display: block;
    padding: 1px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #335c64;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* Home page images */



.box-image h2{
    position: absolute;
    top: 0;
    background: rgba(51, 92, 100, .8);
    width: 100%;
    text-align: center;
    padding: 13px 0;	
	z-index: 1;
}



.box-image {
    -webkit-filter: brightness(100%);
}

.box-image:hover
 {
    -webkit-filter: brightness(40%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.box-social-icons:hover{ /* Used for social media images and a hover effect */
	opacity: 0.5;
}


/* Social icons */
#social-icons img{

	width: 28px;
	height: auto;	
}

#social-icons-non-footer img{
	width: 42px;
	height: auto;	
}

#social-icons-non-footer a {
	/* Setting this because a:links displayed a small underscore (line) after each image*/
    display: inline-block;
}

/* ============== */

.testimonial-image{

	width: 95px;
    height: auto;	
}

.footer-image{

	width: 95px;
    height: auto;	
}

.center{
	text-align: center;	
}

#headerAddress p, #headerPhone p{

	font: Helvetica, Arial, sans-serif;	
	font-size: 14px;
	color: #0a6db5;
}

#content #box-1 h2,
#content #box-2 h2,
#content #box-3 h2,
#content #box-4 h2{

	color: #000;
	text-align: center;
	font-style: italic;
	height: 39px;
	background: rgba(255, 255, 255, 0.7);
    padding-top: 10px;
}


/* Removes ios phone link coloring */
#content>p>a[href^="tel"],
#headerPhone a[href^="tel"], 
#footer>div>p>a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}


label{
    margin-bottom: 4px;
    display: inline-block;
}


.hr:after {
  content: '';
  display: block;
  border-top: 1px solid #fff;
  margin-top: 0.5em;
  padding-left: 20px;
}


/* Form */

.form-group{
	
	margin-bottom: 12px;
	display: inline-block;
	margin-top: 8px;
}

.form-group, 
.form-textarea{

	text-align: left;	
}



.form-full-width{
	
	width: 100%;
}

form>.form-group button{
	
    background: #DBAB3D;
    color: #fff;
    font-weight: 600;
    width: 56px;
}


label{
    margin-bottom: 4px;
    display: inline-block;
}

input.form-control{

    width: 80%;
    border-radius: 0px;
    border: 1px solid #DBAB3D;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 0;
    height: 36px;
    margin-left: -1px;
    font-size: 10px;
    display: table-cell;
	
}

.svg-inline--fa.fa-w-16,
.svg-inline--fa.fa-w-18{
    width: 1.125em;
}



.svg-inline--fa{

    float: left;
    vertical-align: middle;
    padding: 0;
    padding-left: 3px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #948F8F;
    text-align: center;
    background-color: #ECD7A5;
    border-radius: 0px;
    border: 1px solid #DBAB3D;
    font-size: 30px;
    border-right: none;
}

.form-textarea-wrapper{
	
    width: 110%;
    position: relative;
    display: table;
    border-collapse: separate;
    height: 193px;
	z-index: 10;
}


textarea#inputComment{
	/* Let the input and text area fill the div's width */
	
    border-radius: 2px;
    border: 1px solid #DBAB3D;
    position: relative;
    z-index: -1;
    float: left;
    width: 71%;
    margin-bottom: 0;
    height: 104%;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -1px;
}

.form-group textarea{
	width:63%;
	display: block;
}

.error{/* Form error message when field is not complete */
    color: #F00;
}

#footer p {
	clear:left;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}


#footer ul{

	list-style-type: none;
	padding: 0;	
	margin: 0;
}

#footer ul li{

	line-height: 10px;
	
}
#footer a:link {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
	font-style: normal;
}
#footer a:visited {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
	font-style: normal;
}
#footer a:hover {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	color: #c49a6c;
	text-decoration: underline;
	font-weight: normal;
	line-height: 17px;
	font-style: normal;
}

.responsiveCal {
 
position: relative; padding-bottom: 100%; height: 100%; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 1px; min-width: 100%; *width: 100%;  height: 100%;
 
}

 head-shots img{
	width: 15%;
}

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 1px) {
    h1{font-size: 28px;line-height: 32px; margin-top: 0;}
	h2{font-size: 22px; line-height: 24px;}
	h3{font-size:10px; line-height: 15px;} 
	
	#interior-page-image>picture>img, 
	#home-page-image>picture>img{	height: 230px;}
	
	.col-img{

		width: 75%;	
	}
	
.side-img{
		width: 65%;	
	}
	

}

/* Tablet Layout: 481px to a max of 768px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 481px) {
 	h1{font-size:34px; line-height: 36px;}
	h2{font-size:24px; line-height: 28px;}
	h3{font-size:11px; line-height: 14px;} 
	#interior-page-image>picture>img, 
	#home-page-image>picture>img{	height: 100%;}

	.col-img{
		width: auto;	
	}
	.side-img{
		width: 65%;	
	}
	

	
}

/* Desktop Layout: 769px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	
	.col-img{
		width: auto;	
	}
	
	.side-img{
		width: 60%;	
	}
	
	
	
}
