/*
pink: rgb(255, 143, 199)
light gray: rgb(102, 102, 102)
gray: rgb(51, 51, 51)
*/

@font-face {
  font-family: nexalight;
  src: url(../fonts/nexa/nexa_light.ttf);
}

@font-face {
  font-family: nexabold;
  src: url(../fonts/nexa/nexa_bold.ttf);
}

.datepicker {
  margin-top: 60px;
  margin-left: 15px;
}

#registrationContent [type="checkbox"]:checked+label:after {
  margin-top: 6px;
  margin-left: 1px;
}

* {
  font-size: 14px;
  color: rgb(51, 51, 51);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: medium;
}

body {
  background-color: white;
  height: 150%;
}

#mainHeader {
  text-align: center;
  padding-bottom: 1%;
  margin-top: 55px;
  background-color: white;
}

#mainNavbar {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}

#mainNavbar .nav-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mainNavbar .nav-link, #mainNavbar .nav-link i {
  color: rgb(51, 51, 51);
}

#mainHeaderLogo {
  height: 200px;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  border-radius: 0px;
  /*border: 2px solid rgb(102, 102, 102);*/
  border-bottom: 0px;
  padding: 0px;
}

.dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: rgb(51, 51, 51);
}

.dropdown-item:last-child {
  /*border: none;*/
}

#searchBar .input-group * {
  padding-left: 0px;
  padding-right: 0px;
}

#mainNavbar i {
  margin-top: 2px;
}

#mainNavbar img {
  height: 13px;
}

.bg-faded {
  background-color: white;
}

#mainNavbar .nav-item {
  margin-left: 10px;
  font-weight: bolder;
}

#searchBar {
  position: absolute;
  z-index: 1;
  margin-top: 20%;
  width: 95%;
}

#searchBarInputWrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

#searchBarInputWrapper input, #searchBarInputWrapper button, #searchBarInputWrapper button span {
  color: rgb(51, 51, 51);
  font-size: 14px;
  border: none;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#searchBar .input-group * {
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
}

#searchBar .input-group .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, .15);
}

#searchBar .input-group input, #searchBar .input-group .btn {
  line-height: 25px;
  font-size: 14px;
  border-radius: 0px;
  outline: white;
  border: none;
  border-radius: 3px;
}

#mainCarousel {
  z-index: -1;
}

#mainCarousel img {
  width: 1140px;
  height: 570px;
}

#bottomImages {
  z-index: -10;
  position: fixed;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  height: 160px;
  border-top: medium solid rgb(51, 51, 51);
}

#bottomImages ul {
  list-style-type: none;
  overflow: hidden;
  height: 160px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding: 0;
}

#bottomImages ul li {
  display: inline;
  float: left;
}

#bottomImages img {
  height: 160px;
}

.dropdown-toggle::after {
  display: none;
}

#textheadline {
  text-align: center;
}

#textheadline img {
  height: 30px;
}

#subheadline {
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: rgb(102, 102, 102);
  padding-bottom: 10px;
}

#enumeration ul {
  list-style-type: none;
  padding-left: 0px;
  padding-top: 30px;
}

#enumeration ul li {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#enumeration ul li img {
  height: 20px;
}

#mainContent {
  z-index: 1;
  font-size: 15px;
}

#mainContentWrapper {
  width: 100%;
  height: 110%;
  margin-bottom: 160px;
  background-color: white;
  padding-top: 2%;
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  max-width: 10px;
  border-radius: 5px;
}

#mainText {
  font-size: 14px;
}

#countdown {
  margin-top: 2%;
  margin-bottom: 3%;
  text-align: center;
  font-size: 20px;
}

#countdown #countdownDays {
  font-size: 45px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(244, 168, 172);
}

#smallScreenSocialButtons {
  display: none;
}

#smallScreenSocialButtons a {
  display: inline;
  margin-right: 20px;
}

