/* GENERAL STYLES */
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Righteous&display=swap');
body{
    padding: 0 !important;
}
.carousel{
    margin-bottom: 0 !important;
}
.sections{
    padding: 4%;
}
.container-fluid{
    width: 1180px;
}
.navbar{
    padding: 2%;
}
.navbar ul li a{
    font-family: "Abel",sans-serif;
    font-size: 18px;
    color: #101010;
    margin: 0 10px;
}
/*=== HOMEPAGE ===*/
#banner{
    background: url('./images/banner1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5% 2%;
}
#banner h1{
    font-family: "Righteous", sans-serif;
    text-align: center;
    font-size: 60px;
    color: #fff;
}
.is-vertically-scrollable li.nav-item{
    width: 100%;
}
/* -- SECTION 2 -- */
#section-2{
    padding: 2% 4%;
}
#section-2 .breadcrumbs p a{
    color: #ed3c42;
}
#section-2 p{
    font-family: "Abel",sans-serif;
    margin-top: 8px;
    margin-bottom: 0;
}
#section-2 #inputPassword2{
    width: 60%;
    border-radius: 0;
}
.search-icon {
    position: absolute;
    background: transparent;
    border: 0;
}
#section-2 #inputPassword2 {
    font-family: "Abel",sans-serif;
    width: 100%;
    border-radius: 0;
}
#section-2 .form-group{
    width: 55%;
}
#dropdownMenuButton {
    background: transparent;
    border: 0;
    color: #ed3c42;
    font-family: "Abel",sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
}
.btn-download {
    background: #ed3c42;
    border: 0;
    color: #fff;
    font-family: "Abel",sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding: 4% 10%;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
}
.btn-download i {
    margin-left: 10px;
}
.dropdown-item:hover {
    background: #ed3c42;
    color: #fff;
}
#section-2{
    border-bottom: 2px solid #efefef;
}
#section-2 .dropdown .dropdown-menu a.dropdown-item{
    font-family: "Abel",sans-serif;
    font-size: 20px;
}
/* -- SECTION 3 -- */
#section-3 .row{margin-bottom: 20px;}
#section-3 .product-container{
    text-align: left;
    padding: 2%;
}
#section-3 .product-container h4{
    font-family: "Righteous",sans-serif;
    font-size: 30px;
    color: #111;
}
#section-3 .product-container p{
    font-family: "Abel", sans-serif;
}
#section-3 p{
    font-family: "Abel", sans-serif;
    color: #101010;
    font-size: 18px;
}
#section-3 .product-container a{
    font-family: "Abel",sans-serif;
    background: #ed3c42;
    font-size: 18px;
    color: #fff;
    border: 0;
}
#section-3 .product-container:hover{
    background: #ed3c42;
}
#section-3 .product-container:hover p,
#section-3 .product-container:hover h4 {
    color: #fff;
}
#section-3 .product-container:hover a   {
    background: #fff;
    color: #ed3c42;
}
#section-3 .product-container .col-md-4{
    text-align: center;
}
#section-3 #side h4 {
    font-family: "Righteous", sans-serif;
    color: #101010;
}
#section-3 #side h5 {
    font-family: "Abel",sans-serif;
    text-transform: uppercase;  
    font-weight: bold;
    color: #ed3c42;
}
#section-3 #side ul li a{
    font-family: "Abel",sans-serif;
    color: #101010;
}
#section-3 .col-md-9 .row:last-child .col{
    text-align: center;
}
#section-3 .col-md-9 .row:last-child .col h3{
    font-family: "Righteous",sans-serif;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
#section-3 #side ul li a:hover {
    text-decoration: none;
    color: #ed3c42;
}
/* -- FOOTER -- */
footer{
    background: #222;
}
footer.sections ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
footer ul li {
    display: inline;
    margin-right: 20px;
}
footer h4{
    font-family: "Righteous",sans-serif;
    color: #fff;
    font-size: 35px;
}
footer ul.bottom-nav{
    list-style: none;
    margin-top: 20px;
}
footer ul.bottom-nav li{
    display: block;
    padding-left: 20px;   
    margin-bottom: 10px;
}
footer ul.bottom-nav li a{
    font-family: "Abel", sans-serif;
    color: #adadad;
    font-size: 20px;
}

/* -- SUB FOOTER -- */
#subfooter.sections{
    background: #111111;
    text-align: center;
    padding: 20px;
}
#subfooter p{
    font-family: "Abel", sans-serif;
    color: #adadad;
    font-size: 20px;
    margin-bottom: 0;
}
@media only screen and (max-width: 600px){
    #section-3 .row .col-md-4.midlines,
    #section-3 .row .col-md-4.bottomline,
    #section-3 .row .col-md-4.bottomline,
    #section-4 .row .col-md-4.midlines,
    #section-4 .row .col-md-4.midlines,
    #section-4 .row .col-md-4.bottomline,
    #section-4 .row .col-md-6.bottomline,
    #section-5 .row .col-md-4.midlines,
    #section-5 .row .col-md-4.bottomline,
    #section-6 .row .col-md-4.midlines,
    #section-7 .row .col-md-6.bottomline,
    #section-3 .row .col-md-6.bottomline{
        border: 0;
    }
    #section-2 h3{
        margin-top: 20px;
    }
    #section-2 .row .col-md-4{
        margin-bottom: 40px;
    }
    footer {
        background: #222;
        text-align: center;
    }
    #section-3 .row:last-child{
        width: 100%;
    }
    #banner .carousel-caption{
        width: 100%;
    }
    #banner h1{
        font-size: 30px;
    }
    #banner .carousel-caption p{
        width: 75%;
        line-height: 30px;
    }
    #banner h1{
        width: 70%;
    }
}