html,
body {
   height: 100%;
   margin: 0;
   font-family: "Red Hat Text", sans-serif;
   font-weight: normal;
   overflow-y: scroll;
}

a,
a:visited {
   color: #0096ff;
   text-decoration: none;
}

a:hover,
a:focus {
   color: #ee4b2b;
   text-decoration: none;
}

.bg-image {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   min-height: 100%;
   background: url("img/bg.jpg") no-repeat right center fixed;
   background-size: cover;
   padding: 0;
}

.bg-image::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   min-height: 100%;
   background: rgba(0, 0, 0, 0.4);
}

.content-wrapper {
   position: relative;
   width: 100%;
   min-height: 100vh;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   padding: 1rem 0;
}

.container {
   position: relative;
   z-index: 2;
   max-width: 1200px;
   padding-left: 1rem;
   padding-right: 1rem;
}

h1 {
   font-size: 4rem;
   font-weight: bold;
   color: #fff;
   text-shadow: 1px 1px #000;
}

h2 {
   font-size: 2rem;
   color: #fff;
   font-weight: 300;
   line-height: 1.4;
   text-shadow: 1px 1px #000;
}

h3 {
   font-size: 1.3rem;
   color: #fff;
   font-weight: bold;
}

h4 {
   font-size: 1.5rem;
   font-weight: 500;
}

.accordion-item {
   background: rgba(0, 0, 0, 0.3);
}

.accordion-item:focus {
   outline: none !important;
   box-shadow: none important;
   border-color: none important;
}

.accordion-header {
   color: #fff;
}

.accordion-button,
.accordion-button:not(.collapsed) {
   background: rgba(0, 0, 0, 0.2);
   color: #fff;
   font-size: 1.3rem;
}

.accordion-body {
   background: rgba(0, 0, 0, 0.7);
   color: #fff;
   font-size: 1.1rem;
   padding: 2rem;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
   width: 1.8rem;
   height: 1.8rem;
   background-size: 1.8rem;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M4 6l4 4 4-4' stroke='%23FFF' stroke-width='2' fill='none'/%3e%3c/svg%3e");
}

.accordion-button:focus {
   outline: none !important;
   box-shadow: none !important;
}

.btn-primary {
   background-color: #0076ce;
   border-color: #0076ce;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.btn-primary:hover,
button.btn.btn-primary:active {
   background-color: #ef3e33;
   border-color: #ef3e33;
   color: #fff;
}

.btn-register {
   font-size: 1.4rem;
}

.strong {
   font-weight: bold;
}

.br {
   display: inline;
}

.sign {
   width: 40%;
}

.btn-modal:hover {
   border-color: #0076ce;
}

.btn-modal:active {
   border-color: #0076ce !important;
}

.btn-close {
   padding-right: 2rem !important;
}

.modal-backdrop.show {
   opacity: 0.9;
}

.modal-header {
   background: #0076ce;
   color: #fff;
}

.modal-body {
   padding-top: 2rem;
   padding-left: 2rem;
   padding-right: 2rem;
}

.modal-footer {
   border-top: none;
}

.register-success {
   display: none;
}

.alert {
   font-size: 1.2rem;
}

input.form-control,
select.form-select {
   height: 45px;
   font-weight: bold;
}

.form-label {
   font-size: 14px;
   margin-bottom: 0.2rem;
}

.fb-icon {
   max-width: 150px;
}

@media screen and (max-width: 600px) {
   body {
      font-size: 1rem;
   }

   h1 {
      font-size: 3rem;
      font-weight: bold;
      color: #fff;
      text-shadow: 1px 1px #000;
   }

   h2 {
      font-size: 1.4rem;
      color: #fff;
      font-weight: 300;
      line-height: 1.4;
      text-shadow: 1px 1px #000;
   }

   h3 {
      font-size: 1.2rem;
      color: #fff;
      font-weight: bold;
   }

   h4 {
      font-size: 1.2rem;
   }

   .accordion-button {
      font-size: 1.1rem !important;
   }

   .accordion-button,
   .accordion-button:not(.collapsed) {
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 1.3rem;
   }

   .btn-register {
      font-size: 1.2rem;
   }

   .br {
      display: block;
   }
}
