/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

::selection {
  background-color: black;
color:#efb228;
}

.navbar-inverse {
    background-color: black;
    border-color: #a91b0c;
}
.navbar {
    position: relative;
    min-height: 40px;
    width: 100%;
    z-index: 1000;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    height: 86px;
    margin-bottom: 0;
    position: fixed;
    box-shadow: 0 28px 22px -26px rgb(0 0 0 / 75%);

}

.main-container.container {
    padding-top: 30px;
}


.footer {
background:lightgray;
}





.page-header {
 
    border-bottom: 1px solid #efb228;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus,  .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: black;
    background-color: #efb228;
}
.navbar-inverse .navbar-nav>li>a {
    color: #efb228;
    font-size: 1.6em;
font-weight: bold;
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: none;
    background: black;
}


.navbar-nav>li>a {
    padding-top: 33px;
    padding-bottom: 32px;
}

a.logo img {
    max-width: 270px;
}
