*.*{
	padding:0;
}
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:600,700italic|Josefin+Slab:700|Sacramento);

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
	margin:0px;
	font-family: 'Josefin Sans', sans-serif;
	background-color: rgba(255, 195, 31, 0.25); /*#F2EDB7*/
	/* Font-size overide */	
	font-size: 1.38em;
}

body.modal-open {
    overflow: hidden;
}

.clear{
	clear: both;
}

h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	color: #F26422;
	border-bottom: 2px solid #EFAC2E;
	}

 .img-responsive {
 	margin:0 auto;
 }

/* LOGO STYLES */
.logo-wrapper {
	position: absolute;
	z-index: 100;
}
#sol-artwork{
	margin-left: -15px;
}

#title-logo {
  padding-top: 2%;
}

/* Introduction Text Section  */
#first-section {
    border-top: 11px solid #EFAC2E;
    border-bottom: 3px solid #EFAC2E;
    height: 152%; /*420px;*/
    background-image: url("http://www.soldeluque.com/img/sdl-pattern.png");
}

#intro {
	margin-top: 25px;
	padding-top: 3px;
	padding-left: 3%;
	padding-right: 3%;
	background: rgba(255, 255, 255, 0.64);
}

#intro a{
	font-size: 1.25em;
	color: rgb(242, 100, 34);
}

/*SERVICES*/
#second-section {

}

#amenities p {
	text-align: center;
    margin-top: 20px;
}
/*LOCATION*/
#third-section p {
	font-size: 2em;
}
/*FOOTER*/
footer {
	margin-top: 30px;
}

	footer a {
		color: #efac2e;
	}

.freebirdFormviewerViewFormBanner {
	height: 225px
}

/* Hide Google Translate */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }