/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2.4.2016, 17:07:22
    Author     : misko
*/

.bg-white{
    background-color: #fff;
}

#top-1{
    position: fixed;
    float: left;
    height: auto;
    min-height: 480px;
    background: url('../img/home-2.jpg');
    background-size: cover;
}

#main-menu{
    margin: 0px auto 20px auto;
    padding-top: 20px;
    background: #fff;
    border: none;
}
#main-menu ul.nav.navbar-nav{
    display: inline-block;
    float: none;
    text-align: center;
}
#main-menu ul.nav.navbar-nav li{
    line-height: 50px;
    margin-left: 25px;
    margin-right: 25px;
}
#main-menu ul.nav.navbar-nav li a{
    color: #444;
    font-size: 22px;
}
#main-menu ul.nav.navbar-nav li a:hover{
    color: #111;
    border-bottom: 2px solid #111;
    box-sizing: border-box;
    margin-top: -2px;
}