body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}


header .nav-link {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
}

header .navbar-nav .nav-item {
  padding: 0 10px;
}

header .navbar-nav .nav-item .dropdown-menu {
  border: none;
  width: auto;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
}

header .navbar-nav .mobile-icon {
  display: none;
}

#intro {
  height: 80vh;
}


.h1, h1 {
    font-family: 'Playfair Display';
    letter-spacing: -0.2rem;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}



.display-3 {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
}


.share input, .share select, .share textarea {
  border: 0;
  border-radius: 0;
  border-bottom : 2px solid grey;
}


.share textarea.form-control.form-control-lg {
  height: 24px;
  min-height: 50px;
}

.btn-moment {
    background-color: #ED6F8A;
    transition: all linear 0.33s;
}

.btn-moment:hover {
  background-color: #6f42c1;

}

#character-counter {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
}


.muse-card {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .04);
  background-color: #fff;
}

.muse-card {
  opacity: 0.95;
}

.muse-card:hover {
  opacity: 1;
  background-color: #2a2b2e;
}

.muse-card:hover p, .muse-card:hover span {
  color: #f5f5f5;
}



.btn-rounded {
  border-radius: 999px;
  padding:15px 35px;
}



.transition-3d-hover {
  transition: all .5s ease-in-out;
}

.transition-3d-hover:focus, .transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.gradient-hover-effect {
  background: linear-gradient(90deg, transparent, #c93a4e)  #ed6f8a;
  transition: background-color 1s;
  place-content: center;
}
.gradient-hover-effect:hover, .gradient-hover-effect:focus {
  background-color: #6f42c1;
  color: #fff;
}



@media screen and (min-width: 768px) {
  .logo {
    max-width: 180px;
  }
}
