/**
 * Current template's header css file.
 * 
 * @category    CodeIgniter
 * @package     Template
 * @subpackage  Stylesheet
 * @author      K�roly Iv�n <karoly.ivan@rsoe.hu>
 * @copyright   (c) 2016, RSOE
 */ 

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@font-face {
    font-family: xirod;
    src: url(../fonts/xirod.ttf);
}

.site.header .navbar-default {
    box-shadow: 2px 0 10px 2px #444;
}

.site.header .navbar-default {
    background: #2F66B2 !important;
    border-color: #2F66B2 !important;
    margin-bottom: 0 !important;
}

.site.header .navbar .border {
    border-top-color: #0c4490;
}

.site.header .bars {
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 13px 10px 12px 10px;
    font-size: 18px;
    color: #fff;
}

    .site.header .bars:hover, 
    .site.header .bars:focus {
        color: #ccc;
        background: none;
    }

.site.header .main-title {
    font-family: xirod;
    color: #fff;
    font-size: 13px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 250px) {
    .main-title {
        margin-top: 5px !important;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .main-title {
        margin-top: 5px !important;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .main-title {
        font-size: 20px !important;
        margin-top: 0px !important;
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}