/********************************
* Base Styles 
*********************************/
/* reset by boostrap */
body, html {
  font-family: "Montserrat", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

html {
  font-size: 62.5%;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #696871;
  transition: all 0.4s ease;
}

/* General */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}

h1, .h1 {
  font-size: 4rem;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}

h2, .h2 {
  font-size: 3.2rem;
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3.8rem;
  }
}

h3, .h3 {
  font-size: 2.7rem;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 3rem;
  }
}

h4, .h4 {
  font-size: 2.3rem;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2.5rem;
  }
}

h5, .h5 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 2.2rem;
  }
}

h6, .h6 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.8rem;
  }
}

p, ul li, ol li, blockquote {
  margin-bottom: 2.2rem;
  line-height: 1.7;
}

@media (min-width: 992px) {
  .container {
    max-width: 1070px;
  }
}

@media (min-width: 1650px) {
  .container-lg {
    max-width: 1600px;
  }
}

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

.container-sm {
  max-width: 780px;
}

@media (max-width: 767px) {
  .container-p-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

[class^="container"] [class^="container"] {
  padding-left: 0;
  padding-right: 0;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.font-secondary {
  font-family: "Lato", sans-serif;
}

.text-underline {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .text-large {
    font-size: 4.5rem;
  }
}

@media (min-width: 992px) {
  .text-large {
    font-size: 6rem;
  }
}

.text-medium1 {
  font-size: 3.6rem;
}

.text-medium {
  font-size: 2rem !important;
}

.text-xsmall {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .text-xsmall {
    font-size: 1.3rem;
  }
}

.text-gray {
  color: #696871;
}

.text-gray2 {
  color: #475164;
}

.mb-6 {
  margin-bottom: 5rem;
}

.mb-7 {
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .mb-7 {
    margin-bottom: 7.5rem;
  }
}

.mb-8 {
  margin-bottom: 8rem;
}

@media (min-width: 768px) {
  .mb-8 {
    margin-bottom: 10rem;
  }
}

.mt-neg-5 {
  margin-top: -5rem;
}

.mt-6 {
  margin-top: 5rem;
}

.mt-7 {
  margin-top: 6rem;
}

@media (min-width: 768px) {
  .mt-7 {
    margin-top: 7.5rem;
  }
}

.pt-4\.5 {
  padding-top: 2rem;
}

.pt-6 {
  padding-top: 5rem;
}

.pt-7 {
  padding-top: 6rem;
}

@media (min-width: 768px) {
  .pt-7 {
    padding-top: 7.5rem;
  }
}

.pt-8 {
  padding-top: 8rem;
}

@media (min-width: 768px) {
  .pt-8 {
    padding-top: 10rem;
  }
}

.pb-4\.5 {
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 5rem;
}

.pb-7 {
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .pb-7 {
    padding-bottom: 7.5rem;
  }
}

.pb-8 {
  padding-bottom: 8rem;
}

@media (min-width: 768px) {
  .pb-8 {
    padding-bottom: 10rem;
  }
}

.w-250 {
  width: 25rem;
}

@media (min-width: 992px) {
  .w-lg-630 {
    width: 63rem;
  }
}

.btn-unstyled {
  padding: 0;
  border: 0;
  background: none;
}

.modal-dialog {
  margin: 4rem 0.5rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 4rem auto;
    max-width: 500px;
  }
}

.modal-content {
  color: #38395E;
  border-radius: 8px;
  padding: 10px;
}

@media (min-width: 768px) {
  .modal-content {
    padding: 15px 40px;
  }
}

.modal-content label {
  margin-bottom: 5px;
}

.modal-content input.form-control {
  color: #000;
  background-color: transparent;
  padding: 1.6rem;
  font-size: 1.6rem;
  width: 100%;
  border-radius: 5px;
  border: 0;
  border: 1px solid #EAE9F2;
}

.modal-content p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.modal .btn-close {
  position: relative;
  font-size: 1.5rem;
  margin-left: auto;
  right: -.5rem;
}

@media (min-width: 768px) {
  .modal .btn-close {
    right: -2.5rem;
  }
}

.modal-title {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.2;
}

.modal-header {
  border-bottom: 0;
}

/* Main Content */
.main-content {
  min-height: calc(100vh - 170px);
}

.index-main {
  background-repeat: no-repeat;
  background-position: -550px -500px;
}

.main-title {
  font-size: 4rem;
}

@media (min-width: 992px) {
  .main-title {
    font-size: 7rem;
    line-height: 1.1;
  }
}

.text-content p {
  font-size: 1.8rem;
  line-height: 1.59;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .text-content p {
    font-size: 2.1rem;
  }
}

.date {
  padding: 12px 18px;
  margin: 30px auto 10px;
  display: flex;
  width: 285px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.28);
}

@media (min-width: 992px) {
  .date {
    margin-top: 10px;
  }
}

.date .fa-calendar-alt {
  font-size: 40px;
  margin-right: 13px;
}

.date p {
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}

.date .day {
  font-size: 22px;
}

.date .time {
  font-size: 16px;
  font-weight: 700;
}

.green-button {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #33B672;
  border-bottom: 3px solid rgba(0, 0, 0, 0.28);
  border-radius: 8px;
  padding: 10px 65px 10px 15px;
  position: relative;
  display: block;
  max-width: 630px;
  text-align: center;
  margin-top: 60px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .green-button {
    padding: 10px 100px 10px 20px;
    font-size: 48px;
  }
}

.green-button:after {
  content: '';
  background-image: url("../images/button-arrow.png");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  right: 20px;
}

@media (min-width: 992px) {
  .green-button:after {
    right: 40px;
    width: 48px;
    height: 48px;
  }
}

.green-button:hover {
  box-shadow: 1px 1px 5px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}

.green-button-plain {
  display: inline-block;
  background-color: #109648;
  font-size: 27px;
  font-weight: 700;
  border-radius: 10px;
  border: 0;
  color: white;
  padding: 1.8rem 2rem;
  transition: 0.4s ease all;
  text-align: center;
  text-decoration: none;
  width: 50rem;
  max-width: 100%;
}

.green-button-plain:hover {
  background-color: #0e7f3d;
  color: #fff;
}

.red-button {
  border: 1px solid #C31A12;
  background-color: #F0544C;
  color: #FFF;
  font-size: 2.1rem;
  font-weight: 800;
  border-radius: 5px;
  padding: 1.2rem 3rem;
  transition: 0.4s ease all;
}

.red-button:hover {
  background-color: #ec271d;
}

/* Footer */
.site-footer {
  margin-top: auto;
}

.site-footer p, .site-footer a {
  font-size: 1.3rem;
  color: #696871;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: #000;
}

.site-footer .svg-inline--fa, .site-footer .fas {
  margin-right: 2px;
}

.site-footer svg + svg, .site-footer .fas + .fas {
  margin-left: 10px;
}

/* Replay Page */
.replay-page img {
  margin: 0 auto;
}

.replay-page .green-button {
  margin-left: auto;
  margin-right: auto;
}
