#banner{
    background: url('../img/bg-banner.jpg') no-repeat fixed;
    background-size: cover;
    min-height: 650px;
    position: relative;
}

.extra-top-margin {margin-top: 100px;}
.navbar-default {
    background-color: #222222 !important;
}
a {
    color: #a68965 !important;
}
a:hover {
    text-decoration: none !important;
    opacity: 0.7 !important;
}

.navbar-default .navbar-nav li a:hover {
color: #a68965 !important;
}
.navbar-default .navbar-nav > .active > a{
    background-color: transparent !important;
}

.btn-custom {
    background-color:#a68965 !important ;
    color: white !important;
}
.btn-custom:hover {
background-color: white !important;
color: #a68965 !important;
}
.dropdown-menu > li > a:hover {
   background-color: transparent !important;
    opacity: 0.7 !important;
}
.navbar-default .navbar-nav > .open > a {
    background-color: #303030 !important;
}