@import url('https://fonts.googleapis.com/css?family=Poppins:300,700');

html, body, input, textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

a:hover, a:focus {
    color: #e73b2f;
}

.btn-primary {
    background-color: #e73b2f;
    border-color: #e73b2f;
}

.btn-primary:hover {
    color: #e73b2f;
    background-color: #fff;
    border-color: #e73b2f;
}

#footer .footer {
    padding-top: 100px;
    background: url(../images/footer_background_2.png) right bottom no-repeat;
}

#footer .footer .nav .nav-item {
    text-transform: lowercase;
}

.about {
    background: url(../images/circles.png) right top no-repeat;
}

@media (max-width: 576px) {
    .about {
        background-position: right -50px top;
    }
}

.dropdown-menu {
    color: #fff;
    background: rgba(30, 30, 30, 0.9);
}

.dropdown-menu a {
    color: #fff;
}

.dropdown-menu a:hover {
    color: #e73b2f;
    background: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: rgb(255, 255, 255);
    background-color: #e73b2f;
}

.navbar-nav .nav-link {
    color: #fff !important;
    text-transform: lowercase;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        margin-right: .5rem;
        margin-left: .5rem;
        padding: .3em 0;
    }

    .navbar-nav .nav-link {
        border-bottom: 2px solid transparent;
    }

    .navbar-nav .nav-link:hover {
        border-bottom: 2px solid #e63e30;
    }
}

#content .widget .content .mediaList .title {
    line-height: 1.3;
    font-size: 0.9rem;
}

#content .widget .content .mediaList .image .watchProgress span {
    background: #e63e30;
}