@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto 100%;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', Sans-Serif;
	color: #999;
	letter-spacing: 0;
}
a {
	color: #999;
	letter-spacing: 0;
}
a:hover {
	color: #000;
}
h2 {
	font-size: 24px;
}
.address {
	margin-top: 0;
}
.image img {
	width: 30%; 
	padding-top: 10%;
}
.booking {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.btn {
	font-family: 'Open Sans', Sans-Serif;
	font-size: 24px;
	letter-spacing: 3px;
}
.btn-dark {
	color: #e0cee4;
	background-color: #999;
	border-radius: 0;
	padding: 10px 15px;
	margin: 10px 0;
}
.btn-dark a:hover {
	background-color: #000;
}
.fa {
	font-size: 35px !important;
	color: #999!important;
	padding: 10px;
}
.fa:hover {
	color: #000 !important;
}
@media (max-width: 1200px) {
.image img {
	width: 40%; 
	padding-top: 12%;
}
}
@media (max-width: 992px) {

}

@media (max-width: 779px) {
.image img { 
	width: 90%;
}
.fa {
	font-size: 45px !important;
}
}

/* 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) 
	and (orientation : portrait) {
	
.image img { 
	width: 90%;
	padding-top: 30%;
}
}