body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Bebas Neue', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* HEADER STYLING */
header{
    position: sticky;
    top: 0;
    z-index: 999;
}
.logo{
    display: flex;
    justify-content: space-between;
    width: 30%;
}

.imglogo{
    width: 200px;
    height: 70px;
}

.navbar-nav{
    width: 100%;
    justify-content: space-around;
}
.nav-link{
    font-size: large;
    font-weight: 700;
}
.nav-button{
    background-color: #800000;
    border-radius: 0;
    color: white !important;
}
.dropdown-item{
    font-size: large;
    font-weight: 700!important;
    color: rgba(0,0,0,.5) !important;
}
/* FOOTER */
footer{
    position: fixed;
    bottom:0%;
    width:100%;
}
.clean{
    border: 1px solid transparent !important;
}
/* FOOTER END */

.background-img{
    background-size: cover;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 20%;
}
.scontent{
    margin-left: 3%;
}
