

.colored-img {
    display: none;
}

.project-card:hover .discolored-img {
    display: none;
}

.project-card:hover .colored-img {
    display: block;
}

.rounded-20 {
    border-radius: 20px;
}

.logo-small{
    height: 50px;
    width: 50px;
}

#loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.hidden-screen {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
}

.fade-out-animation {
    opacity: 0;
    visibility: hidden;
}

.fade-in-animation {
    opacity: 1;
    visibility: visible;
}

#spinnerPhoto{
    height: 18rem;
    width: 18rem;
}

@media (min-width: 576px) {
    #spinnerPhoto {
      height: 28rem;
      width: 28rem;
    }
}

@media (min-width: 768px) {
  #spinnerPhoto {
    height: 18rem;
    width: 18rem;
  }
}

@media (min-width: 1200px) {
  #spinnerPhoto {
    height: 28rem;
    width: 28rem;
  }
}

.skill-icon {
    height: 38px;
}

#back-to-top-container {
    position: fixed;
    top: 0px;
    display: none;
    z-index: 1;
}
