h1, h2, h3 {
font-family: 'Fjalla One', serif;
text-transform: uppercase;
	}
h1 small {
font-size: 1.3rem;
text-transform: none;
font-family: 'Raleway', sans-serif;
font-weight: 300;
	}
html {
font-family: 'Raleway', sans-serif;
	}
.uk-logo {
    max-width: 300px;
}
@media only screen and (max-width: 640px) {
	.uk-logo {
    max-width: 240px;
}
	}
.bg {
    background-color: #252525;
}
.uk-navbar-nav>li.uk-active>a {
    color: #fff;
}
.uk-navbar-nav>li>a {
    color: #cecece;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus {
    color: #fff;
}
.uk-light .uk-text-meta {
    color: #999;
}
.uk-section-verde {
    background: #252525;
	color: #cecece;
}
.uk-section-verde a {
	color: #fff;
}
.uk-section-verde .uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid #525252;
}
.uk-section-verde .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-top: 1px solid #525252;
}
.uk-section-verde .uk-icon-button {
    background: #525252;
}
h2.parallax{
    font-size: 2rem;
	text-shadow: 2px 2px 2px #525252;
}
body {
    background: #fff;
}
.uk-section-muted {
background: #f1f1f1;
}
.room-t {
margin: 0px;
}
.polaroid-images div a{
	background: white;
	display: inline;
	float: left;
	margin: 0 15px 30px;
	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
-webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.6);
box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.6);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position: relative;
}
.polaroid-images div a:after {
	color: #333;
	font-size: 14px;
	content: attr(data-caption);
	position: relative;
	top:15px;
}
.polaroid-images div a:hover{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
}
.polaroid-images div:hover{
z-index:100;
}
@media only screen and (min-width: 1200px) {
.uk-height-large {
    height: 750px;
}
	}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    height: 100px;
}
.servicios li {
    border-bottom: solid 1px rgba(196,196,196,1.00);
	padding: 4px 0 4px 0;
	font-size: 13px;
}
.eventos {
    column-count: 2;
}
.eventos li{
	padding: 8px 0 8px 0;
}