/*
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);
}

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

#mainContentWrapper a {
  font-size: 14px;
}

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

#mainContentWrapper a {
  color: rgb(244, 157, 161);
  text-decoration: underline;
}

#mainHeader {
  text-align: center;
  padding-bottom: 1%;
  margin-top: 45px;
  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;
  margin-left: 6px;
}

.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%;
  margin-bottom: 160px;
  background-color: white;
}

.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;
}

.card {
  margin-bottom: 10px;
}

#mainContentWrapper .card-header a {
  color: rgb(51, 51, 51);
  text-decoration: none;
  font-size: 14px;
  cursor: default;
  display: block;
}

.card .card-header i {
  color: rgb(244, 157, 161);
  margin-right: 5px;
}

.modalTrigger {
  text-decoration: underline;
  color: rgb(244, 157, 161);
  cursor: pointer;
  font-size: 14px;
}

.pinkModalHint {
  background-color: rgb(244, 157, 161);
  color: white;
  width: 100%;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.modal button {
  cursor: pointer;
}

.pinkButton, .pinkButton:hover {
  background-color: rgb(244, 157, 161);
  border-color: rgb(244, 157, 161);
  color: white;
}

.textRed {
  color: rgba(255, 0, 0, 0.5);
}

.card-block p {
  font-size: 14px;
}

.card-block h3 {
  /*font-weight: bold;*/
  font-size: 18px;
}

h1 {
  font-size: 25px;
margin-bottom: 20px;
letter-spacing: 2px;
font-weight: normal;
}

@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;
  }
}
