@charset "utf-8";
/* CSS Document */

.navbar-nav li a{
    color: #fff;
}

.active{
    Color: #ffe385 !important;
}

.topbarsearch{
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.5);

}

.navbar-light .navbar-toggler, .navbar-toggler:focus {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border:none;
    box-shadow: none;
}

.navbar-nav li, .navbar-nav li{
    font-family: 'abel', sans-serif;
    padding: 31px 0px 0px 30px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.videoheader{
    margin:0px 0px 40px 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .topbarsearch{
        margin-bottom: 100px;
        border-bottom: 1px solid;
        padding-bottom: 20px;

    }
    .videoheader{
        margin:0px 0px 100px 0px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .videoheader{
        margin:-110px 0px 100px 0px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .videoheader{
        margin:-150px 0px 100px 0px;
    }

}