﻿@font-face {
  font-family: "Geist";
  src: url("/Fonts/Geist.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Hack";
  src: url("/Fonts/HackRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Hack";
  src: url("/Fonts/HackBold.woff2") format("woff2");
  font-weight: 700;
}
h1 {
  font-weight: 700;
  font-size: 32px;
}

body {
  color: #fff;
  background-color: #1a1a1a;
  font-family: Geist, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

header {
  margin-bottom: 20px;
  padding: 20px 0;
}
header .top-logo {
  height: 32px;
}

.intro-content {
  margin: 10px 0 40px 0;
}
.intro-content .days-container {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.intro-content .days-container .day-item {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 10px;
  background-color: #E4E0DF;
  color: #000;
  text-align: center;
  flex: 0 0 48%;
}
.intro-content .days-container .day-item p {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.intro-content .days-container .day-item h3 {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.form-container h2 {
  font-size: 26px;
  font-weight: 700;
}
.form-container .form-item {
  margin: 20px 0;
}
.form-container .form-item .form-label, .form-container .form-item .form-error {
  font-size: 12px;
  font-weight: bold;
}
.form-container .form-item .form-error {
  color: #f00;
  display: none;
}
.form-container .form-item .form-control {
  background-color: #27262B;
  border-color: #353239;
  color: #fff;
}
.form-container .form-item .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 87, 10, 0.4);
}
.form-container .form-item button {
  display: block;
  width: 100%;
  padding: 6px 0;
  border: 1px #E4E0DF solid;
  background-color: #E4E0DF;
  color: #000;
  border-radius: 5px;
}

.modal-dialog .modal-content .modal-header {
  background-color: #ff570a;
  color: #000;
}
.modal-dialog .modal-content .modal-header h5.modal-title {
  font-weight: 700;
}
.modal-dialog .modal-content .modal-body {
  background-color: #E4E0DF;
  color: #000;
}
.modal-dialog .modal-content .modal-footer button {
  background-color: #27262B;
  color: #fff;
}

.site-button {
  padding: 6px 20px;
  border: 1px #E4E0DF solid;
  background-color: #E4E0DF;
  color: #000;
  border-radius: 5px;
}

footer {
  margin-top: 20px;
  padding: 20px 0;
}
footer .footer-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-items .footer-logo {
  padding: 0;
}
footer .footer-items .footer-logo img {
  height: 20px;
}
footer .footer-items .info-items {
  text-align: right;
}
footer .footer-items .info-items a {
  font-size: 14px;
  display: block;
  color: #ff570a;
  text-decoration: none;
  font-weight: 700;
}
footer p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
