/*  www.biotradecompany.cz
    Created on : 14.05.2017
    Author     : GODENSE s.r.o., Miloslav Vokáč
*/
/*
#502d16 - tmavě hnědá
#c0a16b - zlatá
#9b6b27 - temně zlatá
#684630 - hnědá na footer
#b3a297 - světle hnědá  na footer
přebarvení a optimalizace bootstrap: http://getbootstrap.com/customize/?id=cac4d48341f1b4f0a5a8
*/

body {
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.8em;
    color: #000040;
    background-image: url('/img/horizont-1.jpg');
    background-position: center top;
    background-repeat: no-repeat;

    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    */
}
h1,h2,h3 {
    /* font-family: 'Dancing Script', cursive; */
    font-size: 2.4em;
}
a {
    color: #eeeeee;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}
.navbar-default {
    border: 0px;
    border-radius: 0px;
    background: url('/img/menu-bg.png') repeat-x top left;
    background-color: #684630;
}
.nav>li>a {
    padding: 10px 30px;
    text-decoration: none;
}
/* panel s metodami koučinku */
.content {
    text-align: center;
    /*
    background:
        url('/img/panel-bg.png') repeat top left,
        url('/img/panel-top-right.png') no-repeat top right;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    */
    min-height: 100%;
    padding: 10px;
    margin: 30px;
}
.panel ul {
    padding-left: 15px;
}
.certificates {
    background-color: #ffffff;
}
.certificates span {
    padding: 0px 10px 0px 10px;
}
.certificates-header {
    background:
        url('/img/certificates-top-right.png') no-repeat top right,
        url('/img/menu-bg.png') repeat-x top left;
    height: 40px;
    padding: 2px 10px 0px 10px;
}
.certificates-header>h4 {
    color: #ffffff;
}

.logo-godense {
    margin: 10px auto 10px;
}

@media (max-width: 767px) {
    .logo-godense {
        margin: 10px auto 10px
    }
    .footer-spliter {
        padding: 10px 0px 10px 0px;
        border-top: 1px #b3a297 solid;
    }
}

@media (max-width: 500px) {
    .footer-text {
        text-align: center;
    }
    .footer-logo {
        display: none;
    }

}
