.hero-subheadline p {
	font-weight: 300;
}

.hero-subheadline p strong {
	font-weight: 500!important;
}

.hero-subheadline {
	border: 2px solid white;
}
#mainContainer{
	overflow: visible!important;
}

#top:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 127%;
	background: #afd244;
	width: 245px;
	content: '';
	mix-blend-mode: multiply;
}

#logo, #logo_m, #logo_sm {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 200;
    transition: .25s ease-in-out;
    background: #282828!important;
}

div#top {
	overflow: visible;
}

div#mainContainer {
	overflow: visible;
}

.black-box {
	width: 30%;
	min-height: 180px;
	background: #282828;
	position: relative;
}

img.grass {
    position: absolute;
    left: 30%;
    top: 40%;
    max-width: 90%;
    max-height: 650px;
}

div.middle-content {
	display: flex;
	margin-top: 30px;
	margin-bottom: 120px;
}

div.gray {
	background: white;
	width: 36%;
	min-height: 390px;
	height: auto;
}

div.darkgreen {
	background: #66953f;
	width: 60%;
	min-height: 390px;
	height: auto;
	padding: 40px 130px 10px 200px;
}

.darkgreen h2 {
	color: white;
	font-size: 58px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1;
}

.darkgreen h2 strong {
	font-weight: 600;
}

.darkgreen p {
	color: white;
	font-weight: 200;
}

.darkgreen p strong {
	font-weight: 800;
}

#search {
	display: none;
}

a.studio {
	border: 2px solid #a1c23f;
	padding: 5px 10px;
	color: #282828;
	text-transform: uppercase;
	letter-spacing: 3px;
	float: right;
	text-decoration: none;
}

div#logo_m {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#nav.fixed div#logo_m img {
    max-width: none;
    max-height: 55px!important;
}

a.studio:after {
    font-family: artistry!important;
    position: relative;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    display: inline-block;
    margin-left: 12px;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    color: #282828;
    font-weight: 900;
    text-decoration: none;
    left: 0;
    transition: all .4s;
}

div#nav.fixed {
    height: 56px!important;
    z-index: 3000;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    width: 100vw;
}


button.button2 strong {
	font-weight: 600;
}

button.button2 {
    display: block;
    float: right;
    padding: 12px 18px;
    background-color: white;
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: none;
    transition: all .4s;
    clear: both;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #afd244!important;
    color: white !important;
    float: right;
    display: inline-block;
    position: relative;
    border: none!important;
   
}


button.button2:after {
    font-family: artistry!important;
    position: relative;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    display: inline-block;
    margin-left: 12px;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    color: white;
    font-weight: 900;
    text-decoration: none;
    left: 0;
    transition: all .4s
}


button.button2:hover {
	background: #95b740;
	text-decoration: none;
	color: white!important;
}

button.button2:hover:after {
	left: 6px;
	color: white;
}

@media (max-width:1020px) {
	
	#top:after {
		width: 100px;
		transition: all.7s;
	}
}
div#contact_options p {
	color: #afd244;
}

@media (max-width:768px) {

#top:after {
	display: none;
}	

#menu {
	display: none!important;
}
div.darkgreen {
	padding: 60px;
	width: 100%;
}

div.gray {
	display: none;
}

img.grass {
    position: absolute;
    left: 65%;
    top: 17%;
    max-width: 40%;
}

.black-box {
    width: 90%;
    min-height: 180px;
    background: #282828;
    position: relative;
}
#nav #logo_m a img {
    width: auto;
    margin: 0 auto;
    height: 50px;
}

button.button2 {
	margin-top: 20px;
}
div#mainContainer {
    overflow: hidden!important;
}

.container, .section .container {
    width: 100%!important;
}

#content .cb-layout_layouts-container {
    width: 88	%!important;
}
#content .cb-body {
    font-size: 16px!important;
    padding: 0 42px!important;
}

div.middle-content {
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px!important;
}

.hero-subheadline {
    font-size: 18px;
    margin: 0 40px;
    padding: 20px;

}
.hero-subheadline p span {
	    font-size: 28px!important;
}

