::-webkit-scrollbar {
  height: 0;
  width: 0;
  background: transparent; 
}

@font-face {
    font-family: 'pp_regular';
    src: url('../../fonts/ppradiogrotesk-regular.woff2') format('woff2'),
         url('../../fonts/ppradiogrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pp_ultra';
    src: url('../../fonts/ppradiogrotesk-ultralight.woff2') format('woff2'),
         url('../../fonts/ppradiogrotesk-ultralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  background-color: #E9E8E4;
  visibility: hidden;
}

h1 {
  color: #333333;
  font-size: 3.0vw;
  font-family: "pp_regular";
  margin: 0;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h2 {
  color: #333333;
  font-size: 7vw;
  font-family: "pp_ultra";
  margin: 0;
  font-weight: 300;
  letter-spacing: -.2rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h3 {
  color: #333333;
  font-size: 1.25vw;
  font-family: "pp_regular";
  margin: 0;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h4 {
  color: #333333;
  font-size: 3.0vw;
  font-family: "pp_ultra";
  margin: 0;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h5 {
  color: #333333;
  font-size: 2.0vw;
  font-family: "pp_regular";
  margin: 0;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}


#container {
  height: auto;
  width: 100vw;
  height: auto;
}

#logo {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  width: 20vw;
  border: none;
  z-index: 2;
  cursor: pointer;

}

#section1 {
  position: relative;
  top: 0px;
  height: 21vw;
  margin: auto;
  width: 95vw;
  border: none;
}

#work {
  top: 5vw;
  position: absolute;
  width: 40vw;  
  height: auto;
}

/**SECTION**/

.workimage {
  position: relative;
  top: 0px;
  padding-top: 1.5vw;
  margin: auto;
  width: 95vw;
}

.workimage img {
  max-width: 100%;  
  height: auto; 
}

#worktop {
  position: relative;
  margin: auto;
  width: 95vw;
  height: 19.5vw;
  border-top: 1px solid #333333;    
  border-bottom: 1px solid #333333;
  padding-top: 1vw;
}

#worktopleft {
  top: 1vw;
  left: -.4vw;
  position: absolute;
  height: auto;
  line-height: .8;
}

#worktopleftmiddle {
  top: .85vw;
  left: 13vw;
  position: absolute;
  height: auto;
  line-height: 1.6;
}

#worktoprightmiddle {
  top: 1vw;
  left: 26vw;
  position: absolute;
  height: auto;
  line-height: .925;
}

#worktopright {
  top: .75vw;
  right: 0px;
  position: absolute;
  height: auto;
  width: 47.5vw;
}

#worktopright img {
  width: 10vw;  
  height: auto; 
}

/** BOTTOM BANNER **/

#banner {
    width: 100vw; /* 100% of the viewport width */
    overflow: hidden;
    position: relative;
    height: auto;
    padding-bottom: .66vw;
}

#banner .inner {
    display: flex;
    transition: transform 0s linear; /* Initially no animation */
}

#banner img {
    width: 100vw; /* Each image takes up 100% of the viewport width */
    height: auto; /* Maintain aspect ratio */
    flex-shrink: 0; /* Prevents flexbox from changing the size of the images */
}

/*BREAKPOINT*/

@media (max-width: 768px) {

    #logo {
      width: 40vw;
    }

    h1 {
      font-size: 6.6vw;
    }

    #about {
      height: 40vw;
    }

    #work {
      width: 63vw;
      padding-top: 2vh;  
    }

    #spin {
       width: 29vw;
    }

    #work1 {
    padding-top: 15.5vw;
    }

    h2 {
      font-size: 15vw;
      letter-spacing: -.1rem;
    }

    h3 {
      font-size: 2.6vw;
    }

    h4 {
      font-size: 6.6vw;
    }

    h5 {
      font-size: 5.0vw;
    }

    #worktop {
      height: 80.5vw;
      margin-bottom: 1.5vw;
    }

    #worktopleft {
    }

    #worktopleftmiddle {
      left: 25vw;
    }

    #worktoprightmiddle {
      left: 45vw;
    }

    #worktopright {
      top: 20vw;
      left: 0px;
      width: 100%;
      border-top: 1px solid #333333;  
      padding-top: 1.5vw;  
      padding-bottom: 1.5vw;
    }

    .workimage {
      padding-top: 1.5vw;
    }

    #banner {
        width: 250vw; /* 100% of the viewport width */
        padding-bottom: 2vw;
    }

    #banner img {
    width: 250vw; /* Each image takes up 100% of the viewport width */

    }
}

#container {
 overflow-x: hidden;
}