.uk-navbar-container{
    transition: background-color 0.5s ease;
  }

.navbarbanner{
    height: 270px;
}

.custom-divider{
    border-color: orange;
    border-width: 4px;
    border-radius: 2px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.custom-divider-small{
    border-color: orange;
    border-width: 4px;
    border-radius: 2px;
    margin-top: 5px;
    width: 30%;
}

.sora {
    font-family: 'Sora', sans-serif !important;
   
}

h1, h2, h3, h4 , .uk-heading-small{
    font-family: 'Khula', sans-serif;
    font-weight: 700;
}

p{
    font-family: 'Karla', sans-serif;
    
}

.uk-navbar-container:not(.uk-navbar-transparent){
    background: #222;
}

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
    color: #666 !important;
  }
  
  a:active {
    text-decoration: none;
  }

  #hero-bg-image{
    height: 100vh;
    }

  @media only screen and (max-width: 768px) {
    #hero-bg-image{
        height: 100vh;
    }
  }

  @media only screen and (max-width: 380px) {
    .cont > a{
      font-size: 16px;
    }
  }











































  