@media only screen and (min-width: 600px){

html{ 
  scroll-snap-type: y mandatory; 
  overflow-x: hidden; 
  scroll-behavior: smooth; 

} 

header{
  position: relative;
  top: 0;
  scroll-snap-align: start;
  background-image: url("");
  background-size: 480px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.h1{
    font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    margin: 0px;
    grid-column-start: 2;
    grid-row-start: 3;
    align-content: end;
  }

  .h2{
    font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    margin: 0px;
    grid-column-start: 3 / -1;
    grid-row-start: 2;
    align-content: end;
  }

.mshiel{
  position: fixed;
  top: 194px;
  left: 24px;
  text-indent: 10px;
  width: 170px;
  height: 36px;
  align-content: center;
  transform-origin: top left;
  transform: rotate(270deg);
  z-index: 1;
  /* font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    text-decoration: none; */
}

.projects{
  position: fixed;
  top: 388px;
  left: 24px;
  text-indent: 10px;
  width: 170px;
  height: 36px;
  align-content: center;
  transform-origin: top left;
  transform: rotate(270deg);
  z-index: 1;
  /* font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    text-decoration: none; */
}

.about{
  position: fixed;
  top: 582px;
  left: 24px;
  text-indent: 10px;
  width: 170px;
  height: 36px;
  align-content: center;
  transform-origin: top left;
  transform: rotate(270deg);
  z-index: 1;
  /* font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    text-decoration: none; */
}

.contact{
  position: fixed;
  top: 776px;
  left: 24px;
  text-indent: 10px;
  width: 170px;
  height: 36px;
  align-content: center;
  transform-origin: top left;
  transform: rotate(270deg);
  z-index: 1;
  /* font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;*/
} 

.blur:hover .mshiel {
  filter: blur(0.7px);
}

.blur:hover .projects {
  filter: blur(0.7px);
}

.blur:hover .about {
  filter: blur(0.7px);
}

.blur:hover .contact {
  filter: blur(0.7px);
}

#caption{
  font-size: 12px;
  font-weight: 600;
  justify-self: right;
  color:#020b24;
}

.rectangle{
  padding: 48px 24px;
}

.video{
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(6, 1fr);
  margin: 24px;
  gap: 4px;
  height: calc(100vh - 48px);
  } 

#video-pos{
  grid-column: 3;
  grid-row: 2;
  width: 70vw;
}

.scroll{
  font-size: 12px;
  font-weight: 600;
  grid-column: 8;
  grid-row: 6;
  align-self: end;
  justify-self: right;
  padding: 4px;
}
}

@media only screen and (max-width: 599px){

html{ 
  /* scroll-snap-type: y mandatory;  */
  overflow-x: hidden; 
  scroll-behavior: smooth; 

} 

header{
  position: relative;
  top: 0;
  scroll-snap-align: start;
  background-size: 480px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
}

.h1{
    font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    margin: 0px;
    grid-column: 2;
    grid-row: 3;
    align-content: end;
  }

  .h2{
    font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    margin: 0px;
    align-content: end;
    grid-column: 4;
    grid-row: 4;
  }

.mshiel{
  position: fixed;
  top: 24px;
  left: 24px;
  text-indent: 10px;
  width: 170px;
  height: 36px;
  align-content: center;  
  font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
  z-index: 1;
}

.projects{
  position: fixed;
  top: 65px;
  left: 24px;
  text-indent: 10px;
  width: 170px;
  height: 36px;
  align-content: center;
  font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    z-index: 1;
}

.about{
  position: fixed;
  top: 24px;
  left: 199px;
  text-indent: 10px;
  width: 170px;
  height: 36px;
  align-content: center;
  font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    z-index: 1;
}

.contact{
  position: fixed;
  top: 65px;
  left: 199px;
  text-indent: 10px;
  width: 170px;
  height: 36px;
  align-content: center;
  font-family: "input-sans-condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    z-index: 1;
}

.blur:hover .mshiel {
  filter: blur(0.5px);
  transform: scale(1.02);
}

.blur:hover .projects {
  filter: blur(0.5px);
  transform: scale(1.02);
}

.blur:hover .about {
  filter: blur(0.5px);
  transform: scale(1.02);
}

.blur:hover .contact {
  filter: blur(0.5px);
  transform: scale(1.02);
}

#caption{
  font-size: 12px;
  font-weight: 600;
  justify-self: right;
  color:#020b24;
}

.rectangle{
  padding: 48px 24px;
}

.video{
  /* scroll-snap-align: start; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  margin: 24px;
  gap: 4px;
  height: calc(100vh - 48px);
  } 

#video-pos{
  grid-column: 1;
  grid-row: 4;
  width: 85vw;
}

.scroll{
    font-family: "input-sans-condensed", sans-serif;
    font-style: italic;
    text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  grid-column: 4;
  grid-row: 6;
  align-self: end;
  justify-self: right;
  padding: 4px;
}
}