body
{
    margin: 0%;
    padding: 0%;
    background-color: rgba(0,0,0,0.938)
}
.navbar
{
    background-color:transparent;
    position: relative;
    z-index: 4;
    
}
.nav-link
{
    font-size: 20px;
}
main
{
    position:absolute;
    top: 0%;
    z-index: 0;
}
.carousel-control-prev .carousel-control-next
{
    width: 3%;
}
.site-wrapper  
{
    height:1100px;
}
.list-group-item
{
    text-align: center;
    font-weight: bold;  
}
#backimg
{
        background-image: url("../images/back.webp");
        background-attachment: fixed;
        background-position:center;
        background-repeat: no-repeat;
        height: 800px;
}
.section-3
{
    margin: 3%;

}
.footer-basic {
    padding:40px 0;
    background-color:rgba(0,0,0,0.938);
    color:rgba(181, 203, 228, 0.938);
  }
  
.footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
  }
  
.footer-basic li {
    padding:0 10px;
  }
  
.footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
.footer-basic ul a:hover {
    opacity:1;
  }
  
.footer-basic .social {
    text-align:center;
    padding-bottom:25px;
  }
  
.footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid rgb(32, 32, 32);
    margin:0 8px;
    color:rgba(181, 203, 228, 0.938);
    opacity:0.75;
  }
  
.footer-basic .social > a:hover {
    opacity:0.9;
  }
  
.footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:rgb(48, 48, 48);
    margin-bottom:0;
  }
