/* Your custom css code goes here */

.mfp-arrow {
  display: none !important;
}

.mfp-bottom-bar {
  display: none !important;
}

.rounded-image {
  transition: .4s;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.2);
  filter:saturate(0.4);
}

.rounded-image:hover {
  transition: .4s;
  transform: scale(1.04);
  filter:saturate(1);
}

.welcome-description {
  margin-bottom: 40px;
}

.test123 {
  display: none;
}

.hello-invisible {
  color: #F9F9F9 !important;
}

.probootstrap-footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#go-back-to-top-again {
  cursor: pointer;
  transition: .4s;
  padding: 3px 10px;
  background-color: rgba(132, 138, 147, 0.3);
  border-radius: 8px;
}
#go-back-to-top-again:hover {
  color: black;
  transition: .4s;
  transform: scale(1.2);
}
