html
{
	background: #555 url('../imgs/landing_bg.jpg') no-repeat center center fixed; 

	height: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.landing-logo
{
	margin: 10px 20px 50px 20px;
}

h2
{
	color: #F0F0F0;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

.prop
{
	color: #EEE;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
	max-width: 900px;
	font-weight: bold;
}

.signup 
{ 
	max-width: 500px; 
	margin: auto;
}

@media screen and (max-width: 768px)
{
    h2 { font-size: 1.5em; }

    #header-logo 
    {
        width: 100%;
        float: none;
        text-align: center;
        margin: 10px 0 50px 0;
    }
}

@media screen and (max-width: 425px)
{
    .signup { max-width: 400px; }

    #header-logo 
    {
        margin: 10px 0 25px 0;
    }
}

@media screen and (max-width: 375px)
{
    .signup { max-width: 350px; }
}

@media screen and (max-width: 320px)
{
    .signup { max-width: 300px; }
}

/* mailchimp */
#mc_embed_signup 
{ 
	background: rgba(35, 38, 18, 0.5);
	border-radius: 10px;
	clear:left;
	font: 14px Montserrat, Helvetica, Arial, sans-serif; 
	color: #EEE;
	font-weight: bold;
}

#mc_embed_signup .button 
{ 
	clear:both; 
	background-color: #F57C00;
	border: 0 none; border-radius:4px; 
	transition: all 0.2s ease-in-out 0s; 
	color: #222; 
	cursor: pointer; 
	display: inline-block; 
	font-size:15px; 
	font-weight: normal; 
	height: 40px; 
	line-height: 40px;
	margin: 0 5px 10px 0;
	padding: 0 22px; 
	text-align: center;
	text-decoration: none; 
	vertical-align: top; 
	white-space: nowrap; 
	width: 50%;
}

#mc_embed_signup .button:hover { background-color: #FFA726; }

#mc_embed_signup .indicates-required
{
	color: #e85c41;
	font-weight: normal;
}

#mc_embed_signup .note
{
    text-align: center;
    font-weight: normal;
    font-size: 1em;
	font-style: italic;
}

@media screen and (max-width: 768px)
{
    #mc_embed_signup .mc-field-group input { padding:4px 0;}

    #mc_embed_signup .button { height: 32px; line-height: 32px; }
}

