/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .uk-article-title {
	font-size: 28px;
	color: #c15936;
}
.contact > h3 {
	color: #c15936;
}
.uk-panel-box-primary {
	background-color: #fcf2d7;
}

/* TunedHotel */
.header-web {
    min-height:180px;
    padding-top:75px;
    text-align:center;
    background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url("/images/headers/header.jpg");
    background-position: center center;
    background-size: cover;
}
.header-web h1 {
    font-size:50px; font-weight:600; 
}
.header-web h3 {
    font-weight:400; 
}
.tm-navbar {
    margin-top:20px !important;
}

a:hover {
	color: #000 !important;
}

/* J!Extranet */
/*.jextranet .jheader, .jextranet .breadcrumb {
    display: none;
}
.jextranet #side_controls li:first-child {
    display: none;
}
*/

/* RESPONSIVE */
@media screen and (max-width:768px) {
    .header-web h1 {
        font-size:30px; 
    }
}