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-Image.png");
    
}
.header-section{
    background-image: url("img/12duane-storey-sM0MKub2W2I-unsplash.jpg");
    background-size: cover;
    background-position: center;
  background-repeat: no-repeat;
    position: relative; 
    height: 60vh;
    width: 100%;
    
    
}
.header-section::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2);
}

.title{
    color:#fff; 
    margin-top:100px;
    text-align:center;
    font-family: 'Gentium Basic', serif;

    font-family: 'Libre Baskerville', serif;
    /* background-image: linear-gradient(to left, red , yellow); */
    width: 30%;
    font-size: 45px;
    
}
.cardbg{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}