body {
  font-family: roboto;
}

/* NAVBAR */

nav {
  background-color: rgb(241, 241, 241);
  border-bottom: 5px solid #1f75ac;
  font-weight: 400;
}

.navbar-nav .nav-link.active {
  color: #054e7b;
  font-weight: 450;
}

.nav-link:hover {
  color: #1f75ac;
  font-weight: 450;
}

/* NAVBAR-END */

header {
  border-bottom: #1f75ac;
}

#header-img {
  width: 100%;
  border-radius: 6px;
  max-width: 800px;
  display: block;
  margin: auto;
  margin-top: 50px;
}

main {
  background-color: rgba(248, 248, 248, 0.944);
  background-image: url(../images/dot-grid.webp);
  border-radius: 25px;
  max-width: 1116px;
  border: 2px dashed rgb(177, 195, 230);
  border: 2px dashed rgb(112, 144, 207);
  /* add animation in border of main */
}

main h1 {
  font-size: 3rem;
  color: #0d4a87;
  font-family: "Jersey 20 Charted", sans-serif;
}

main small {
  color: #90c9eb;
  font-weight: 500;
}

#date {
  font-family: "Jersey 20 Charted", sans-serif;
  color: #0d4a87;
  font-size: 2rem;
  font-weight: 200;
  background-color: white;
}

#venue {
  width: 80%;
  color: #1f75ac;
  font-weight: 500;
}

#registration-forms,
#details,
#about,
#the-ball,
#contact,
#gallery {
  padding-top: 73px;
}

#form-heading,
h2 {
  color: #03456e;
  border-radius: 4px;
  font-weight: 600;
  background-color: #9dd3f5;
}

#form-list {
  list-style-type: none;
  padding: 0;
}

#form-list li {
  margin-top: 5px;
}

#form-list li a:hover {
  transition: font-size 0.2s;
}

#form-list li a:hover {
  color: #209dea;
  font-size: 1.1rem;
  font-weight: 550;
}

#form-list i,
#details i,
#contact i {
  color: rgb(117, 116, 116);
  font-size: 20px;
}

#form-list a {
  color: #209dea;
  color: rgb(105, 104, 104);
  font-size: 17px;
  text-decoration: none;
}

#contact h6 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: large;
}

#gallery img {
  border-radius: 7px;
}

#social-links i {
  font-size: 25px;
}

/* RESPONSIVE */

@media (min-width: 800px) {
  #header-img {
    margin-top: 110px;
    margin-bottom: 45px;
  }

  #date {
    font-size: 2.3rem;
  }
}

@media (min-width: 1024px) {
  main {
    height: 6200px;
    box-shadow: 0px 0px 50px rgb(219, 219, 219);
  }

  #date {
    width: 35%;
    font-size: 3.7rem;
  }
}

@media (min-width: 1200px) {
  main {
    height: 6400px;
  }
}
