body {
    font-family: "Assistant", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.iframeView {
    height: 360px ;
    width: 100% ;
}

.viewDesktop{
    display: none;
}



@media all and (min-width:960px) and (max-width: 3024px) {
    .iframeView {
        height: 600px ;
        width: 100% ;
    }
    .viewDesktop{
        display: inline;
    }
    .hideMobile{
        display: none;
    }
  }

h2 {
    color: #164e78;
}

h1 {
    color: #164e78;
}

.row {
    margin-top: 5%;
    margin-right: 0;
    margin-left: 0;
}

p {
    color: #164e78;
}

.postcard {
    text-align: start;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10%;
}

.container-fluid {}

.mobile {
    display: none;
}

.owl-carousel.owl-loaded {
    direction: ltr;
}


/* ---------------- section1 ------------------ */

.section1 {
    background-image: url("/img/bg\ 1.png");
    /* width: 100%; */
    width: 100%;
    background-size: cover;
    padding-top: 3%;
}

.section1 h1 {
    margin-top: 5px;
}

.section1 p.date {
    text-align: right;
    font-size: 35px;
}

h3 {
    color: #164e78;
    font-size: 22px;
    text-align: right;
    margin-top: -5%;
    margin-left: 10%;
    margin-right: -10%;
}

.logo {
    width: 100%;
}

.youtube {
    margin-top: -4%;
    margin-right: 10%;
}

.buttonHokara {
    color: #164e78;
    font-weight: bold;
    font-size: 25px;
    margin-right: -10%;
    color: #164e78 !important
}

.buttonHokara a {
    color: #164e78;
}


/* ---------------- section2 ------------------ */

.section2 {
    background-image: url("/img/strip_bg\ 1.png");
    background-size: cover;
    color: #ffffff;
    padding-bottom: 8%;
}

.section2 h2 {
    color: #ffffff;
    text-align: center;
}

.instruction {
    margin-top: 1%;
    margin-right: 10%;
}

.download {
    background-color: rgb(224, 158, 36);
    border-radius: 20px;
    border: none;
    color: white;
    padding: 12px 12px;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 10%;
    width: 24%;
}

.eyebutton {
    color: #ffffff;
    border-radius: 60px;
    border: none;
}

.gluya {
    width: 90%;
    margin-left: 10%;
}


/* ---------------- section3 ------------------ */

.section3 {
    background-color: #ffffff;
    color: black;
    margin-bottom: 5%;
}

.owl-carousel {
    margin-top: 7%;
}

.section3 .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}


/* ---------------- section4 ------------------ */

.section4 {
    background-image: url("/img/gallery_bg.png");
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 3%;
}

.gallery {
    margin-top: 5%;
}

.gluyatext {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}


/* .section4 .owl-carousel .owl-item img {
  margin: 0 auto;
} */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
    /* [class*='col-'] {
        padding-left: 0px;
        padding-right: 0px;
    } */
    /* .row {
        margin-right: 0;
        margin-left: 0;
    } */
    .container-fluid,
    .container {
        padding-right: 0;
        padding-left: 0;
        background-image: none;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    .section1 h1 {
        text-align: center;
        font-size: 7vw;
    }
    h3 {
        margin: 0 auto;
        font-size: 4.7vw;
        text-align: center;
        padding: 0 8vw;
    }
    .buttonHokara {
        margin: 0 auto;
        text-align: center;
        font-size: 5vw;
        margin-top: 15px;
    }
    .section1 {
        background-size: cover;
        padding-top: 0;
    }
    .youtube {
        width: 100%;
        /* height: 184px; */
        height: 390px;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    .logo {
        align-items: center;
    }
    .section1 p.date {
        text-align: center;
        font-size: 7vw;
        margin-bottom: 0;
    }
    .section2 h2 {
        line-height: 1.2;
    }
    .postcard {
        margin-bottom: 5%;
    }
    .postcards {
        margin-top: 15px;
    }
    .section4 .item2 {
        margin-bottom: 20px;
        ;
    }
    .section4 .item2 img {
        margin: 6px auto;
        display: block;
        width: 90%;
    }
    .section3 .owl-carousel .owl-item img {
        margin: 23px auto;
    }
    .section2 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 420px) {
    .youtube {
        height: 230px;
    }
}

@media screen and (max-width: 360px) {
    .youtube {
        height: 150px;
    }
}