/**
Paars: #2e1a47

Licht paars: #f3f0f5

Rood: #e31c47
*/

@font-face {
  font-family: "Maax-Bold";
  src: url("fonts/Maax - Bold-205TF.otf");
}

@font-face {
  font-family: "Maax";
  src: url("fonts/Maax - Regular-205TF.otf");
}

@font-face {
  font-family: "TiemposText";
  src: url("fonts/TiemposText-Regular.otf");
}

body {
  font-family: "TiemposText", sans-serif;
  background-color: #f3f0f5;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #ffffff;
}

#top-container {
  text-align: center;
}

#top-container hr {
  width: 100px;
  border: 1px solid #e31c47;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.red-text {
  color: #e31c47;
  font-family: "Maax-Bold";
  font-size: 26px;
}

h2 {
  color: #2e1a47;
}

.dropdown {
  font-family: "Maax-Bold";
  font-size: 22px;
  width: 140px;
}

.dropdown a {
  color: #e31c47 !important;
}

.dropdown-item.active {
  color: #ffffff !important;
  background-color: #e31c47;
}

a.rounded-corners {
  background-color: #e31c47;
  border-radius: 5px;
  font-size: 26px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  padding: 0;
  margin-left: auto;
  text-align: center;
}

#scan-action-container {
  height: 450px;
  background-image: url("background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}

#link-container {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 1px darkgrey;
  padding: 15px;
  padding-bottom: 30px;
}

#scan-popout {
  margin-bottom: 10px;
}

#scan-popout img {
  width: 100%;
  max-width: 400px;
}

#link-container a {
  color: #e31c47;
  font-family: "Maax-Bold", sans-serif;
  display: block;
  text-decoration: underline;
}

#scan-popout a#scan-button {
  background-color: #e31c47;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Maax-Bold", sans-serif;
}

a#non-qr-button {
  background-color: #2e1a47;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Maax-Bold", sans-serif;
}

.vermaat-title {
  font-family: "Maax-Bold", sans-serif;
  margin-left: auto;
  margin-right: auto;
}

.help-button {
  width: 140px;
}

.help-button a {
  display: block;
}

h1 {
  font-size: 2rem;
}

footer {
  background-color: #2e1a47;
  font-family: "Maax-Bold", sans-serif;
  color: #ffffff;
  text-align: left;
  padding: 1rem;
  bottom: 0;
  width: 100%;
}

main {
  padding: 1rem;
  height: 90vh;
}

h2 {
  font-size: 1.5rem;
}

#scan-popout__dashboard {
  display: none;
}

a {
  text-decoration: none;
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 600px) {
  .mobile-menu {
    display: none;
  }

  #scan-action-container {
    background-image: none;
  }
}
