/* Custom styles extracted from application.scss */

/* Overwrite Bootstrap-classes */
.card {
  width: 250px;
}

.card-img-caption .card-img-top {
  z-index: 0;
}

.card-img-caption-text {
  text-align: center;
  width: 100%;
  padding: 16% 0;
  position: absolute;
  display: block;
  z-index: 1;
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  font-size: 2.5em; /* equal to 40px if base font size is 16px */
  color: white;
  line-height: 1.125em;
}

.event-card-img {
  height: 100%;
  width: 100%;  
}

#movie {
  background: transparent url(../images/transparent_play.png) 50% 50% no-repeat;
}

.locale-chooser {
  color: white;
  right: 6.8em;
  top: 1.2em;
  position: fixed;
  z-index: 999;
}

.locale-chooser a {
  color: white;
}

.btn-cta {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 49px;
  width: 126px;
  color: white;
  right: 6.8em;
  top: 5.2em;
  position: fixed;
  z-index: 999;
  font-weight: 300;
}

.btn-cta:hover {
  background-color: #0090FF;
  border: 1px solid #0090FF;
  color: white;
}

.btn-cta2 {
  background-color: #0090FF;
  border: 1px solid #0090FF;
  border-radius: 10px;
  height: 49px;
  width: 202px;
  color: white;
}

.btn-faq {
  background-color: #0090FF;
  border: 1px solid #0090FF;
  border-radius: 10px;
  height: 27px;
  width: 104px;
  color: white;
  font-size: 0.7em;
}

.btn-ui {
  background-color: #0090FF;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.newsletter-form {
  position: relative;
}

.newsletter-field {
  margin: 0px; 
  padding: 1em; 
  width: 20em; 
  border: none; 
  height: 2.2em; 
  border-radius: 5px;
  background-color: #3F3F3F;
  color: white;
  font-style: italic;
}

.newsletter-btn {
  position: absolute; 
  right: 0px; 
  padding: 0px;
  padding-bottom: 20px;
  z-index: 2; 
  border: none; 
  top: 0.15em;
  right: 0.45em; 
  height: 1.25em;
  width: 1.25em;
  cursor: pointer; 
  background-color: #3F3F3F;
  color: #0090FF;
  font-size: 1.3em;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

/* Typography */
.line-item {
  font-size: 14px;
}

.header { 
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  font-size: 2.5em; /* equal to 40px if base font size is 16px */
  color: white;
  line-height: 1.125em;
}

.header-black { 
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  font-size: 2.5em; /* equal to 40px if base font size is 16px */
  color: black;
  line-height: 1.125em;
}

.subtitle { 
  font-family: 'Source Serif Pro', serif;
  font-weight: regular;
  font-size: 2.5em; /* equal to 40px if base font size is 16px */
  color: white;
  line-height: 1.125em;
}

.order-title { 
  font-family: 'Source Serif Pro', serif;
  font-weight: regular;
  font-size: 2.5em; /* equal to 40px if base font size is 16px */
  color: black;
  line-height: 1.125em;
}

.feature { 
  font-family: 'Source Serif Pro', serif;
  font-weight: regular;
  font-size: 1.875em; /* equal to 30px if base font size is 16px */
  color: white;
  line-height: 1.333em;
}

.faq { 
  font-family: 'Source Serif Pro', serif;
  font-weight: regular;
  font-size: 2.5em;
  color: white;
  line-height: 1.125em;
}

.faq-lead-in { 
  font-weight: regular;
  font-size: 1.0625em;
  color: white;
  opacity: 0.5;
}

.tagline { 
  font-family: 'Source Serif Pro', serif;
  font-weight: regular;
  font-size: 20px;
  color: white;
}

.modal-lead-in {
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  font-size: 2.5em; /* equal to 40px if base font size is 16px */
  color: black;
  line-height: 1.125em;
}

.modal-title {
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  font-size: 1.875em; /* equal to 40px if base font size is 16px */
  color: black;
  line-height: 1.125em;
}

.modal-body {
  color: #2C465A;
  line-height: 1.875em; 
}

.footer-text { 
  font-weight: regular;
  font-size: 17px;
  color: white;
}

.news-body {
  color: #ffffff;
  line-height: 1.875em; 
}

.news-body a {
  color: white;
  text-decoration: underline;
}

.news-lead-in { 
  font-weight: regular;
  font-size: 1.0625em;
  color: white;
  opacity: 0.5;
}

/* Logo's, Icons, Other items */
.logo {
  width: 500px;
  height: 440px;
}

.logo_top_left {
  width: 150px;
  height: 132px;
}

.feature-logo {
  width: 100px;
  height: 100px; 
}

.feature-stroke {
  border-bottom: white solid 2px;
  max-width: 100px;
}

.partner-icon {
  width: 150px;
}

.footer {
  padding-bottom: 150px;
  background-color: #232A2D;
}

#nav_arrow {
  color: gray;
  font-size: 2em;
  opacity: 0.5;
  position: fixed;
  bottom: 10px;
}

.btn_set_background {
  background-color: gray;
  border: 1px solid black;
  border-radius: 10px;
  height: 27px;
  width: 120px;
  color: white;
  font-size: 0.7em;
}

.wandering-line {
  width: 80%;
}

.social-icons {
  font-size: 40px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-icons-ambassador a {
  color: gray;
}

.social-icons-ambassador a:hover {
  color: DimGray;
}

.fab {
  width: 100%;
}

.ambassador-card {
  max-width: 300px;
}

.rounded-box {
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
}

.payed {
  border: 1px solid green;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: green;
}

.payed-col {
  padding-left: 10px;
}

/* Media queries */
@media only screen and (max-width: 576px) {
  body {
    /* Set the base font size for smaller screens */
    font-size: 12px;
  }

  /* Set the logo size for smaller screens */
  .logo {
    width: 318px;
    height: 264px;
  }

  .subtitle {
    font-weight: semibold;
  }

  .feature {
    font-size: 2.5em;
  }

  .btn-faq {
    font-size: 1.2em;
  }

  /* Full screen modals for mobile */
  .modal {
    padding: 0.5em !important; /* override inline padding-right added from js */
  }
  
  .modal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .modal .modal-content {
    height: 100%;
    border: 0;
  }
  
  .modal .modal-body {
    overflow-y: auto;
    font-size: 1.6em;
    padding: 0.5em;
  }

  .modal-lead-in {
    font-size: 1.5em;
  }

  .btn-cta {
    top: 4.16em;
    right: 1.66em;
  }

  .newsletter-form {
    font-size: 18px;
  }
}

