/* Mobile (480px and below) */
@media (max-width: 480px) {
  body {
    padding-top: 50px;
  }
  .logo img {
    width: 200px;
  }

  .subtitle {
    font-size: medium;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .date-section {
    margin-top: 100px;
  }
  .date-section img {
    width: 60%;
  }
  .balvenie-section {
    margin-top: 100px;
  }
  .information {
    font-size: small;
    margin: 40px 0;
    letter-spacing: 2px;
  }
  .information-2 {
    font-family: "Lemon Milk Light", sans-serif;
    font-size: small;
    margin: 40px 0;
    letter-spacing: 2px;
  }

  .register-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .register-form label {
    font-size: small;
  }

  .register-form input {
    font-size: 16px;
  }

  .register-form small.note {
    font-size: x-small;
  }

  .dress-code-bg {
    transform: translate(-50%, -50%);
  }

  footer {
    color: #8F8F8F;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .register-form button {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
