body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: rgb(0, 0, 0);

}

li{
    font-weight: 500;
}



#navfooter, #navfootertext{
    font-size: 15px;
    font-weight: 300;
    background-color: black;
    padding: 3px;
    padding-left:12px;
}



#bar{
    background-color: black;
    height: 1.5cm;
    padding-top: 58px;
    padding-bottom: 12px;

}

#hmenu {
    color: white;
    border-color: white;
}

.offcanvas{
    background-color:black;
}



@media (max-width:991.98px){ 
    #bar{
    background-color: black;
    height: 1.87cm;
    padding-top: 0px;
    padding-bottom: 0px;
}
    #logobrand{
    display:none;
}
}

@media (min-width:768px){
.btn-outline-dark{
    font-size:10.5px;
}

.colp{
    font-size: 10.5px;
}
}

@media (min-width:992px){
.btn-outline-dark{
    font-size: 14.5px;
}

.colp{
    font-size: 14.5px;
}
}

@media (min-width:1200px){
.btn-outline-dark{
    font-size: 18px;
}

.colp{
    font-size: 18px;
}
}

.btn-outline-dark{
    color:white;
    border-color: white;
    border-radius:2cm;
    margin: 0px;

}

.btn-outline-dark:hover{
    color:black;
    border-color: white;
    border-radius:2cm;
    background-color: white;

}


#mainh1{
    padding: 0px 0px 0px 0px;
    color: white;
    margin-bottom: 0px;
}

#firstsubh4{
    padding: 0px 0px 0px 0px;
    color: white;
    margin-top: -5px;
    margin-bottom: 5px;
}

#subh4{
    padding:0px;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

#datep{
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 2px;
}

#mainp{
    padding: 0px 20px 0px 20px;
    color: white;
    margin-bottom: 1;
}

.colp{
    padding: 5px 0px 5px 0px;
    color: white;
    margin: 0px 0px 5px 0px;
}

#maincontainer{
    background-color: #202020;
    margin-top: 70px;
    margin-bottom: 34px;
    padding: 5px 20px 5px 20px;
    border-radius: 10px;
    border-color: rgb(58, 58, 58);
    border-style:double;
    border-width: 5px;
    
}

#disp{
    font-size: 13px;
}

#cr{
    padding: 2px 2px 0px 0px;
    margin-bottom: 10px;
}

#rightbtn,#leftbtn{
    padding:10px;
    margin-bottom:10px;
    background-color: #202020;
}

#rightbtn:hover,#leftbtn:hover{
    background-color: #707070;
}

#mainimgs{
    margin:0;
}

#imgg{
    margin-top: 5px;
    margin-bottom: 25px;
}

@media (min-width:768px){
    #imgg{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #mainp{
        padding: 4px 20px 0px 20px;
    }
}

/*
.img {
  
    background-repeat: no-repeat;
    background-position: top center;
    

}
*/
/*
.box {
    
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
    width: 1920;
    height: 1080px;
}
*/
/*
#bar{
    background-color: black;
    height: 1.5cm;
    padding-top: 1px;
    padding-bottom:1px;
    margin-top: .7cm;
}
*/