@charset "utf-8";

/***********************************************************************
 LANDING
***********************************************************************/
#landing h1						{ padding:5rem 0 3rem 0; }
#landing footer					{ margin:0; }

#landing-container				{ min-height:100vh; }
#landing-wrapper				{ background:url("../img/landing-bg.jpg") 50% 100% no-repeat; text-align:center; }

#landing-content				{ background-color:rgba(255,255,255,0.85); }

/* #landing-content.row			{ margin-right:-30px; margin-left:-30px; } */



#landing-content h2				{ padding:3rem; font-size:2.4rem; line-height:1; }
#landing-content h3				{ margin:0 0 3rem 0; font-size:2.4rem; line-height:1; }
#landing-content h3 span		{ display:block; color:#4b7e13; font-family:'Roboto', sans-serif; font-size:1.8rem; text-transform:uppercase; }
#landing-content ul				{ margin:3rem 0; padding:0 0 0 6rem; color:#4b7e13; list-style:square; }
#landing-content ul li			{ margin:1rem 0; }
#landing-content ul li span		{ color:#253e15; }

#landing-logo					{ text-align:center; }
#landing-logo span				{ display:block; margin:1rem 0; color:#c6d92d; font-family:'Roboto', sans-serif; font-size:1.8rem; text-transform:uppercase; }

#landing-content-txt			{ padding:3rem; text-align:left; border-bottom:1px solid #253e15; }
#landing-content-news			{ padding:3rem; text-align:left; }
#landing-content-news img		{ display:block; float:left; margin:0 3rem 0 0; }
#landing-content-news p			{ color:#253e15;}

.landing-tagline				{ padding:3rem 0; font-size:1.8rem; text-transform:uppercase; }				



#landing-soon					{ padding:3rem 0 5rem 0; text-align:center; }
#landing-soon h2				{ font-size:4rem; color:#fff; }


.green-link { color: #4b7e13; }


@media (max-width:575.98px)
{
    #landing-soon h2				{ font-size:3.5rem; }
    #landing-content h2				{ font-size:2rem; line-height: normal; }
    #landing-content ul             { padding-left: 2rem; }
}

@media (min-width:576px)
{
    #landing-wrapper                { background-size: auto; }
}

@media (min-width:992px)
{
    #landing-content-txt			{ border-bottom:0 none; border-right:1px solid #253e15; }
    #landing-wrapper                { background-size: 100%; }
}
@media (min-width:1200px)
{
	#landing-wrapper .container		{ width:91.666667%; }
}
@media (min-width:1600px)
{
	#landing-wrapper .container		{ width:66.666667%; }
}

@media (max-width:767.98px)
{
	#landing-content-news img		{ float:none; margin:0 auto 3rem auto; }
	
}


