@import url("https://use.fontawesome.com/releases/v5.13.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Fredoka&display=swap");
#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  background-repeat: no-repeat;
}

a {
  display: block;
}

nav ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: space-between;
  text-align: center;
  transition: max-height 0.3s;
}
nav li {
  list-style: none;
  padding: 1em 0;
}
nav a {
  color: black;
  font-weight: 300;
  opacity: 1;
  text-decoration: none;
  transition: 0.3 all ease;
}

.header-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 2fr;
}

header .logo {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #1f363d;
  padding: 1em 3.5em 1em 0.5em;
  text-align: center;
}

.lower {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 50px;
}

.label {
  font-size: 26px;
  line-height: 70px;
  display: none;
  width: 30px;
  float: right;
  color: white;
}

button {
  margin-top: 0 !important;
  background-color: transparent;
  color: white;
  font-size: 15px;
  border: 2px solid white;
  border-radius: 12px;
}

#toggle {
  display: none;
}

.cycle-slideshow {
  width: 100%;
}

.cycle-slideshow img {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  display: block;
  padding-top: 3rem;
}

.cycle-slide a {
  display: block;
  text-align: center;
  color: white;
  font-size: 30px;
  padding-bottom: 2.5rem;
}

.cycle-slide a:hover {
  color: #70a9a1;
}

.color-1 {
  background-color: #40798c;
  width: 100%;
}

.color-2 {
  background-color: #1f363d;
  width: 100%;
}

.color-3 {
  background-color: #40798c;
  width: 100%;
}

label {
  display: block;
}

.color-4 {
  background-color: #1f363d;
  width: 100%;
}

.artist-link a {
  font-size: 30px;
  color: white;
}

.result a {
  display: inline-block;
  color: #1f363d;
}

.result2 * {
  display: inline-block;
}

.button-style {
  background-color: transparent;
  color: white;
  font-size: 25px;
  border: 2px solid #1f363d;
  border-radius: 12px;
}

.bg-color {
  background-color: #70a9a1;
}

.bg-color2 {
  background-color: #40798c;
}

header nav {
  background: transparent !important;
  text-align: center;
}

nav a {
  color: #1f363d;
}

a {
  transition: 0.3s all ease;
  -webkit-transition: all ease;
  -o-transition: all ease;
  text-decoration: none;
}

nav a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: white;
}

.artist-link a:hover {
  color: white;
}

.center {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

#container {
  min-height: 100vh;
  display: flex;
}

body {
  font-family: "Fredoka", sans-serif;
}

#main {
  width: 100%;
  margin: auto;
  background-color: #40798c;
  text-align: center;
  margin-bottom: 1rem;
  color: white;
}

.main {
  margin: auto;
  background-color: #40798c;
  margin-bottom: 1rem;
  color: white;
}

#header {
  background: #70a9a1;
  color: white;
  height: 400px;
}

.quiz-size {
  font-size: 20px;
}

.font-size {
  font-size: 12px;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
}

.newsletter {
  display: grid;
  padding: 2.4em;
  color: white;
  background-color: #1f363d;
  overflow: hidden;
}

.newsletter input[type=email] {
  padding: 20px 30px;
  height: 2.8em;
  width: 250px;
  outline: none;
}

.container1 {
  position: absolute;
  width: 100%;
  height: 100vh;
  text-align: center !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 2;
  font-weight: bold;
  font-size: 70px;
}

.container-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-items: center;
  grid-gap: 20px;
  margin: 0.2em 2em 0.2em 2em;
}

.item > a > img {
  width: 100%;
  height: 100%;
}

.item > a > img:hover {
  box-shadow: 0 8px 16px #1f363d, 0 5px 5px #1f363d;
  cursor: pointer;
  filter: blur(2px) brightness(100%);
}

.info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0rem;
  margin-top: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  font-size: 15px;
}

.title-color {
  color: #1f363d;
}

.info2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0rem;
  font-size: 15px;
  margin-left: 2rem;
  margin-right: 2rem;
}

.banner {
  position: relative;
}

.slider {
  position: absolute;
}

@media (max-width: 992px) {
  .label {
    display: block;
    cursor: pointer;
  }

  nav a:hover {
    text-decoration: none;
    opacity: 0.6;
    color: #40798c;
  }

  nav ul {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    margin: 0 auto;
    top: 5.6em;
    width: 80%;
    left: 10%;
    position: absolute;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    border-radius: 25px;
    z-index: 500;
  }

  nav a {
    opacity: 1;
    color: #1f363d;
  }

  #toggle:checked + .menu {
    max-height: 400px;
  }

  header > div .logo {
    float: left;
    padding: 1em 0.5em 0.5em 0.5em;
  }

  .menu a {
    display: block;
    margin: 0;
  }

  .newsletter form {
    width: 100%;
    text-align: center;
    margin: 0.8em 0 0.8em 0;
  }

  .newsletter input[type=email] {
    width: 100%;
    text-align: center;
    margin: 0.8em 0 0.8em 0;
  }

  .newsletter-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    text-align: center;
  }

  .info {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0rem;
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    font-size: 15px;
    text-align: center;
  }

  .info2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    font-size: 15px;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
  }

  .container1 {
    position: absolute;
    width: 100%;
    height: 100vh;
    text-align: center !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
    z-index: 2;
    font-weight: bold;
    font-size: 40px;
  }

  .result img {
    width: 70%;
  }

  .font-size {
    font-size: 7px;
  }
}
@media (max-width: 480px) {
  .cycle-slide a {
    display: block;
    text-align: center;
    color: white;
    font-size: 10px;
    padding-bottom: 2.5rem;
  }
}