@charset "UTF-8";
/* Styles.CSS Document */

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;
}

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

img		{
	width:100%; max-width:100%; 
	height:auto; vertical-align:middle;
}

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

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

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

.row:after {
	clear:both;
}

.hotel {	background-image:url(../images/home_page/Port_Cochere_Nite.jpg); 
		background-position: center; 
		background-size: cover; background-repeat: no-repeat;
		padding: 500px 20px 50px 20px;
		color: #FFF;
		text-align: center;
}

.virtual-tour { background-image: url(../images/home_page/Lobby_360_EQ.jpg); background-position: center;
		background-size: cover; background-repeat: no-repeat;
		padding: 250px 20px 50px 20px;
		color: #FFF;
		text-align: center;
}

.golf-course { background-image: url(../images/home_page/Golf_Tee_Off.jpg); background-position: center;
		background-size: cover; background-repeat: no-repeat;
		padding: 250px 20px 50px 20px;
		color: #FFF;
		text-align: center;
}


h1 {
	font-size: 50px;
	tezt-trabsform: uppercase;
	font-weight:500;
	text-shadow: 2px 2px #666;
	color:#FFFFFF;
}

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

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

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

p {
	font-size: 20px;
	font-weight:400;
	margin-bottom: 20px;
	color:#FFFFFF;
}

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

footer {
		padding: 30px 30px;
}
.footer-text {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

/*Tablet View*/

@media (min-width: 768px){
	
.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){

body	{max-width:1200px;
}
	
.style-logo {
		float: left;
}
	
	
.hotel { 
		padding: 700px 20px 50px 20px;
}

}


