nav,.ftco-navbar-light{position:fixed!important;top:0;width:100%;left:0;margin-top:0!important;background-color:white!important;color:black}.ftco-navbar-light .navbar-nav>.nav-item:not(.active)>.nav-link,.ftco-navbar-light .navbar-toggler{color:black!important}.stars .fa{color:#efe100}.work-entry{max-height:600px;overflow:hidden}.work-entry img{width:100%}#about{background-image:linear-gradient(90deg,rgba(250,91,221,.4) 0%,rgb(195,0,160) 100%),url(images/bg_2.jpg);background-size:contain;background-position:left;background-color:rgb(195,0,160)}@media (max-width:765px){#about{background-size:cover}}@media (max-width:500px){.navbar-brand img{max-width:200px}#about{background-size:cover}}@media (max-width:350px){.navbar-brand img{max-width:165px}}

.mouse{
    margin: 50px auto;
    width: 100px;
    position: absolute;
    z-index: 111;
    left: 50%;
    top: 80%;
}.mouse-icon{
     width: 25px;
     height: 45px;
     border: 2px solid white;
     border-radius: 15px;
     cursor: pointer;
     position: relative;
     text-align: center;
     transform: translate(-50%, -50%);
 }.mouse-wheel{
      height: 6px;
      margin: 2px auto 0;
      display: block;
      width: 3px;
      background-color: white;
      border-radius: 50%;
      -webkit-animation: 1.6s ease infinite wheel-up-down;
      -moz-animation: 1.6s ease infinite wheel-up-down;
      animation: 1.6s ease infinite wheel-up-down;
  }
@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}@-moz-keyframes wheel-up-down {
     0% {
         margin-top: 2px;
         opacity: 0;
     }
     30% {
         opacity: 1;
     }
     100% {
         margin-top: 20px;
         opacity: 0;
     }
 }@keyframes wheel-up-down {
      0% {
          margin-top: 2px;
          opacity: 0;
      }
      30% {
          opacity: 1;
      }
      100% {
          margin-top: 20px;
          opacity: 0;
      }
  }

.icon img {
    transform: rotateY(180deg);
}