/* Gallery.CSS */
html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 32px;
	text-align: center;
	color:#FFF;
}

body	{
	margin-left:auto;
	margin-right:auto;
	background-color:#800000;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	font-size:20px;
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	color:#FFF;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}

.gallery {
  border: 2px solid #ccc;
  margin-left:auto; margin-right:auto;
  color:#FFF;
  height:250px;
}

.gallery:hover {
  border: 2px solid #777;
}

.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}

* { 
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 33%;
}

h1 {
	font-size: 60px;
	tezt-trabsform: uppercase;
	font-weight:500;
	text-shadow: 2px 2px #666;
	color:#FFF;

}

h2 {
	font-size: 30px;
	tezt-trabsform: uppercase;
	font-weight:500;
	margin-bottom: 20px;	
}

h3 {
	font-size: 16px;
	tezt-trabsform: uppercase;
	font-weight:200;
	margin-bottom: 120px;	
}

h4 {
	font-size: 16px;
	font-weight:200;
	margin-bottom: 35px;	
}

p {
	font-size: 20px;
	font-weight:400;
	margin-bottom: 20px;
	color:#FFF;
	text-align:center;	
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration:none;
}

footer {
		padding: 20px 30px;
}

.footer-text {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	color:#FFF;
}

.col {	width: 100%;
		padding:0px 0px 3px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
.responsive {
  padding: 0 6px;
  float: left;
  width: 24.999%;
}

.style-nav ul li {
		display: inline-block;
}
	
.style-nav ul { text-align: center
}

h1 { font-size: 50px; margin-bottom: 10px;
}


/* Do my own H2, h3 & h4 */

}

/*Desktop View*/

@media (min-width: 1024px){

.responsive {
  padding: 0 6px;
  float: left;
  width: 19.99%;
}
  
body	{max-width:1200px;
}  

.hotel { 
		padding: 700px 20px 50px 20px;
}

}


