

.body-background{
    background: rgb(14,38,24);
    background: linear-gradient(172deg, rgba(14,38,24,1) 0%, rgba(22,61,134,0.8111190147507967) 99%);
}

.body-background-black{
    background: black;
}

/* slider */
.mySlides {display:none;}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}


.h-image{
    height: 30rem;
}

.home-bg{
    position:static;
    opacity: 0.6;
    height: 600px;
    width:100%;
    object-fit:cover;
    top: 101px;
    
    
}


.home-bgblack{
    position: absolute;
    width: 90%;
    height: 600px;
    top: 101px;
    background-color: black;
}

.tag-line {
    position: absolute;
    top: 20%;
    left: 100px;
  }

