*{
    margin:0%;
    padding:0%;
}


.emptyHeader{
    min-height: 35px;
    width: 100%;
    background-color: #383C57;
}

#hero{
    min-height: 667px;
    background-image: url(images/starrynight.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}


/* and then the stars gave me you*/
#hero h1{
    text-align: center;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    
    font-size: 5.5em;
    font-weight: normal;
    font-family: 'Caveat', cursive;
    color: #FFFFFF;
    text-shadow: 0.5px 0.5px #4b4b4b;
}


#golden_navbar{
    width: 100%;
    background-color: #D0A617;
    margin-top: -5px;
    padding-bottom: 10px;
    
}

#golden_navbar ul{
    list-style-type: none;
    
}


#golden_navbar li{
    display: inline-block;
    font-family: 'Julius Sans One', sans-serif;
    margin-right: 15px;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 2.5125em

}

#golden_navbar a{
    text-decoration: none;
    color: #000000;
}

#golden_navbar a:hover{
    text-decoration: none;
    color: #ffffff;
}

.gold_line{
    border: 0;
    margin: 0;
    border-left: 5px solid #D0A617;
    height: 600px;
    margin-left: 50%;
}

.gold_line2{
    border: 0;
    margin: 0;
    border-left: 5px solid #D0A617;
    height: 200px;
    margin-left: 50%;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 15%;
    width: 70%;
    height: 100%;
  }


#belowYTvid{
    border: 0;
    margin: 0;
    border-left: 5px solid #D0A617;
    height: 800px;
    margin-left: 50%;
}



body{
    background-image: linear-gradient(to bottom, #c9c9c9, #999999, #6b6b6b, #404040, #1a1a1a);
}

.container{
    margin-inline: auto;
    width: min(90%, 70.5rem);
}

.background_greeting{
    
    width: 100%;
    min-height: 800px;
    background-color: #383C57;
    text-align: justify;
}



.background_greeting #museum{
    float: left;

    width: 400px;
    height: 510px;

    margin-top: 100px;
    margin-left: 150px;
    margin-right: 20px;
}

.background_greeting p{
    font-family: 'Space Mono', monospace;
    color: #FFFFFF;
    text-align: justify;
    margin: 20px;
    font-size: 1.50em;
    padding-top: 90px;
}

.background_greeting #violet{
    text-align: center;
}

@media only screen and (max-width:1111px){

    .background_greeting #museum{
        width: auto;
        padding-right: 100px;

    }

    .background_greeting #mus_image{
        display:flex;
        justify-content: center;
    }    


    .background_greeting p{
        font-family: 'Space Mono', monospace;
        color: #ffffff;
        text-align: justify;
        margin: 20px;
        margin-bottom: 0px;
        font-size: 1.50em;
        padding-top: 90px;
    }
}


#minecraft{
    display: block;
    margin-left: 40%;
    margin-right: auto;
    width: 50%;
}

#mayday{
    display: block;
    margin-left: 35%;
    margin-right: auto;
    width: 20%;

}

#kj{
    display: block;
    margin-left: 40%;
    margin-right: auto;
    width: 20%;
}

#always{
    display: block;
    margin-left: 45%;
    margin-right: auto;
    width: 20%;
}

#knife{
    display: block;
    margin-left: 30%;
    margin-right: auto;
    width: 40%;
}

#mitsuha{
    display: block;
    margin-left: 42%;
    margin-right: auto;
    width: 40%;
}

#spotparty{
    display: block;
    margin-left: 30%;
    margin-right: auto;
    width: 30%;
}

#howl{
    display: block;
    margin-left: 25%;
    margin-right: auto;
    width: 50%;
}

#heart{
    display: block;
    margin-left: 25%;
    margin-right: auto;
    width: 50%;
}   

#spotify{
    display: block;
    margin-left: 37%;
    margin-right: auto;
    width: 25%;
}

.gold_line3{
    border: 0;
    margin: 0;
    border-left: 5px solid #D0A617;
    height: 200px;
    margin-left: 50%;
    margin-top: -50px;
}

#bago_sky{
    display: block;
    margin-left: 25%;
    margin-right: auto;
    width: 50%;
}

#maybe{
    display: block;
    margin-left: 45%;
    margin-right: auto;
    width: 20%;
}

#bago1{
    display: block;
    margin-left: 35%;
    margin-right: auto;
    width: 20%;
}

#bago2{
    display: block;
    margin-left: 45%;
    margin-right: auto;
    width: 20%;
}

#bago3{
    display: block;
    margin-left: 35%;
    margin-right: auto;
    width: 20%;
}

.left{
    display: block;
    margin-left: 35%;
    margin-right: auto;
    width: 20%;
}

.right{
    display: block;
    margin-left: 45%;
    margin-right: auto;
    width: 20%;
}

.middle{
    display: block;
    margin-left: 25%;
    margin-right: auto;
    width: 50%;
}














#city{
    width: 100%;
}

footer{
    height: 100px;
    width: 100%;
    background-color: #383C57;
}

footer p{
    text-align: center;
    color: #FFFFFF;
    font-size: 35px;
    padding-top: 25px;
    font-family: 'Noto Sans JP', sans-serif;
}

/* Style the header: fixed position (always stay at the top) */
.bar {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
  }
  
  /* The progress container (grey background) */
  .progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
  }
  
  /* The progress bar (scroll indicator) */
  .progress-bar {
    height: 8px;
    background: #04AA6D;
    width: 0%;
  }