.navbar-custom {
    background-color:#ffffff;
}
.navbar-custom .navbar-brand {
    display: flex;
    padding: 15px;
    background-color: transparent;
    padding: 0; 
    width: 260px;
}
.navbar-custom .navbar-text,
.navbar-custom .nav-link {
    color: #005488;
    font-family: 'Houston', serif;
    font-size: 20px;
    display: block;
    padding: 15px;
}
.nav-item {
    width: 250px; 
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.navbar a {
    display:block;
    padding: 15px;
    color: #005488;
    text-decoration: none;
    width: 250px;
    font-size: 18px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.navbar a:hover {
    background-color: #f29a02bd;
    align-items: center;
    justify-content: center; 
}
.navbar {
    position: relative;
    z-index: 1;
}
.active-nav {
    background-color: #f29a02bd;
}

.navbar-custom .navbar-brand:hover {
    background-color: #f29a02bd;
}

.navbar-custom .navbar-brand img {
    display: block; 
    height: 60px; 
    width: auto; 
}
.main-section {
    padding-left: 40px;
    padding-right: 40px;
    color: #005488;
}
h1{
    font-family: 'Houston', serif;
    color: #005488;
    font-size: 40px;
    font-weight: bold;
}
h2{
    font-family: 'Houston', serif;
    font-size: 30px;
    color: #005488;
}
h3{
    font-family: 'Houston', serif;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
p{
    font-family: 'Houston', serif;
    font-size: 16px;
    color: #000000;
}
li{
    font-family: 'Houston', serif;
    font-size: 16px;
    color: #000000;
}
h6{
    font-family: 'Houston', serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
body, html, header,
.view {
height: 100%;
}
@media (max-width: 820px) {
    html,
    body,
    header,
    .view {
        height: 100vh;
    }
}
.hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}
.scroll-down-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    color: #fff;
    text-decoration: none;
    animation: bounce 1.5s infinite;
}  
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(-10px);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    background-color: #024e4e;
}

.custom-div-icon {
    border: none;
}
footer {
    text-align: center;
    padding: 20px;
}

footer img {
    margin: 0 10px;
    vertical-align: middle;
}
footer p {
    color: white;
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Houston', serif;
}