@import url('https://fonts.googleapis.com/css2?family=Abel&family=Abhaya+Libre&display=swap');

* {
    margin: 0;
    padding: 0;
}

.banner {
    height: 100vh;
    background-image: linear-gradient(rgba(8, 80, 151, 0.64), rgba(8, 80, 151, 0.64)), url('images/pexels-emmanuel-ikwuegbu-8948347.jpg');
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    font-family: 'Bree Serif', serif;
    color: #F2F1DA;
}


.banner-content {
    padding: 10% 5%;
    line-height: 40px;
}

.banner-content h1 {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    color: #F2F1DA;
    word-spacing: 12px;
}

.banner-content p {
    font-family: 'Abel', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    color: #F2F1DA;

}

ul {
    list-style-type: none;
}

ul li a {
    color: white;
}

.footer {
    background-color: #085097;
    padding: 2rem 2rem;
    color: white;
    font-family: 'Abel', sans-serif;
}

i {
    padding: 0 1rem;
}

.footer2 {
    color: white;
    font-family: 'Abel', sans-serif;
    background-color: #08549F;
    opacity: 0.9;
    padding: 0.5rem;
}

.newsletter {
    background-color: #E6F2E7;
}

.newsletter h4 {
    color: #133B5C;
    font-family: 'Abhaya Libre';
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
}

.newsletter p {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    line-height: 140.4%;
    color: #085097;

}

.btnAddon {
    background-color: #085097;
    border-radius: 8px;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: white;
}

.news {
    border-radius: 40px 0px 0px 40px;

}

.news h4 {
    color: #133B5C;
    font-family: 'Abhaya Libre';
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
}

.news h5 {
    color: #133B5C;
    font-family: 'Abhaya Libre';
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.news p {
    font-family: 'Abel', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140.4%;
    color: #333333;
}

.newsCard {
    background-color: #E6F2E7;

}

.login h2 {
    color: #133B5C;
    font-family: 'Abhaya Libre';
    font-weight: 400;
    font-size: 48px;
    line-height: 65px;
}

.loginCards h4 {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #07452A;
}

.loginCards h6 {
    font-family: 'Abel', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #062748;
    opacity: 0.7;
}

.loginCards a{
    font-family: 'Abel', sans-serif;

}

.btn-primary{
    background-color: #085097;
    border-radius: 0;
    outline: 0;
}


.loginCards i{
    color: #C5BE5B;
    font-size: 40px;
}

@media (max-width:600px) {
    .banner-content {
        padding: 40% 5%;
        line-height: 40px;
    }

    .banner-content h1 {
        font-family: 'Abhaya Libre';
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 65%;
        color: #F2F1DA;
        word-spacing: 12px;
    }
    
    .banner-content p {
        font-family: 'Abel', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        color: #F2F1DA;
    
    }
}


.loginCardDeck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: .5rem;
}


.contact .contact-info-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  
  .contact .contact-info-container .box {
    border: 0.1rem solid #085097;
    padding: 1rem 1rem;
    border: 0.1rem solid #085097;
    text-align: center;
  }
  
  .contact .contact-info-container .box:hover i {
    background: #085097;
    color: #fff;
  }
  
  .contact .contact-info-container .box i {
    height: 4rem;
    width: 5rem;
    line-height: 3rem;
    border: 0.1rem solid #085097;
    color: #085097;
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
  
  .contact .contact-info-container .box h3 {
    font-size: 2rem;
    text-transform: capitalize;
    color: #222;
    padding: 1rem 0;
  }
  
  .contact .contact-info-container .box a{
    font-size: 1rem;
    line-height: 1;
    color: #666;
    margin-bottom: 0;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Abel', sans-serif;

  }
  
  .contact .heading{
    color: #133B5C;
    text-align: center;
    font-family: 'Abhaya Libre';
    font-weight: 900;
  }
  
  .contact h3 {
    font-size: 3rem;
    text-transform: capitalize;
    color: #222;
    font-family: 'Abhaya Libre';
    font-weight: 700;
  }
  
  
  
  