@import "reset.css";

@import "1224.css";

/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Client Name
  Developed by Lyle Hebel @ Pixel Elk
*/


.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
	"wdth" 100;
}

body{
	font-family:  "Noto Sans", sans-serif;
	font-weight: 300;
}

hr {
	margin: 40px 0px;
}

p{
	text-align: left;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 24px;
}

p.center{
	text-align: center;
	letter-spacing: 1px;
}

p.feature{
	text-align: center;
	padding: 0% 10%;
	font-size: 18px;
	line-height: 24px;
}


h1{
	font-size: 48px;
	color: #660000;
	line-height: 42px;
	text-align: left;
	font-weight: 900;
	text-transform: uppercase;
}

h2{
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #660000;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
}

ul{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

ul.clients li{
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

li{
	margin-left: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	list-style: disc;
	letter-spacing: normal;
	margin-bottom: 18px;
}

/*/////////////////////////////////// Forms */

fieldset{
	padding-top: 10px;
	font-size: 16px;
	text-align: left;
	letter-spacing: normal;
	margin-bottom: 10px;
}

fieldset input[type="text"] {
	width:300px;
	color:#000;
	padding: 4px;
	float: left;
	clear: both;
}

fieldset input[type="radio"] {
	color:#000;
	padding: 4px;
	margin-bottom: 5px;
}

fieldset .radioItem{
	text-align: left;
	font-size: 14px;
	float: left;
	clear: both;
}

fieldset label {
	font-size:14px;
	color:#000;
	width:400px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

fieldset textarea{
	width: 300px;
	float: left;
}

fieldset input[type="submit"] {
	padding: 0px 20px;
	font-size: 16px;
	border: 0px;
	color: #fff;
	background-color: #212721;
	text-decoration: none;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}

#error h2, #error p{
	text-align: center !important;
}



/*/////////////////////////////////// Header & Nav */

.headerIntro{
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #70725f;
	padding: 20px 0px 20px 0px;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}

.navBg{
	float: left;
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: #eee;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #212721;
}


#access .menu-header ul {
	list-style:none;
	margin:0;
}

#access .menu-header li {
	float:left;
	position:relative;
	list-style:none;
	font-size:16px;
	line-height: 80px;
	font-weight: 400;
	text-transform: capitalize;
	text-align: left;
}

#access .menu-header li li {
	padding-bottom:0;
	margin:0;
	list-style:none;
}

#access .menu-header li li a {
	min-width:180px;
	color:#fff;
	font-weight:400;
	padding-bottom:0px;
	padding-top:0px;
	text-indent:15px;
	line-height: 40px;
}

#access a {
	color:#333;
	display:block;
	text-decoration:none;
	padding: 40px 40px;
}

#access ul ul {
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	display:none;
	position:absolute;
	left:0;
	float:left;
	width:180px;
	z-index:99999;
	background-color:#d1b791;
}

#access ul ul a {
	padding:0;
	width:180px;
	height:auto;
	color: #fff;
}

#access li:hover > a {
	background-color: #d1b791;
	color:#fff;

}

#access ul ul :hover > a {
	color:#fff;
	border-bottom:none;
	background-color: #617873;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#access ul li:hover > ul {
	display:block;
}

#logo img {
	padding-top: 0px;
	width: 240px;
}

/*/////////////////////////////////// Mobile Nav */

#mobileNav, #mobileNav a{
	float: right;
	line-height: 80px;
	padding: 5px;
	color:#fff;
    background-color:#000;
    text-decoration: none;
    font-weight: 400;

}

#mobileList{
	margin-top: 0px;
	margin-bottom: 18px;
	padding-bottom: 0px;
	background-color: #000;
	width: 50%;
	float: right;
	margin-right: 1px;
}

#mobileList ul{
	margin: 0px;
	padding: 0px;
}

#mobileList li{
	text-align: right;
	padding-right: 10px;
	list-style: none;
}

#mobileList li a{
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}

#mobileList li:hover > a{
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}

.close2{
	color: #fff;
	font-size: 12px !important;
}

.featureCopy{
	margin-top: 3%;
}

/*/////////////////////////////////// Header & Bars */

.fullHeader{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	text-align: center;
	background-color: #ccc;
	padding: 60px 0px;
	border-bottom: 20px solid #996633;
}


.fullHeader{
display: flex;
justify-content: center;
align-items: center;
overflow: hidden!important
}


.fullHeader img{
flex-shrink: 0;
min-width: 100%;
min-height: 100%
}

