body {
    font-family: "Exo 2", sans-serif;
    margin: 0;
    background: #f4f4f4;
  }
 
  html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  height: 100%;
}
  
  .custom-navbar {
    background-color: white;
    transition: all 200ms ease;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    padding: 0 20px;
    align-items: center;
    z-index: 1;
}

.custom-navbar-brand {
    display: flex;
    align-items: center;
}

.ihub-logo {
    height: 35px;
    width: auto;
  }

.custom-nav-link {
    padding: 20px !important;
    color: black;
    font-weight: 500;
}

.custom-nav-link:hover {
    color: #FF6F41 !important;
}
.navbar-text {
    color: #FF6F41;
    font-weight: bold;
    margin: 0;
}

.logo-img {
    height: 45px;
}

.iframe-container {
    height: 100%;
  }
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }


/* Responsive CSS*/

/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {


.social-icons a {
    color: #f4f4f49b;
    margin: 0 10px;
    font-size: 10px;
    text-decoration: none;
  }

  .social-icons a:hover {
    color: #f4f4f4;
    margin: 0 10px;
    font-size: 10px;
    text-decoration: none;
  }


}

/* MObile Screeen*/
@media only screen and (max-width: 767px) {
  
.footer-logo {
    max-width: 80px;
  }

  .social-icons a {
    color: #f4f4f49b;
    margin: 0 10px;
    font-size: 10px;
    text-decoration: none;
  }

  .social-icons a:hover {
    color: #f4f4f4;
    margin: 0 10px;
    font-size: 10px;
    text-decoration: none;
  }
}



/* Mobile Screen */
@media only screen and (max-width: 450px) {
.footer-logo {
    max-width: 80;
  }

  .social-icons a {
    color: #f4f4f49b;
    margin: 0 10px;
    font-size: 10px;
    text-decoration: none;
  }

  .social-icons a:hover {
    color: #f4f4f4;
    margin: 0 10px;
    font-size: 10px;
    text-decoration: none;
  }
}




.footer {
    background-color: #FF8A66;
    color: #f4f4f4;
    padding: 20px 0;
    text-align: right;
  }

  .footer-logo {
    max-width: 180px;
  }

  .social-icons {
    margin-top: 20px;
  }

  .social-icons a {
    color: #f4f4f49b;
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none;
  }

  .social-icons a:hover {
    color: #f4f4f4;
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none;
  }

  .copyright {
    margin-top: 30px;
  }