

body{
	background: url('../../assets/img/background_huge.min.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container img{
	max-width: 80%;
	height: auto;
}


.navbar{
	display: none;
}

#intro{
	padding: 0;
}

#signup{
	max-width: 80%%;
	width: 600px;
}

.row{
	padding: 0 0 50px 0;
}