h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #156aa3;
}
.footer-title h3{
    color: #fff;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.footer-title p{
    color: azure;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.footer-title {
    padding-bottom: 15px;
}
.footer-title table{
    color: #fff;
    width: 100%;
    border-collapse: collapse;
}
table td{
    padding-bottom: 10px;
    padding-left: 5px;
}
.jumbotron{
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.first-header-section{
    height: 30px;
    background-color: rgb(10, 46, 71);
}
.btn-border{
    border-radius: 5px;
}
.footer-section{
    background-image: url("img/footer-background.jpg");
}
.header-section{
    background-image: url("img/footer-background.jpg");
}


/* ---------------------Gallery CSs */
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  