.fullHeader h1{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.grassBar{
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	text-align: center;
	background-color: #eee;
	padding: 60px 0px;
	border-top: 20px solid #fff;
}

.grassBar h2{
	color: #660000;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
}

.grassBar p{
	color: #660000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	padding: 0px 20px;
}

.featured{
	width: 100%;
	min-height: 200px;
	float: left;
	padding: 60px 0px;
}

.featuredCallout{
  color: rgb(209, 183, 145);
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.featuredName{
  color: #70725f;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
    text-align: center;
  letter-spacing: 1px;
}

.featuredLocation{
  color: #70725f;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
    text-align: center;
  letter-spacing: 1px;
}

.fullBottom1{
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: #996633;
	margin-top: 40px;
	border-top: 20px solid #660000;
}

.fullBottom2{
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: url(../img/bottom/bottom2.jpg) no-repeat center center;
}

.fullBottom3{
	width: 100%;
	min-height: 400px;
	text-align: center;
	overflow: hidden;
	float: left;
	background: url(../img/bottom/bottom3.jpg) no-repeat center center;
}

.testimonital{
	float: left;
	padding: 10%;
	padding-top: 14%;
	text-align: center;
	color: #660000;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
}

.pageHeader{
	width: 100%;
	float: left;
	min-height: 200px;
	text-align: center;
	color: #fff;
	background: url(../img/bottom/header.jpg) no-repeat center center;
	margin-bottom: 60px;
}


.pageHeaderProjectsLanding{
	width: 100%;
	float: left;
	min-height: 200px;
	text-align: center;
	color: #fff;
	background: url(../img/bottom/projects.jpg) no-repeat center center;
	margin-bottom: 60px;
}

.pageHeaderServices{
	width: 100%;
	float: left;
	min-height: 200px;
	text-align: center;
	color: #fff;
	background: url(../img/bottom/services.jpg) no-repeat center center;
	margin-bottom: 60px;
}

.pageHeader h1, .pageHeaderServices h1, .pageHeaderProjectsLanding h1{
	line-height: 200px;
}

.pageHeaderProjects h2{
	color: #fff;
	text-align: center;
}

.pageHeaderProjects{
	width: 100%;
	float: left;
	padding: 30px 0px;
	min-height: 80px;
	text-align: center;
	color: #fff;
	background:#68807b;
	margin-bottom: 60px;
}

.fade, .testimonital{
     opacity:0;
}

.player_container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.player_container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*/////////////////////////////////// Footer */

#footer{
	width: 100%;
	float: left;
	min-height: 200px;
	overflow: hidden;
	padding: 20px 0px;
	background-color: #fff;
	text-align: center;
}

#footer ul{
	margin-top: 30px;
}

#footer li{
	color: #660000;
	text-align: left;
	list-style: none;
	margin-left: 0px;
	font-size: 14px !important;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#footer li a{
	color: #660000;
	text-decoration: none;
}

#footer li a:hover{
	color: #660000;
	text-decoration: underline;
}

a.footerBtn{
	padding: 20px 24px;
	color: #fff;
	background-color: #660000;
	text-decoration: none;
	line-height: 60px;
	letter-spacing: 3px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #996633;
}

#footer p{
	text-align: right;
	color: #fff;
	margin-top: 30px;
	font-size: 14px;
}

/*/////////////////////////////////// Parts */
#spacer{
	width: 100%;
	height: 40px;
	float: left;
}




/* ////////////////////////////////////////////////////////////////////*/
/* End of Master Elements
////////////////////////////////////////////////////////////////////*/
/*
Responsive Site Specific Layout Elements
*/
/* Break 1 ----------- */
@media only screen and (max-width : 360px) {

/*/////////////////// Navs*/
#access{
	display: none;
}
#access .menu-header li {
	margin:0 10px;
}

#footer li{
	font-size: 12px;
	line-height: 20px;
}

h1{
	font-size: 34px;
	line-height: 58px;
	font-weight: 700;
	margin-top: 16%;
}

}

/* Break 2  ----------- */
@media only screen and (min-width : 361px)
and (max-width : 450px) {

/*/////////////////// Navs*/
#access{
	display: none;
}
#access .menu-header li {
	margin:0 10px;
}

#footer li{
	font-size: 12px;
	line-height: 20px;
}

h1{
	font-size: 34px;
	line-height: 58px;
	font-weight: 700;
	margin-top: 16%;
}

}

/* Break 3 ----------- */
@media only screen and (min-width : 451px)
and (max-width : 580px) {

/*/////////////////// Navs*/
#access{
	display: none;
}
#access .menu-header li {
	margin:0 10px;
}

#footer li{
	font-size: 12px;
	line-height: 20px;
}

.fullHeader h1{
	font-size: 34px;
	line-height: 58px;
	font-weight: 700;
	margin-top: 16%;
}

}

/* Break 4 ----------- */
@media only screen and (min-width : 581px)
and (max-width : 767px) {

/*/////////////////// Navs*/
#access{
	display: none;
}
#access .menu-header li {
	margin:0 10px;
}

#footer li{
	font-size: 10px;
	line-height: 20px;
}

h1{
	font-size: 36px;
	line-height: 58px;
	font-weight: 700;
	margin-top: 16%;
}

}

/* Break 5 ----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {

/*/////////////////// Navs*/
#access{
	display: none;
}
#access .menu-header li {
	margin:0 10px;
}

#footer li{
	font-size: 10px;
	line-height: 20px;
}

h1{
	font-size: 36px;
	line-height: 58px;
	font-weight: 700;
	margin-top: 16%;
}

}

/* Break 6 ----------- */
@media only screen and (min-width : 1024px)
and (max-width : 1223px) {

/*/////////////////// Navs*/
#mobileNav{
	display: none;
}
#access a {
	padding: 20px 20px 0px 20px;
}
#access .menu-header li {
	margin:0;
}

#footer li{
	font-size: 12px;
	line-height: 20px;
}

.fullHeader h1{
	font-size: 62px;
	line-height: 68px;
	font-weight: 700;
	margin-top: 16%;
}

}

/* Break 7 ----------- */
@media only screen
and (min-width : 1224px) {

/*/////////////////// Navs*/
#mobileNav{
	display: none;
}
#access a {
	padding: 10px;
}
#access .menu-header li {
	margin:0 15px;
}

#footer li{
	font-size: 12px;
	line-height: 20px;
}


.fullHeader h1{
	font-size: 62px;
	line-height: 68px;
	font-weight: 700;
	margin-top: 16%;
}


}

