﻿html {
/*background: url(images/background.jpg) no-repeat center center fixed;
background-color:#2f3c3d;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
background-color:rgba(0,0,0,1);
  padding: 0;
  margin: 0;
}

.sofia-sans-condensed-<uniquifier> {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.google-sans-flex-<uniquifier> {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}


@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* FORMSTACK OVERWRITES */

.fsForm{
	width:100%;
	max-width:1300px!important;
}

.fsSubmitButton {
  background-color: #4F1612!important;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


.whiteBackground{
	background-color:rgba(0,0,0,0.75);
}

#headerSlides {
display:block;
margin:0;
}

#headerSlides img {
display:block;
width:100%;
}


a:link { color:#078A2C; text-decoration: underline; }
a:visited { color:#078A2C; text-decoration: underline; }
a:active { color:#078A2C; text-decoration: underline; }
a:hover { color:#CACACA; text-decoration: underline; }


a:link.menu {color:#fff; font-weight:400; text-decoration: none; text-transform:uppercase; font-family: "Google Sans Flex", sans-serif; font-size: 18px;}
a:visited.menu {color:#fff; font-weight:400; text-decoration: none; text-transform:uppercase; font-family: "Google Sans Flex", sans-serif; font-size: 18px;}
a:active.menu {color:#fff; font-weight:400; text-decoration: none; text-transform:uppercase; font-family: "Google Sans Flex", sans-serif; font-size: 18px;}
a:hover.menu {color:#078A2C; font-weight:400; text-decoration: none; text-transform:uppercase; font-family: "Google Sans Flex", sans-serif; font-size: 18px;}

a:link.dropdown  {color:#ffffff; text-align:center!important; text-transform:uppercase; text-decoration: none; text-transform:uppercase; font-family: "Google Sans Flex", sans-serif;; font-size: 18px;}
a:visited.dropdown  {color:#ffffff; text-align:center!important; text-transform:uppercase; text-decoration:none; text-transform:uppercase; font-family: "Google Sans Flex", sans-serif; font-size: 18px; }
a:active.dropdown   {color:#ffffff; text-align:center!important; text-transform:uppercase; text-decoration:none; text-transform:uppercase; font-family: "Google Sans Flex", sans-serif; font-size: 18px; }
a:hover.dropdown    {color:#ffffff; text-align:center!important; text-transform:uppercase; text-decoration: none;text-transform:uppercase; font-family: "Google Sans Flex", sans-serif;; font-size: 18px;}


a:link.sm    {color: #078A2C; text-decoration: underline; font-family: Arial, 'Sans Serif'; font-size: 9pt;  }
a:visited.sm  {color: #078A2C; text-decoration:underline; font-family: Arial, Sans Serif; font-size: 9pt; }
a:active.sm   {color: #078A2C; text-decoration:underline; font-family: Arial, Sans Serif; font-size: 9pt; }
a:hover.sm    {color: #CACACA; text-decoration:none; font-family: Arial,Sans Serif; font-size: 9pt;}

a:link.nameLink    {color:#9D8966; text-transform:uppercase; text-decoration:none; font-weight:normal; font-family:"Google Sans Flex",sans-serif; font-size: 16pt; }
a:visited.nameLink {color:#9D8966; text-transform:uppercase; text-decoration:none; font-weight:normal; font-family:"Google Sans Flex",sans-serif; font-size: 16pt; }
a:active.nameLink  {color:#9D8966; text-transform:uppercase; text-decoration:none; font-weight:normal; font-family:"Google Sans Flex",sans-serif; font-size: 16pt; }
a:hover.nameLink   {color:#607883; text-transform:uppercase; text-decoration:none; font-weight:normal; font-family:"Google Sans Flex",sans-serif; font-size: 16pt; }

a:link.header    {color:#ffffff; text-decoration:underline; font-family:"Google Sans Flex",sans-serif; font-size: 14pt;}
a:visited.header  {color:#ffffff; text-decoration:underline; font-family:"Google Sans Flex",sans-serif; font-size: 14pt;}
a:active.header   {color:#ffffff; text-decoration:none; font-family:"Google Sans Flex",sans-serif; font-size: 14pt;}
a:hover.header    {color:#9D8966; text-decoration:none; font-family:"Google Sans Flex",sans-serif; font-size: 14pt;}


a:link.backlink   {color:#C89A57; font-size:10pt; text-decoration:underline; font-family:"Google Sans Flex",sans-serif; }
a:visited.backlink  {color:#C89A57; font-size:10pt; text-decoration:underline; font-family:"Google Sans Flex",sans-serif; }
a:active.backlink   {color:#C89A57; font-size:10pt; text-decoration:none; font-family:"Google Sans Flex",sans-serif; }
a:hover.backlink    {color:#ffffff; font-size:10pt; text-decoration:none; font-family:"Google Sans Flex",sans-serif; }


body{
    font-family: "Google Sans Flex", sans-serif;
    font-size: 1.15rem;
    line-height: 1.25;
    color: #ffffff;
}

p {
margin-bottom:15px;
line-height: 1.25;
}

section {
clear:both;
display:block;
margin:50px auto;
}

#contentBackground {
background-image:url('images/contentBackground.jpg');
background-position:center center;
color:#fff;
display: block;
margin-left: auto;
margin-right: auto;
padding:40px 0;
}



.contactInfo {
	width:100%;
	display:block;
	margin:auto;
	text-align:center;
	background-image:url('images/marbleBackgrouind.jpg');
	color:#FFFFFF;
	font-size:18px;
	padding:10px;
	padding-top:50px;
}

.contactInfo a{
	color:#078A2C;
	text-decoration:none;
}

.contactInfo a:hover{
	color:#CACACA;
	text-decoration:none;
}

.img {
	padding:5px;
box-shadow: 3px 10px 17px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 10px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 10px 17px 0px rgba(0,0,0,0.75);
margin-bottom: 20px;
}

.imgRight {
width: auto\9;
margin:auto;
margin-bottom: 20px;
}

h1 {
font-family:"Sofia Sans Condensed", Arial, sans-serif;
font-weight: 400;
color: #078A2C; 
text-transform:uppercase;
font-size: 1.75rem;
line-height: 1.25;
text-align:center;
margin-bottom:20px;
}


.pageheading {
font-family:"Sofia Sans Condensed", Arial;
font-weight: 400;
color: #ffffff;
font-size: 1.75rem;
line-height: 1.25;
text-align:center;
	width:100%;
        max-width: 700px;
        position: relative;
display:block;
margin:40px auto;
      }
      
      
.mainContent {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:1200px;
	padding:20px;
}

.mainContent li{
	padding:5px 0px;
}

hr{
	border: 1px rgba(127,117,111,0.45) solid;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:1200px;
	margin:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button-container input {
    display: block;
    vertical-align: middle;
    margin:auto;
    /*margin: 0px 5px 10px 0px;*/
    text-align:center;
}
.button-container form, .button-container form div {
    display: inline;
}

	
h2{
font-family:"Sofia Sans Condensed", Arial;
font-size:26px;
color: #fff; 
font-weight:bold;
}

h3{
font-family:"Sofia Sans Condensed", Arial;
font-size:22px;
color: #fff; 
font-weight:bold;
margin-bottom:20px;
}



/* Back to Top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(1,80,35,0.7);
    width: 75px;
    height: 75px;
    display: block;
    text-decoration: none;
    text-align:center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 30px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}

/* end back to top  */

.rivet{
display:block;
margin:0;
clear:both;
background-image:url('images/rivetbar.jpg');
width:100%;
height:22px;
}

/* Mobile Layout: 300px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right:0%;
	clear: none;
	float: none;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


#footerBackground {
    display: block;
	margin-left: auto;
	margin-right: auto;
	color:#ffffff;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	padding:40px 10px 0px 10px;
}

#header {
background-image:url('images/marbleBackgrouind.jpg');
     background-position:center;
     display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:0;
	width:100%;
}

#navBackground {
	background-position:center; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:10px 0px;
}
.logoContainer{
	text-align:center;
	width:100%;
}

.logoContainer img{
margin-top:10px;
}
.topRight{
 width:100%;
}
.menu-buttons{
padding:0px 20px;
}

/* tablet Layout: 600px to a max of 899px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 600px) {

.logoContainer img{
width:100%;
margin-top:0;
}

h1 {
font-size: 28px;
line-height: 1.5;
}
.imgRight {
width: auto\9;
max-width:50%; 
float: right; 
margin:0px 0px 10px 10px;
}
}

@media only screen and (min-width:800px) {

.logoContainer{
	text-align:left;
	width:40%;
	float:left;
}

.logoContainer img{
width:auto;
height:auto;
min-height:150px
}

.topRight{
 width:60%;
 float:right;
 padding-top:20px;
}
.menu-buttons{
	padding:10px;
	float:right;
	clear:both;
 padding-right:20px
}
.navContainer{
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
}
}

/* Desktop Layout: 800px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

h1 {
font-size: 30px;
line-height: 1.5;
}

.logoContainer{
	text-align:left;
	width:20%;
	float:left;
}

.topRight{
 width:80%;
 float:right;
}

a:link.menu {font-size: 17px;}
a:visited.menu {font-size: 17px;}
a:active.menu {font-size: 17px;}
a:hover.menu {font-size: 17px;}


.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (min-width: 1000px) {

.logoContainer{
	text-align:left;
	width:20%;
	float:left;
}

.topRight{
 width:80%;
 float:right;
padding-top:10px;
}

a:link.menu {font-size: 18px;}
a:visited.menu {font-size: 18px;}
a:active.menu {font-size: 18px; }
a:hover.menu {font-size: 18px; }

}



@media only screen and (min-width: 1200px) {

h1 {
font-size: 32px;
line-height: 1.5;
}
}

@media only screen and (min-width: 1600px) {

a:link.menu {font-size: 22px;}
a:visited.menu {font-size: 22px;}
a:active.menu {font-size: 22px;}
a:hover.menu {font-size: 22px;}

.topRight{
 padding-top:30px;
}
}

/***** button stuff **/
a:link.btn {color:#fff!important; text-decoration:none!important;}
a:visited.btn {color:#fff!important; text-decoration:none!important;}
a:active.btn {color:#fff!important; text-decoration:none!important;}
a:hover.btn {color:#fff!important; text-decoration:none!important;}


.btn {
	display: inline-block;
	margin: 5px;
	padding:15px;
	border: 0;
	border-radius: .1em;
	color: #fff;
	background-color:#5F5F5F;
	line-height: 1;
	font-family: "Google Sans Flex", sans-serif;
	font-size: 18px;
	font-weight:normal;
	width:100%;
	text-align:center;
}

.btn:focus {
	background-color:#5F5F5F;
}

.btn:hover {
	background-color: #015023;
}

.btn:active {
	background-color:#5F5F5F;
}

@media only screen and (min-width: 500px) {
.btn {
	background-color: #015023;
	width:auto;
	font-size: 18px;
}
.btn:focus {
	background-color: #015023;
}

.btn:hover {
	background-color:#5F5F5F;
}

.btn:active {
	background-color: #015023;
}

}



#hpBackground{
background: url(images/bg6.jpg) no-repeat bottom center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 30px;
}
.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
background-color:rgba(255,255,255,0.05);
  padding: 20px;
  flex: 32%;
  margin:2px;
  padding-top:0px;
  text-align:center;
}

.hp-item img{
    border:4px double #B2975D;
    margin:5px;
    padding:5px;
    background:#000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.hp-item h1{
    font-size:26px;
    font-weight:bold;
    padding:10px;
}

.hp-item p{
    text-align:left;
}
/* Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1000px) {
  .hp-item {
    flex: 48%;
  }
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 600px) {
  .hp-item {
    flex: 100%;
  }
}
