.home {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 23px;
	background-color: #0e0e0e;	
}

.home .hero {
    background-image: url(/images/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
    height: 95vh;
	width: 100%;
}

.home .content h1 {
	margin-bottom: 30px;
	font-weight:300;	
}

.home .content {
	text-align: center;	
	padding-top: 70px;
	color: #efefef;
}

.home .content .logo {
	max-width: 100%;
    width: 375px;
    text-align: center;	
	margin-bottom: 30px;
	filter: brightness(0) invert(1);
	user-drag: none;
	-webkit-user-drag: none;
}
 
.home .content p {
	margin: 0 0 20px	
}

.home .content .middle {
	margin-bottom: 40px;	
}

.home .content .last{
	padding-bottom: 50px; 	
} 

.home .bottom {
	margin-bottom: 40px;	
}

.home a {
    transition: all .3s ease-out 0s;
}

.home .cta {
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    border: 1px solid #FFFFFF;
    font-weight: 300;
	margin-bottom: 50px;
}

.home .cta:hover {
    background-color: #FFFFFF;
    color: #000000;
	text-decoration: none;
}

.home .content .btn-cta {
    background: #71934d;
    border: none;
    padding: 20px;	
}