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

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

header {
	padding: 32px;
}

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

footer {
	padding: 10px ;
	background-color: #dbecf1;
   
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
	max-width: 900px;	
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 92px;
}

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

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

.hero {
	background-image: url(images/yuBossa_Park_small.jpg);
	background-size: auto;
	padding: 20px 20px 200px 20px;
	color: #FFFFFF;
	text-align:left;
}

.hero2 {
	
	background-size: auto;
	padding: 20px 20px 200px 10px;
	color: #FFFFFF;
	text-align:left;
}

  a:link {
	text-decoration: none;
      color:black;

}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.little_red {
   color:#F00;
    font-size:10px;

}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 15px;
    margin-left: 28px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 323;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 20px;
    margin-left: 28px;
}

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

p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 35px;
}

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

.info-box-tan {
	background-color:#e6f4f8;
	color: #000;
	padding: 5px 5px;
	text-align: left;
}

.info-box-dark {
	background-color: #FFFFFF;
	color: #FFFFFF;

	text-align: center;
}

.footer-text {
	font-size:12px;
	margin-bottom: 5px;
    
}

.col {
	width: 100%;
}

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

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
.hero {
	background-image: url(images/yuBossa_Park.jpg);
}
h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 22px;
}	
	h2 {
		margin-bottom: 15px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 7px;
	}
}

/*Desktop View*/

@media (min-width: 800px){
	
	body {
		max-width: 900px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

