/* ===============
   GENERAL 
   =============== */


body {
    background: linear-gradient(rgba(40, 192, 151, 0.8), rgba(40, 192, 151, 0.8)), url(../img/people.jpg) center center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#ededed;
	font-weight:300;
	font-family:'Ubuntu', Helvetica, Arial, sans-serif;
	font-size:14px;
	letter-spacing:4px;
	text-transform:uppercase;
    background-attachment: fixed;       
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    width:100%; 
}

.logo {
	text-transform:uppercase;
	font-size:40px;
	margin-top:300px;
	border:2px solid #ededed;
	display:block;
	width:380px;
	padding:10px;
	letter-spacing:4px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

a {
	color:#ededed !important;
}

@media (max-width:767px) {
	.logo {
		font-size:30px;
		width:300px;
		margin-top:200px;
	}
}