#main {
    width: 100vw;
    height: auto;
    font-size: 1vw !important;
}
section {
    width: 100vw;
    height: auto !important;
    /*background: black;*/
    color: white;
    padding: 0 10%;
}

.reduced{    
}
.reduced h1{
    padding-top: 30vh;    
}
.reduced #information{
    height: 60vh;
    margin-top: 40vh;    
}
.reduced #bg:before{
    height: 25vh    
}


h1{
    font-family: "U-B";
    font-size: 350%;
    color: white;
    letter-spacing: 0.3vw;
    padding-left: 10%;
    padding-top: 50vh;
    padding-bottom: 0vw;
    z-index: 1;
}
h5 {
    width: 100%;
    font-family: "U-R";
    font-size: 175%;
    padding: 2vw 0;
    color: #e79c3b;
}
p, span{
    font-family: "U-L";
    font-size: 125%;
    text-align: justify;
}

#bg{
    width: 100vw;
    height: 60vh;
    /*overflow: hidden;*/
}
#bg:before{
    position: absolute;
    width: 100%;
    height: 15vh;
    bottom: 0;
    display: block;
    content: "";
    opacity: 0.6;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
    z-index: 1;
    
    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
}
/*#information:after{
    position: fixed;
    width: 100%;
    height: 8vw;
    top: 40vw;
    display: block;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
    z-index: 1;
}*/
#bg img {
    width: 100%;
    top: 0%;
}

.img{
    width: 100%;
    padding: 3% 20%;
}

#information{
    width: 100%;
    height: 40vh;
    /*border: 1px solid yellow;*/
    margin-top: 60vh;
    padding-bottom: 15vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#information:before{
    position: fixed;
    width: 100%;
    height: 40vh;
    top: 60vh;
    display: block;
    content: "";
    background-color: black;
    opacity: 0.6;
    /*z-index: 1;*/
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: var(--border-radius);
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: var(--border-radius);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: var(--border-radius);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}





iframe {
  aspect-ratio: 16/9;
  width: 100%;
  padding-bottom: 5% !important;
}



@media screen and (max-width: 991px) and (orientation: portrait) {
   
    #main{
        font-size: 2.5vw !important;
    }
    
    
    .reduced{    
    }
    .reduced h1{
        width: 90vw;
        padding-top: 13vh;    
    }
    .reduced #information{
        height: 70vh;
        margin-top: 40vh;    
    }
    
    #bg:before {
        position: absolute;
        bottom: 40vh;
    }
    #bg {
        height: 100vh;
    }
    
    #bg img {
        width: auto;
        height: 100%;
         top: 0%; 
    }
    
    #information {
        height: 40vh;
    }
    
    h1 {
        width: 90vw;
        font-size: 310%;
        padding-top: 30vh;
    }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
}
