@font-face {
    font-family: Gotham-Light;
    src: url('Gotham/Gotham-Light.otf')  format('opentype');
    }

.html {
    scroll-behavior: smooth;
}

.menu-items {
    cursor: pointer;
    /* padding: 10px; */
    /* color: rgb(7, 89, 133); */
}

.menu-items:hover {
    background-color: orange;
}

.expertise-m {
    position: relative;
    display: inline-block;
}

.expertise-sm {
    display: none;
    position: absolute;
    background-color: white;
    top: 25px;
    /* padding: 12px 16px; */
}

.expertise-sm a {
    color: rgb(7, 89, 133);
    padding: 12px 16px;
    display: block;
}

.expertise-sm a:hover {
    background-color: #ddd;
}

.expertise-m:hover .expertise-sm {
    display: block;
}

.expertise-sm-mobile {
    font-size: 14px;
    margin-left: 16px;
    /* padding: 12px 16px; */
}

.menu-pad {
    padding-top: 0px;
    padding-bottom: 0px;
    top: 48px;
}

.menu-padding {
    padding-top: 0;
    padding-bottom: 0;
    /* background-color: rgb(7, 89, 133); */
    color: white;
    top: 0;
    position: fixed;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 180px;
    /* -webkit-animation: fill-up 2s linear; */
    /* animation: fill-up 2s linear; */
  }

  @-webkit-keyframes fill-up {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes fill-up {
    0% { height: 10%; }
    100% { height: 25%; }
  }

  /* Add animation to "page content" */
  .animate-bottom {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    z-index: 100;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: east-in-out;
    animation-name: animatebottom;
    animation-duration: 1s;
  }

  @-webkit-keyframes animatebottom {
    from { height: 100vh; }
    to { height: 0vh; }
  }

  @keyframes animatebottom {
    from { height: 100vh; }
    to { height: 0vh; }
  }


/* Add animation to "page content" */
    .animate-logo {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ddd;
    z-index: 100;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: east-in-out;
    animation-name: animatelogo;
    animation-duration: 5s;
    }

    @-webkit-keyframes animatelogo {
    from { height: 100%; }
    to { height: 0%; }
    }

    @keyframes animatelogo {
    from { height: 100%; }
    to { height: 0%; }
    }
