/* html {
    /* overflow: scroll; */
    /* overflow-x: hidden; */
/* } */
/* 
::-webkit-scrollbar {
    width: 0; 
    background: transparent;
} */
  */
body{
    background-color: whitesmoke;
}


.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Lucida Handwriting' serif;
    font-size: 1.0rem;
    font-weight: 100;
    top: 40px;
    position: relative;
}

.navbar-brand {
    font-family: 'Lucida Handwriting';
    font-size: 1.5rem;
}

.navbar-toggler{
    padding: 0.5px 3px;
    background-color: whitesmoke;
   }

.carousel .carousel-item {
    max-height:850px;
    position: relative;
    top: 85px;
}

.carousel-item img {
    max-height:650px; 
    max-width: 90%; 
}


.new-heading {
font-family: 'Lucida Handwriting';
text-align: center;
color: rosybrown;
font-weight: 400;

}

hr{
    background-color: rosybrown;
}


.new-arrivals-one{
    max-height: 25%;
    width: 25%;
    position: relative;
    left: 40px;

}

.new-arrivals-two{
    height: 25%;
    width: 25%;
    position: relative;

}

.new-arrivals-three{
    height: 25%;
    width: 25%;
    position: relative;
    right: 40px;


}

.carousel-control-next-icon{
    position: relative;
    background-color: lightgray;

    top: 40px;
 
}

.carousel-control-prev-icon{
    position: relative;
    top: 40px;
    background-color: lightgray;
 
}

.contact-heading{
font-family: 'Lucida Handwriting';
text-align: center;
color: whitesmoke;
font-size: 1rem;
padding-top: 20px;


}

.contact-p{
    font-family: 'Lucida Handwriting';
    color: whitesmoke;
    font-size: 0.8rem;
    text-align: center;
    position: relative;
    bottom: 10px;
    padding-top: 20px;

}

a {
    color: whitesmoke;
}
    

