.imageSize{
    max-height: 500px; 
    min-height: 500px; 
}
.imageCaption{
    top: 28%;
    color: #F47621;
}
.drk::after {
    content: "";
    display: block;
    position:absolute;
    right:0;
    bottom:0;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
}
.drknav {
    
    background: #000;
    opacity: 0.7;
}
.mySlider{
    position: absolute;
    top:0;
}
.myNav{
    
    width: 100%;
    z-index: 999;
    border:0;
    top:0px;
    background-color:none;
    border-radius: 0;
    transition: color 1s ease 0s;

}
/* .navbar{      
    width: 100%;
    z-index: 999;
    border:0;
    top:0px;
    background-color:none;
    border-radius: 0;
} */

