

/* div {
    border: 1px solid #db0404;
} */

body {
    /* padding-left: 10px;
    padding-right: 10px; */
    background-color: snow;
    font-size: 26px;
    font-family: 'Courier New', Courier, monospace;
    font-family: Arial, Helvetica, sans-serif;
}

#main-carousel {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
}

.carousel-item{
    min-height: 100vh;
    background-color: black;
}
.carousel-control-prev-icon{
    color: red;
    
}

.carousel-note{

    color:white;
    position: absolute;
    left: 15vw;
    top: 200px;
    top:25vh;
    max-width: 70vw;
}

.c_title {
    font-size: 30pt;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     color: red;
    /* color:darkblue */
}
.c_brand{
    font-size: 20pt;
    font-family: 'Courier New', Courier, monospace;
}


.c_header{
    font-size: 22pt;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.c_chat{
    font-size: 14pt;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.brahma{
    
    font-size: 18pt;
    font-family: 'Courier New', Courier, monospace;
    color: green;
    
}

.download{
    position: absolute;
    top: 10px;
    left: 15vw;
    width: 50vw;
    height: 10vh;
    z-index: 1000;
    background-color: black;
    border-radius: 10px;
    /* border: 1px solid red; */
    color: white;
}

.contact_banner{
    position: absolute;
    top: 10px;
    left: 15vw;
    width: 90vw;
    height: 10vh;
    visibility: hidden;
    color: white;
    z-index: 1001;
}

.main_chat{
    font-size: 12pt;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@media (max-width: 800px) {
  .largesc {
    display: none;
  }
.c_brand{
    font-size: 12pt;
    font-family: 'Courier New', Courier, monospace;
}

.c_chat{
    font-size: 12pt;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.download{
   display:none;
   top:13vh;
   height: 90vh;
   width: 75vw;
   z-index: 3002;
   background-color: black;
   opacity: 0.8;
   font-size: 12px;
}
.contact_banner{
    visibility: visible;
}

}