.nav-links{
    background-color: #e5e7eb;
}

.carousel{
    background-color: #e5e7eb;
    min-height: 500px;
    min-width: 78%;
    width: 100%;
    max-width: 1215px;
    margin: 130px 0 0 70px;
    padding: 0 0 0 0;
}

.carousel-caption{
    color: black;
}

.carousel-text{
    
}

.banner-section{
    margin-bottom: 10rem;
}

.nav-logo {
    height: 120px;
}

.slogan{
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.center{
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-section{
    background-color: #fff;
    margin: 0 20px 20px 0;
    border-radius: 15px;
    padding: 0 20px 20px 20px;
}

.body-container{
    margin-top: 100px;
    padding: 10px 0 10px 10px;
    max-width: 93%;
    margin-left: 7%;
}

.title-text{
    font-size: 40px;
    text-align: center;
    margin-top: 3rem;
}

.body {
    padding: 10px 10px 10px 10px;
    margin-right: 100px;
}

.body-text{
    font-size: 23px;
}

.body-text-image{
    max-width: 85%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.items-right {
    margin-left: 270px;
}

.nav-right{
    margin-left: 45%;
}

.top-in-shop{
    margin-left: 70px;
}

.login-btn{
    background-color: #522462;
    padding: 15px 15px 15px 15px;
    color: #fff !important;
    border-radius: 10px;
}

.register-btn{
    background-color: #45B39D;
    padding: 15px 15px 15px 15px;
    color: #fff !important;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .banner-section{
        margin-bottom: 0;
    }

    .nav-logo {
        height: 120px !important;
    }

    .login-btn, .register-btn{
        padding: 10px 10px 10px 10px !important;
        font-size: 14px !important;
        margin-right: 10%;
    }

    .items-right {
        margin-left: 15% !important;
    }

    .auth-links {
        height: 3rem;
        margin: 2rem 0 0 0;
    }

    .mobile-nav-links {
        padding: 0 2rem 0 0;
        color: #522462;
    }
}

