nav{
    height: 80px;
    z-index: 100;
}
.background1{
    background-image: url(../Images/Background/front-Background.jpg);
    background-size: cover;
    height: 600px;
}
.ab{
    bottom: 0;
    left: 0;
}
 .event-date {
      font-size: 13px;
      font-weight: bold;
      color: #cfcfcf; /* lighter grey for date */
      text-transform: uppercase;
}
.event-title {
      font-size: 15px;
      /* font-weight: 500; */
      margin-top: 5px;
}
footer{
    background-color: #2b3b8e;
}
.foot{
    font-size: 20px ;
    padding-bottom: 20px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.f1{
    font-size: 12px;
}
.event{
    background-color: #2b3b8e;
    color:#2b3b8e ;
    border: 2px solid black;
}
@media(min-width:768px){
    .background1{
        background-image: url(../Images/Background/front-Background.jpg);
        background-size: cover;
        height: 700px;
}
}
@media(min-width:992px){
    .background1{
        background-image: url(../Images/Background/front-Background.jpg);
        background-size: cover;
        height: 800px;

}
}