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

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
}

.container {
  width: 93%;
  margin: 0 auto;
}

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

section a{
	color: #0a4915;
	text-decoration: none;
}

section a:hover{
	text-decoration: none;
}

.line-sep-folio{
	width: 100%;
	border-bottom: solid 1px;
	color: #656565;
	margin: 55px 0px 65px 0px;
	float: left;
}

@media (min-width: 1920px) {
	
	.container {
	  width: 55%;
	}
	
}

.folio-photo{
	width: 100%;
	height:300px;
	background-position: center center;
  	background-repeat: no-repeat;
	background-size: cover;
}


/*TYPOGRAPHY
==============*/
nav{
	font-family: Rift;
	font-size: 1.25rem;
	font-weight:500;
	text-align: center;
}

h1, h2{
	font-family: Rift; 	
}

.desc{
	text-align: left !important;
	
}

.info ul, p{
	font-family: open-sans;
	font-weight: 100;
	color: #656565;
	font-size: 18px;
	line-height: 30px;
	list-style-position: inside;
    padding-left:0;
}

.info ul {
	padding-left: 2em;
	text-indent: -2em;
}

.title{
	font-size: 3.3em;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: 2px 2px 10px #000000;
	margin-bottom: .5rem;
	letter-spacing: 1px;
}

.title span:after{
   content : "\00a0 "; /*two spaces*/
}

.welcome {
	margin-bottom: 3em;
	background-color: #fff;
}

.welcome p{
	text-align: center;
}

.welcome h1{
	text-align: center;
	color: #656565;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 0;
}

.welcome h2{
	text-align: center;
	color: #656565;
	font-size: 35px;
	font-weight: 100;
	margin-bottom: 0;
}

.info h1{
	text-align: left;
	color: #656565;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 0;
}

.quote{
	font-family: Rift;
	color: #004b0d;
	font-style: italic;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	line-height: 32px;
}

.cite{
	font-family: Rift;
	color: #004b0d;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	line-height: 20px;
}

.cta h1{
	font-family: open-sans;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 55px;
	margin: 0;
}

footer h1{
	font-family: corner-store-jf;
	color: #666666;
	font-weight: 100;
	font-size: 50px;
	margin: 0 0 10px;
}

@media (min-width: 737px) {
	
	.title{
	font-size: 3em;
}
	
	.welcome {
	padding: 2em 6em;
	margin-bottom: 2em;
}
	
	.quote{
	font-size: 30px;
	line-height: 42px;
}
	
	.cite{
	font-size: 20px;
		
	}
	
}

/* BUTTONS */

.button {
	font-family: Rift;
	font-weight: 900;
	display: inline-block;
	font-size: 1.8rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	padding: .3em 1.3em;
	cursor: pointer;
}

.button-oval-green {
	border-radius: 50px;
	background-color: #004b0d;
	width: 205px;
	margin: 25px 25px 25px 25px;
	transition: all ease-in-out 250ms;
	color: white;
}

.button-oval-green:hover,
.button-oval-green:focus{
	border-radius: 50px;
	border-color: #fff;
	color: #fff;
	background-color: transparent;
	transition: all ease-in-out 250ms;
}

.button-oval-white {
	border-radius: 50px;
	background-color: #fff;
	color: #004b0d;
	width: 205px;
	transition: all ease-in-out 250ms;
}

.button-oval-white:hover,
.button-oval-white:focus{
	border-radius: 50px;
	border-color: #fff;
	color: #fff;
	background-color: transparent;
	transition: all ease-in-out 250ms;
}

