body{
    font-size:20px;
    font-family: 'Rubik', sans-serif;
}

.form-control{ font-size: 18px; }
input { font-size: 18px; }
textarea { font-size: 18px; }
select { font-size: 18px; }
.btn{font-size: 18px;}


.logo{
    position:fixed;
    top:0px;
    left:0xp;
    width: 100%;
    background: #795548;
    min-height: 50px;
    font-family: 'Rubik', sans-serif;
    color:white;
    font-size:35px;
    font-weight:700;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 100;
}

.logo-item{
    padding-right: 30px;
    text-decoration:none;
    color:white;
}

.logo a {
    text-decoration:none;
    color:white;
    cursor:pointer;
}

.logo a:hover{
    text-decoration:none;
    color:white;
}

.nav{
    font-weight:bolder;
    font-size:17px;
}

.nav li{
    float: left;
    height: 50px;
}

.nav li .active{
    background:#bcaaa3;
}

.nav li a:hover{
    background: #d9cfcb;
}

.nav2{
    width: 100%;
    border-top: 2px solid red;
    font-weight: bolder;
    font-size: 15px;
    height: 40px;
    list-style: none;
    margin:0px;
    line-height: 40px;
    padding-left:0px;
}

.nav2 li{
    float: left;
    padding-right: 20px;
    height: 40px;
}

.nav2 li .active{
    background:#9B6310;
}

.nav2 li a:hover{
    width: 100%;
    height: 100%;
    background: #A3998A;
}

.site{
    margin-top:60px;
    margin-bottom:50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.footer{
    position: fixed;
    line-height: 40px;
    height: 40px;
    width: 100%;
    background: #795548;
    bottom: 0px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.footer a{
    color: white;
}

.main-container{
    order: 2;
    width:100%;
    padding-left: 20px;
    padding-right: 10px;
}

.main-container2{
    order: 2;
    width: calc(100% -250px);
    padding-left: 20px;
    padding-right: 10px;
}

a:hover{
    text-decoration: none;
    color: red;
}

.img-golab{
    box-shadow: inset 0px 0px 0px 1px #000;
    padding:3px;
    width:25%;
}

.img-golab.golab-hover{
    background: silver;
}