@charset "utf-8";
/* CSS Document */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
} 

header {padding: 32px;}

body {
	margin-left: auto;
	margin-right: auto;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.style_logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 320px;
}

.style_nav ul {
	list-style-type: none;
}
.style_nav ul li a {
	
	text-decoration: none; 
	color: #454448; 
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8PX;
	font-size: 20px;
	
}
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.hero {
	background-image:url("images/hotel 3.jpg");
	background-size:cover;
	padding: 70px 20px 200px 20px;
	color: beige;
	text-align: center;
	
	
}

h1 {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 20px;
	margin-top: 10px;
	color: beige;
}
h2 {font-size: 30px;
	font-weight: 200;
	margin-bottom: 50px;
	margin-top: 50px;
	color: beige;
}
h3 {font-size: 20px;
	font-weight: 200;
	margin-bottom: 40px;
	margin-top: 40px;
	color: beige;
}
h4 {font-size: 20px;
	font-weight: 200;
	margin-bottom: 50px;
	margin-top: 20px;
	color: beige;
	text-align: center;
}
p {
	font-size: 10px;
	font-weight: 200;
	margin-bottom: 100px;
	margin-top: 60px;
}

h5 {font-size: 15px;
	font-weight: 200;
	margin-bottom: 10px;
	margin-top: 10px;
	color: beige;
}
h6 {font-size: 20px;
	font-weight: 200;
	margin-bottom: 20px;
	margin-top: 70px;
	color: beige;
}

h7 {font-size: 40px;
	margin-bottom: 100px;
	margin-top: 100px;
	color: beige;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
	
}
text {font-size: 15px;
	font-weight: 200;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #454448;
}
text2 {font-size: 20px;
	font-weight: 200;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #454448;
	
}
footer {
	padding: 20px 30px;
	
}

.button {
	border: 2px #B0B0A1 solid;
	padding: 20px 30px;
	border-radius: 30px;
	color:beige;
	text-decoration: none;		
}
.button-booking {
	border: 2px #B0B0A1 solid;
	padding: 20px 30px;
	border-radius: 30px;
	color:#454448;
	text-decoration: none;
	align-items: center;
}
.button-index {
	border: 2px #B0B0A1 solid;
	padding: 20px 30px;
	border-radius: 30px;
	color:#B0B0A1;
	text-decoration: none;
	align-items: center;
}
.button-index2 {
	border: 2px #FCFCFC solid;
	padding: 20px 30px;
	border-radius: 30px;
	color:#FCFCFC;
	text-decoration: none;
	align-items: center;
}

.cafe {
	background-color: #454448;
	padding: 20px 20px 60px;
	text-align: center;
}
.julieta {
	background-image:url("images/Julieta/Julieta rec/julieta2.jpg");
	padding: 20px 20px 60px;
	text-align: center;
	background-size:cover;
	

}
.ana {
	background-image:url("images/Ana/Ana rec/ana4.jpg");
	padding: 20px 20px 60px;
	text-align: center;
	background-size:cover;
}
.maria {
	background-image:url("images/Maria/Maria rec/maria8.jpg");
	padding: 20px 20px 60px;
	text-align: center;
	background-size:cover;
}
.sofia {
	background-image:url("images/Sofia/sofia rec/sofia1.jpg");
	padding: 20px 20px 60px;
	text-align: center;
	background-size:cover;
}
.cafeteria
 {
	background-image:url("images/yellow.gif");
	padding: 20px 20px 60px;
	text-align: center;
	background-size:cover;
}

.page-subtitle {
	background-color: #454448;
	padding: 2px 20px 30px;
	text-align: center;
}
.room-description {
	background-color: #454448;
	padding: 2px 20px 60px;
	text-align: center;
}


.rooms {
	background-color: #E2C975;
	padding: 20px 20px 60px;
	text-align: center;
}
.text {
	padding: 2px 20px 30px;
	text-align:left;
}
.text2 {
	
	padding: 2px 20px 30px;
	text-align:center;
	font-size: 17px;
}

.footer-text {
	text-align: right;
}




.col {
	width: 100%;
	
}



/*Tablet view*/

@media (min-width: 768px){
	.style_nav ul li {
		display: inline-block;	
	}
	.style_nav ul {text-align: center;
	}	
	h1 {
		font-size: 25px;
	}
	
	.col-md {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	body {max-width: 778px}
}



/*Desktop view*/

@media (min-width: 1024px){
	.style_logo {float: left;}
	.style_nav {float: right;}
	
	.col-lg {
		width: 25%;
	}
	body {max-width: 1200px;}
	
}
