@font-face {
  font-family: 'Nunito';
  src: url('/frontend/fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* DancingScript-Regular.ttf */
body {
  font-family: 'Nunito', sans-serif;
}

.header-main {
  background-color: #282826;
}

.header-button {
  font-size: 12px;
}

#wrapper,
#main {
  background-color: #282826;
}
#main.meymeybeauty-post {
  min-height: 580px;
  color: #a6a6a6;
  /* margin-top: 60px; */
}

.ck-content blockquote {
  color: #a6a6a6;
}


.footer-2 {
  background-color: #282826;
    border-top: 1px solid #877a63;
}

/* 
#footer {
  position:fixed;
  bottom: 0;
} */

/* Banner */
*{
  box-sizing: border-box;
}
.carousel-cell {
  /* margin-top: 8%; */
}
.carousel-cell {
  width: 100%;
  height: 500px;
  min-height: auto;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

.carousel-cell:before {
  display: block;
  content: ''
}

/* for mobile */
@media (max-width: 767px) {
  .carousel-cell {
  height: 250px;
  min-height: auto;
  }
}