html {
  margin: 0;
  padding: 0;
  }

 body {
  background-image: url("Images/bgnd_04.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial;
}

.container {
  position: relative;
  max-width: 100.694vw;
  margin: auto;
}

.vertical-center {
  position: absolute;
    top: 50vh;
    left: 50vw;
    transform-origin: center center;
    }
      #header {
        box-sizing: border-box;
        top: 20vh;
        right: 25vw;
        position: fixed;
        z-index: -3;
        }
      #welcomeimg {
        top: 10vh;
        left: 10vw;
        position: fixed;
        z-index: -2;
        }

.merch {
  position: fixed;
    top: 48vh;
    left: 60vw;
    transform-origin: center center;
}

.intro {
  box-sizing: border-box;
  position: fixed;
  padding-top: 5vh;
  padding-left: 5vw;
  top: 35vh;
  left: 20vw;
}

.insta {
      box-sizing: border-box;
      position: fixed;
      top: 36vh;
      right: 24.56vw;
      z-index: 2;
      transform-origin: center center;
    }
  
.nav-bar {
    box-sizing: border-box;
    padding-top: 1vh;
    padding-left: 80vw;
    top: 35vh;
    left: 20vw;
    z-index: -2;
}









#top, #bottom, #left, #right {
  background: #000e21;
  position: fixed;
  }
  #left, #right {
    top: 0; bottom: 0;
    width: 0.694vw;
    }
    #left { left: 0; }
    #right { right: 0; }
    
  #top, #bottom {
    left: 0; right: 0;
    height: 0.694vw;
    }
    #top { top: 0; }
    #bottom { bottom: 0; }
