
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700);

* {
margin: 0 auto;
padding: 0;
text-align: center;
}
	
body {
	background-image: url(/lapalma_website/static/src/images/full_bg.jpg);
	background-size: cover;
	font-family: 'Lato', sans-serif;
	}

.container_lp {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	}

.book_now h1 a {
text-decoration: none;
color: #ffffff;
font-size: 72px;
}

.book_now .fa {
color: #cb5f83;
}

.book_now {
padding-top: 150px;
}

.book_now form {
margin-top: 10px;
}

.book_now p {
color: #000000;
text-align: center;
font-size: 26px;
font-weight: 300;
}

.social p {
padding-top: 10px;
clear:both;
font-size: 16px;
margin-bottom: -15px;
}

.social .fa {
color: #000000;
padding: 20px 5px;
font-size: 36px;
width: 25px;
margin-top: 10px;
}

.social .fa:hover {
color: #cb5f83;
}

button[type=submit] {
text-align: left;
outline: 0;
border: 0;
padding: 15px;
cursor: pointer;
color: #ffffff;
font-weight: bold;
background: #cb5f83;
border-radius: 5px;
}

button[type=submit]:active {
background: #ba3834;
}

button:hover {
color: #000000;
}

.logo_lp{
height: 300px;
margin-top: 150px;
display: block;
}

@media (max-width: 480px) {

body {
background-image: url(/lapalma_website/static/src/images/mobile.jpg);
background-size: cover;
font-family: 'Lato', sans-serif;
}

.book_now p {
font-size: 15px;
font-weight: 300;
}
	
input[type=text] {
width: 50%;
}

.container_lp {
width: auto;
}
.logo_lp {
height: 150px;
margin-top: 0px;
}

}