/* FONTS */
@font-face{
  font-family:"Sophia Marilyn";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src: url(../fonts/Sophia_Marilyn_Font_Family/Sophia-Marilyn-400.ttf) format("truetype");
}

.sophia-font{
  font-family: 'Sophia Marilyn' !important;
}
.navbar-brand {
  font-size: 2rem;
}
.banner-text_names {
  font-size: 60px;
}
.heading h2, h2.title {
  font-family: 'Amatic SC';
  font-size: 50px;
}
.timer .timer-item_text {
  font-family: 'Amatic SC';
  font-size: 50px;
}

/* Timeline */
.timeline::before {
  height: 99%;
}

/* Section background */
section.cover .overlay, section.countdown .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
section.banner_bottom .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
section.cover .overlay, section.countdown .overlay, section.banner_bottom .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
section.cover .container, section.countdown .container, section.banner_bottom .container {
  position: relative;
  z-index: 1;
}

/* Form */
.message-success {
  height: 290px;
}