.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; 
}
h1{
    font-family: 'Houston', serif;
    font-size: 60px;
    color: #005488;
}
h2{
    font-size: 30px;
    color: #fff;
    font-family: 'Houston', serif;
    font-style: italic;
}
h5{
    font-size: 15px;
    color: #005488;
    font-family: 'Houston', serif;
}
h2.custom-h2{
    font-size: 50px;
    color: #000000;
    font-family: 'Houston', serif;
    text-align: center;
}
h1.custom-h1{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-family: 'Houston', serif;
    font-style: 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;
}
* {
    box-sizing: border-box;
  }
  
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #a19696;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: 'Houston', serif;
  }
  
  input[type=submit] {
    background-color: #005488;
    color: #f5f5f5;
    padding: 12px 20px;
    font-family: 'Houston', serif;
    border: none;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #f29a02bd;
    font-family: 'Houston', serif;
    color: #000000;
  }
  
  .container {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
  }

  .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  

  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  

  @media screen and (max-width: 820px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }

  .contact-details {
    font-family: 'Houston', serif;
}

.contact-details .h5 {
    font-family: 'Houston', serif;
    font-weight: 600; 
}

.contact-details span {
    font-family: 'Houston', serif; 
    font-size: 18px;
    line-height: 1.5;
}
.contact-info-box {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #005488;
    padding: 20px;
    margin-bottom: 10%;
    margin-right: 30%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%
}
.custom-font {
    font-family: 'Houston', serif;
    font-size: 20px;
    color: #ffffff; 
}
.custom-font-2 {
    font-family: 'Houston', serif; 
    font-size: 18px; 
    color: #ffffff; 
}
.sub-heading-font {
    font-family: 'Houston', serif; 
    font-size: 20px; 
    color: #000000; 
}