.button-container {
	clear: both;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.button-cta{
	border-radius: 10px;
	color: white;
	margin: 15px;
	transition: all ease-in-out 250ms;
}

.button-cta:hover,
.button-cta:focus{
	border-color: #fff;
	color: #004b0d;
	background-color: #fff;
	transition: all ease-in-out 250ms;
}


.button-oval-contact {
	border-radius: 50px;
	background-color: #004b0d;
	width: 100%;
	margin: 25px 25px 25px 25px;
	transition: all ease-in-out 250ms;
	color: white;
	margin-left: 0px !important;
}

.button-oval-contact:hover,
.button-oval-contact:focus{
	border-radius: 50px;
	border-color: #004b0d;
	color: #004b0d;
	background-color: transparent;
	transition: all ease-in-out 250ms;
}

@media (min-width: 737px) {
	
	.button-oval-green {
	margin: 25px 25px 25px -25px;
}
	
}



/*HEADER
==============*/

header {
	margin: 0;
	background-color: #004b0d;
	height: 110px;
	padding: 1.1rem 10px 0;
}

header::after {
	content: "";
	clear: both;
	display: block;
}

.logo {
	float: left;
	width: 250px;
	cursor: pointer;
}

@media (min-width: 737px) {
	
	header {
	padding: 1.1rem 35px 0;
}
	
}


/*Navigation*/

.footer-nav a{
	font-family: Rift;
	font-size: 1.25rem;
	font-weight:500;
	text-align: center;
	
	color: #656565;
	display: block;
	text-decoration: none;
	transition: all ease-in-out 250ms;
	
	padding: 0;
	margin: 0 0.5rem;
	height: auto;
	position: relative;
	background: transparent;
	float: right;
	display: block;
	top: 4px;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav li {
	display: inline-block;
	border: none;
}


.footer-nav a:hover,
.footer-nav a:focus {
	background-color: transparent;
	color: #fff;
	transition: all ease-in-out 250ms;
}

.site-nav {
	position: absolute;
	top: 110px;
	right: 0;
	background-color: #656565;
	height: 0px;
	overflow: hidden;
}

.site-nav--open {
height: auto;
}

.site-nav ul {
	margin: 1;
	padding: 0;
	list-style: none;
}
 
.site-nav li {
	border-bottom: 1px solid #888;
}

.site-nav li:last-child {
	border-bottom: none;
}

.site-nav a{
	color: #ffffff;
	display: block;
	padding: 1.5em 6.5em;
	text-decoration: none;
	transition: all ease-in-out 250ms;
}

.site-nav a:hover,
.site-nav a:focus {
	background-color: #95c59c;
	color: #004b0d;
	
}

.menu-toggle {
	padding: 2.5em 0;
	position: absolute;
	top: .75em;
	right: .75em;
	cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after{
	content: "";
	display: block;
	background: #ffffff;
	height: 3px;
	width: 2em;
	border-radius: 3px;
	transition: all ease-in-out 500ms;
}


.hamburger::before {
	transform: translateY(-8px);
}

.hamburger::after {
	transform: translateY(5px);
}

.open .hamburger {
	transform: rotate(45deg);
}

.open .hamburger::before {
	opacity: 0;
}

.open .hamburger::after {
	transform: translateY(-3px)rotate(-90deg);
}

@media (min-width: 737px) {
	
	.menu-toggle {
		display: none;
	}
	
	.site-nav {
		height: auto;
		position: relative;
		background: transparent;
		float: right;
		display: block;
		top: 4px;
	}
	
	.site-nav li {
		display: inline-block;
		border: none;
	}
	
	.site-nav a {
		padding: 0;
		margin-left: 2em;
	}
	
	.site-nav a:hover,
	.site-nav a:focus {
	background-color: transparent;
	color: #95c59c;
}
	
	.footer-nav a{
	margin: 0 1em;
	}
	
}

/*HOME-HERO
==============*/

.home-hero {
	background-image: url(../img/hero.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 90vh;
	padding-top: 15vh;
}

@media (min-width: 737px) {
	
	.home-hero {
		height: 620px;
		padding-top: 15%;
	}

}

@media (min-width: 1300px) {
	
	.home-hero {
		padding-top: 11%;
	}

}

@media (min-width: 1800px) {
	
	.home-hero {
		padding-top: 9%;
	}

}


/*ABOUT-HERO
==============*/

.about-hero {
	background-image: url(../img/about-hero.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 90vh;
	padding-top: 30vh;
}

@media (min-width: 737px) {
	
	.about-hero {
		height: 620px;
		padding-top: 21%;
	}

}

@media (min-width: 1300px) {
	
	.about-hero {
		padding-top: 13%;
		
	}

}

@media (min-width: 1800px) {
	
	.about-hero {
		padding-top: 9%;
	}

}


/*WORK-HERO
==============*/

.work-hero {
	background-image: url(../img/work-hero.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 90vh;
	padding-top: 30vh;
}

@media (min-width: 737px) {
	
	.work-hero {
		height: 620px;
		padding-top: 21%;
	}

}

@media (min-width: 1300px) {
	
	.work-hero {
		padding-top: 13%;
		
	}

}

@media (min-width: 1800px) {
	
	.work-hero {
		padding-top: 9%;
	}

}



/*CONTACT-HERO
==============*/

.contact-hero {
	background-image: url(../img/contact-hero.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 90vh;
	padding-top: 30vh;
}

@media (min-width: 737px) {
	
	.contact-hero {
		height: 620px;
		padding-top: 21%;
	}

}

@media (min-width: 1300px) {
	
	.contact-hero {
		padding-top: 13%;
		
	}

}

@media (min-width: 1800px) {
	
	.contact-hero {
		padding-top: 9%;
	}

}



/*QUOTE-BOX
==============*/

.cite-photo{
	height: auto;
	width: 100%;
	border-radius: 50%;
	float: left;
	margin: 0 0 30px;
}

.quote-box {
	background-image: url(../img/quote-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	padding: 4em;
}

@media (min-width: 631px) {
	
	.cite-photo{
		height: 200px;
		width: 200px;
		margin: 0 2em;
		
	}
	
	.quote-box {
		min-height: auto;
}	
	
}

/*INFO
==============*/

.info{

}

.info-image-box{
	
	width: 100%;
	margin: 0;
	padding: 0;	
	float: left;
}

.info-box{
	
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0% 1% 10% 11%;
	float: left;
}

.info-image-box img{
	height: 320px;
	margin-bottom: -4px;
	
}

.cover {
  object-fit: cover;
}


@media (min-width: 441px) {
	
	.info-image-box{
	width: 50%;
	margin: 0;
	padding: 0;	
	clear: both; 
}

.info-box{
	width: 50%;
	background: #fff;
	margin: 0;
	padding: 1% 1% 0 5%;
	
}

.info-image-box img{
	height: 350px;
	margin-bottom: 10px;
}


}


@media (min-width: 921px) {
	
	.info-image-box{
	width: 20%;
	margin: 0;
	padding: 0;	
	clear: inherit;
}

.info-box{
	width: 30%;
	background: #fff;
	margin: 0;
	padding: 1% 1% 0 2%;
}

.info-image-box img{
	height: 350px;
	margin-bottom: -4px;
	
}
	

}


@media (min-width: 1800px) {
	.info-image-box{
	width: 25%;
	}
	
	.info-box{
	width: 25%;
	}
	
}

/*CTA
==============*/


.cta{
	background-color: #004b0d;
	color: #fff;
	margin: -15px 0 0;
	float: left;
	width: 100%;
	padding: 3em 2em;
	text-align: center;
}

@media (min-width: 921px) {
	.cta{
	margin: 0;
	}
	
}

/*FOOTER
==============*/

footer{
	background-color:#272b2d;
	height: 300px;
	float: left;
	padding: 3em 2em;
	width: 100%;
	height: auto;
	text-align: center;
}

.footer-logo{
	width: 250px;
}

.line-sep{
	border-bottom: solid 1px;
	margin: 40px 0 0;
	color: #434343;
}

copyright{
	color: #656565;
}

copyright p{
	font-size: 11px;
	line-height: 13px;
}