

nav img{
    max-width: 20%;
}

nav button{
    position: fixed;
    margin-left: 80%;
}

.nav-size{
    width: 100%;
}

.nav-size div{
    width: 100%;
    margin-left: -19.5%;
}
@media only screen and (max-width: 991px){
    .nav-size div{
        margin-left: 0;
        margin-top: 10%;
    }
}

.nav-active-link-color{
    background-color: #76253c !important;
}

.nav-link-color{
    color: #76253c !important;
}

.parallax-text {
    text-align: center;
    padding-top: 15%;
    padding-bottom: 10%;
    background-image: url("/img/parallax.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    font-weight: bolder !important;
    text-shadow: #1a1d20 3px 5px 3px;
}
@media only screen and (max-width: 991px){
    .parallax-text {
        padding-top: 30%;
        padding-bottom: 15%;
    }
}

.offerscarousel{
    object-fit: cover;
}

.offerscarousel div img{
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.mainpage-text{
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

footer{
    background-color: #b6bec1;
    padding-top: 1%;
    padding-bottom: 2%;
}

footer a {
    color: #484e51;
}


