
header .container {
    padding: 1rem 0;
}

* {
    padding: 0;
    margin: 0;
}


.row {
    margin-top: 4rem;
}

.cp-banner {
    height: 42rem;
}

header .navbar-default {
    border: none;
    margin-bottom: 0;
    width: 100%;
    z-index: 999;

}


.navbar-brand img {
    width: 20rem;
}

#bs-example-navbar-collapse-1 {
    position: relative;
}




header .navbar-default .container .container-fluid a {
    color: #fff !important;
}

header .container .navbar-right a:hover {
    background-color: #017eff70 !important;
}



header .container .nav .dropdown  .dropdown-menu {
    background-color: #017eff !important;
}


header .container .nav .dropdown  .dropdown-menu a:hover {
    background-color: #00a5ff !important;
    border-color: #428bca;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #fff !important;
    background-color: #017eff !important;
}

.in {
    margin-top: 1rem !important;
    border: none !important;
}