@media only screen and (max-width: 600px) {

  .section-main {
    background-image: url('../assets/hana-mobile.webp');
    background-attachment: fixed;
    background-size: contain;
    background-position-y: top;
    color: #483535;
    flex-direction: column;
    align-items: center;
    padding-top: 25vh;
    width: 100%;
  }

  .logo-about {
    padding-top: 50px;
    width: 40vw;
  }

  .section1 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.349);
    color: rgb(54, 54, 54);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-bottom: 15px;
  }

  .section1 h1 {
    font-size: larger;
  }

  .section2 {
    width: 100%;
    color: rgba(43, 43, 43, 0.877);
    background-color: rgb(255, 247, 242);
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }

  .section22 {
    width: 100%;
    font-size: small;
    text-align: left;

  }

  iframe {
    border-radius: 15px;
    margin-left: 10vw;
    width: 80vw;
    height: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  h1 {
    padding-top: 30px;
    text-shadow: 0 0 3px white;
  }

  h1,
  h2,
  h3,
  p {
    padding-left: 40px;
    padding-right: 40px;
  }

  p {
    font-size: larger;
  }
  .footer-p {
    font-size: small;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    color: rgb(226, 226, 226);
    background-color: rgb(53, 53, 53);
    margin-bottom: 0;
    display: block;
  }

  .footer-left-p {
    text-align: left;
    padding-left: 3%;

  }

  .footer-right-p {
    text-align: left;
    padding-left: 3%;
    padding-top: 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  .section-main {
    background-image: url('../assets/hana.webp');
    justify-content: center;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    color: #483535;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60vh;
  }

  .logo-about {
    padding-top: 150px;
    width: 400px;
  }

  .section1 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.349);
    color: rgb(54, 54, 54);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 20%;
  }

  .section2 {
    width: 100%;
    color: rgba(43, 43, 43, 0.877);
    background-color: rgb(255, 247, 242);
    padding-bottom: 50px;
    text-align: center;
    float: left;
  }

  .section22 {
    text-align: left;
    width: 80%;
    margin-left: 10%;

  }

  img {
    width: 100%;
  }

  iframe {
    border-radius: 25px;
    width: 800px;
    height: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  h1 {
    padding-top: 30px;
    text-shadow: 0 0 3px white;
  }

  h1,
  h2,
  h3,
  p {
    padding-left: 40px;
    padding-right: 40px;
  }

  p {
    font-size: larger;
  }

  .footer-p {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(226, 226, 226);
    background-color: rgb(53, 53, 53);
    margin-bottom: 0;
    display: flex;
  }

  .footer-left-p {
    width: 50%;
    margin-left: 10%;
    text-align: left;
  }

  .footer-right-p {
    width: 50%;
    margin-right: 10%;
    text-align: right;
    padding-top: 48px;
  }
}