#loginContainer, #registrationContainer, #passwordContainer, #passwordResetContainer {
  width: 30%;
  max-width: 500px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  background-color: #f7f7f7;
}

#genderInputWrapper, #secondGenderSwitch {
  display: none;
}

#registrationContainer, #passwordContainer, #passwordStrengthWrapper, #passwordResetContainer {
  display: none;
}

#registrationContainer #genderSwitch, #registrationContainer #secondGenderSwitch, #registrationContainer #orientationSwitch {
  margin-top: 10px;
  text-align: center;
}

#registrationContainer #genderSwitch .dropdown-menu, #registrationContainer #secondGenderSwitch .dropdown-menu, #registrationContainer #orientationSwitch .dropdown-menu {
  margin-left: 5.5%;
  width: 89%;
  border-radius: 3px;
}

#registrationContainer #genderSwitch .dropdown-menu .dropdown-item, #registrationContainer #secondGenderSwitch .dropdown-menu .dropdown-item, #registrationContainer #orientationSwitch .dropdown-menu .dropdown-item {
  cursor: pointer;
}

#registrationContainer #secondGenderSwitch #dropdownMenuButton {
  background-color: rgb(244, 157, 161);
  border-radius: 3px;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  width: 88%;
  margin-top: 0px;
  border: none;
}

#genderInputWrapper {
  padding-left:20px;
  padding-right: 20px;
}

#registrationContainer #genderSwitch #dropdownMenuButton {
  background-color: rgb(244, 157, 161);
  border-radius: 3px;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  width: 88%;
  margin-top: 20px;
  border: none;
}

#registrationContainer #orientationSwitch #dropdownMenuButton {
  background-color: rgb(244, 157, 161);
  border-radius: 3px;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  width: 88%;
  border: none;
}

#casualLoginButton, #submitRegistration, #resetPassword, #setNewPassword {
  background-color: rgb(244, 157, 161);
  color: white;
  font-weight: bolder;
  width: 100%;
}

#casualLogin, #socialLogin {
  padding: 20px;
  border-bottom: thin solid rgb(51, 51, 51);
}

#registrationContent {
  padding: 20px;
  padding-top: 10px;
  border-bottom: thin solid rgb(51, 51, 51);
}

#casualLogin {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#errorMessageArea, #loginErrorMessageArea, #passwordResetErrorMessageArea, #passwordResetMailErrorMessageArea {
  display: none;
  color: white;
  background-color: rgb(231, 92, 92);
  padding: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#agbCheck {
  float: left;
  width: 10px;
  margin-top: 3px;
}

label[for="agbCheck"] {
  margin-left: 20px;
}

label[for="agbCheck"]::before {
  margin-top: 5px;
}

#switchArea {
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#switchAreaRegistration {
  padding: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

button {
  cursor: pointer;
}

.socialLogin {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: thin solid rgb(51, 51, 51);
}

.socialLogin button {
  width: 100%;
  font-weight: bolder;
  color: white;
  background-color: #3b5998;
  border-radius: 3px;
}

#forgotPasswordLink {
  text-align: right;
  margin-bottom: 10px;
}

#signUpLink {
  text-align: center;
}

#forgotPasswordLink a, #signUpLink a, #agbLink, .loginLink a {
  color: rgb(51, 51, 51);
}

#forgotPasswordLink a:hover, #signUpLink a:hover, #agbLink:hover, .loginLink a:hover {
  color: rgb(244, 157, 161);
}

label {
  color: rgb(51, 51, 51);
}

@media (max-width: 992px) {
  #mainNavbar {
    min-height: 40px;
  }
  #mainNavbar #navbarSupportedContent {
    width: 90%;
  }
  #smallScreenSocialButtons {
    display: inline;
  }
  .bigScreenSocialButton {
    display: none;
  }
  h1 {
    font-size: 23px;
  }
  h2 {
    font-size: 17px;
  }
  #signUp {
    text-align: right;
  }
}
