body{
 background-color: rgb(231, 231, 231);
 padding: 0;
 margin-top:6rem;
font-family: 'Roboto', sans-serif;
font-size: 1.2rem;
}



h1, h2, h3, h4, h5, h6{
    font-family: 'Arvo', serif;
}

h1{
    font-size: 3rem;
}

h2{
    font-size: 2.5rem;
}

h6{
    font-weight:500;
    font-size: 1rem;
}

.navbar{
    background-color: white;
    padding: 1rem;
    max-width: 1600px;
    margin: auto;
}
.navbar li{
    line-height: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    padding-left: 1.5rem;
}

.nav-link{
    color:black;
}

nav .active{
    color:#6600DB !important;
}


.bg-tertiary{
    border-radius: 18px;
}

.logo-name{
    font-family: 'Arvo', serif;
    font-size:1.7rem;
    line-height: 1.7rem;
}

.sub-header{
 line-height: 1.2rem;
 font-family: 'Roboto', sans-serif;
 font-size: 1.2rem;
 color: rgb(126, 126, 126);
}

.container{
 max-width: 1600px;
padding-right:5%;
padding-left:5%;
 background-color: #FFF;
 margin-top: -1rem;
}

.home-container
{max-width: 1600px;
background-color: #FFF;
margin:auto;
margin-top: -1rem;
}

u{
 text-decoration-color: #8D2AFF !important;
}


img{
    max-width: 100%;
    height: inherit;
}

.carousel-control-next, .carousel-control-prev{
    color: white;
}

.carousel-control-next-icon{
    background-color: rgb(195, 0, 255);
    width: 50px;
    height: 50px;
}

.carousel-control-prev-icon {
    background-color: rgb(195, 0, 255);
    width: 50px;
    height: 50px ;
}


.no-bold{
    font-weight: 500;
}

.btn-lg{
    padding: .5rem 2rem;
}

footer{
    background-color: rgba(255, 255, 255, 0);
    padding: 1rem;
    color: rgb(136, 136, 136);
    max-width: 1600px;
    display: flex;
    justify-content: center;
    margin: auto;
}




@media (max-width: 767px) { 
    .home-hero-section{
        padding-top: 5%;

    }
    
    .home-hero-text{
        padding-left: 2rem;
        padding-right: 3rem;
    }
    
    .home-hero-text h2{
        font-size: 1.8rem;
        line-height: 3rem;
 }
}


@media (min-width: 768px) {
    .home-hero-section{
        padding-top: 7%;
    }
    
    .home-hero-text{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    
    .home-hero-text h2{
        font-size: 2rem;
        line-height: 3rem;
 }
}


@media (min-width: 992px) { 
    .home-hero-section{
        padding-top: 11%;
    }
    
    .home-hero-text{
        padding-left: 4rem;
        padding-right: 0rem;
    }
    
    .home-hero-text h2{
        line-height: 2.5rem;
        font-size: 1.7rem;
 }


 }


@media (min-width: 1200px) { 
    .home-hero-section{
        padding-top: 10%;
    }
    
    .home-hero-text{
        padding-left: 5rem;
        padding-right: 0rem;
    }
    
    .home-hero-text h2{
        line-height: 2.7rem;
        font-size: 1.8rem;
}
}


 @media (min-width: 1400px) {
    .home-hero-section{
        padding-top: 13%;
 
    }
    
    .home-hero-text{
        padding-top: 0%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .home-hero-text h2{
        line-height: 2.7rem;
        font-size: 1.8rem;
}
}  