/* Basic page fade junk*/
@keyframes rotation {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  #loader-wrapper {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center; }
  .loader {
    width: 40px;
    height: 40px;
    border: 5px solid #000000;
    border-bottom-color: transparent;
    border-radius: 50%;
    margin-top:calc(50vh - 20px);
    display: inline-block;
    box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite; 
}

body {
  overflow: hidden;
  font-family: 'Roboto';
  margin-left: 0;
  cursor: default;
  margin-top: 0;
}

.panel {
  width: 100vw;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  background-attachment: fixed;
  background-size: 100vw;
}

.header-background-white {
  background-image: url("Assets/Graphics/homepage-background-white.png");
  position: absolute;
  opacity: 0.2;
  top: 50%;
  z-index: -1;
  left: 50%;
  width: 110vw;
  height: 100vh;
  background-repeat: repeat;
  transform: translate(-50%, -50%);
}

.header-background-gray {
  background-image: url("Assets/Graphics/homepage-background-gray.png");
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 60vw;
  opacity: 0.5;
  height: 100vh;
  transform: translate(-50%, -50%);
  background-repeat: repeat;
  background-size: 50vw;
}

.panel-aboutme {
  background-image: url("Assets/Images/photo_jlab-group.png");
  background-position-y: 10%;
}

.panel-education {
  background-image: url("Assets/Images/capstone-expo-1.jpg");
  background-position-y: 50%;
}

.panel-experience {
  background-image: url("Assets/Images/VMC_ALD-Operation.jpg");
  background-position-y: 50%;
}

.panel-projects {
  background-image: url("Assets/Images/Peepcam_Initialized.jpg");
  background-position-y: 100%;
}

.header-widget-left {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9197ae;
}


.header-widget-right {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50vw;
  background-color: #eff6ee;
}

.navigation-container {
  width: 50vw;
  height: auto;
  padding-left: 1vw;
  position: absolute;
  flex-basis: 2vw;
  text-align: left;
  display: flex;
  top: 2.5vh;
  left: 0;
  color: white;
  z-index: 100;
}

.remove-list-point {
  list-style: none;
  display: block;
}

.nav-button {
  font-weight: 300;
  height: 3ch;
  font-size: max(min(1.5vw,2.5vh), 1ch);
  cursor: pointer;
  width: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  opacity: 0.5;
  white-space: nowrap;
}

.nav-button:hover {
  transition-duration: 0.1s;
  opacity: 1;
}

.header-title-container {
  width: 100%;
  height: auto;
  position: relative;
  margin-left: 10%;
  margin-top: 15%;
  margin-bottom: 0;
  cursor: default;
}

.header-title-preface {
  color: #eff6ee;
  font-size: 2vh;
  margin: 0;
}

.header-title-name {
  color: #eff6ee;
  font-size: 10vw;
  font-weight: 100;
  line-height: 10vw;
  padding: 0;
  margin: 0;
  word-spacing: 100vw;
}

.header-left-blurb {
  width: 70%;
  position: relative;
  margin-left: 10%;
  margin-bottom: 0;
  margin-top: min(-10vw, -3ch);
  color: white;
  font-size: min(1.5vw, 3ch);
}

.header-right-blurb {
  width: 60%;
  height: auto;
  position: absolute;
  text-align: right;
  left: 50%;
  top: 20vw;
  bottom: 5vh;
  transform: translate(-50%,80%);
  z-index: 50%;
  color: black;
  font-size: min(1vw, 2em);
}

.header-resume-button {
  width: 25%;
  margin-left: 37.5%;
  margin-top: 3vh;
  margin-bottom: 2vh;
  background-color: #484a47;
  height: 6vh;
  outline: none;
  border: 0;
  border-radius: 100vw;
  color: white;
  font-size: 1.1vw;
  font-weight: 300;
  transition-duration: 0.2s;
}

.header-resume-button:hover {
  background-color: #f02d3a;
  cursor: pointer;
}

.header-headshot-image {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-65%, -50%);
  z-index: 10;
}

.header-graphic-grid {
  z-index: 5;
  width: 20%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 15vw;
  transform: translateY(50%);
}

.header-graphic-circle {
  opacity: 0.5;
  width: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 15;
  transform: translateY(-140%);
}

.header-graphic-star {
  z-index: 15;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-325%, -260%);
  opacity: 0.5;
}

.header-graphic-arrow {
  width: 4vw;
  position: absolute;
  bottom: 1vh;
  opacity: 0.5;
  left: calc(50% - 2vw);
  transform: translateX(-50%);
  z-index: 50;
}



.site-wrapper {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.header-connections-container {
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}

.contact-connections-container {
  position: absolute;
  left: 50%;
  top: 30vh;
  transform: translateX(-50%);
}

.header-connection {
  margin-top: 2vh;
  height: 4vh;
  cursor: pointer;
  opacity: 0.6;
}

.header-connection:hover {
  transition-duration: 0.1s;
  opacity: 1;
}

.panel-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 120vw;
}

.projects-background {
  transform: translate(-50%, -60%);
  width: 150vw;
}

.about-me-background {
  transform: translate(-50%, -35%);
}

.education-background {
  transform: translate(-50%, -60%);
}

.gradient-overlay-left {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 10;
  background: linear-gradient(90deg, rgba(240,45,58,0.75) 0%, rgba(240,45,58,0.1) 100%);
}

.info-post-gallery {
  display: flex;
  width: 50vw;
  margin-left: 15vw;
  flex-wrap: wrap;
  flex-direction: row;
}

.info-post-gallery-img {
  width: 15vw;
  height: 15vw;
  margin-right: 0.5vw;
  margin-left: 1vw;
  margin-bottom: 0.5vw;
  object-fit: cover;
  opacity: 0.9;
}

.info-post-gallery-img:hover {
  opacity: 1.0;
}

.gradient-overlay-right {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 10;
  background: linear-gradient(-90deg, rgba(240,45,58,0.75) 0%, rgba(240,45,58,0.1) 100%);
}

.panel-info-box {
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20vh;
  padding-bottom: 10px;
  background-color: #eff6ee;
  z-index: 15;
  display: flex;
}

.panel-info-box-accent {
  width: 100vw;
  height: 1vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #bc2c1a;
}

.panel-title-right {
  z-index: 20;
  color: white;
  font-size: 8vw;
  font-weight: 200;
  width: 50vw;
  text-align: right;
  word-spacing: 100vw;
  position: absolute;
  bottom: 20vh;
  right: 3vw;
}

.panel-title-right-animated {
  animation: fadeInRight 0.5s ease-out 1;
}

.panel-title-left-animated {
  animation: fadeInLeft 0.5s ease-out 1;
}

.panel-title-left {
  z-index: 20;
  color: white;
  font-size: 8vw;
  font-weight: 200;
  width: 50vw;
  text-align: left;
  word-spacing: 50vw;
  position: absolute;
  bottom: 20vh;
  left: 3vw;
}

.panel-info-readmore {
  width: 10vw;
  background-color: #484a47;
  height: 6vh;
  outline: none;
  border: 0;
  border-radius: 100vw;
  color: white;
  font-size: 1.1vw;
  font-weight: 300;
  transition-duration: 0.2s;
  cursor: pointer;
  position: relative;
  margin-top: 7vh;
  margin-left: 3vw;
}

.panel-info-readmore:hover {
  background-color: #f02d3a;
}

.panel-info-text {
  position: relative;
  width: 35vw;
  top: 5%;
  margin-left: 4vw;
  font-size: min(20vw, 2ch);
  font-weight: 300;
}

.skills-background {
  background-color: #484a47;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.skills-panel-title {
  color: white;
  font-size: 2vw;
  text-align: center;
  font-weight: 600;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.skill-row {
  display: flex;
  width: 80vw;
  height: 25vh;
  position: relative;
  margin-top: 0;
  margin-left: 10vw;
  margin-bottom: 2vh;
}

.skill-block {
  width: 20vw;
  height: 20vh;
  border-radius: 2vw;
  margin-left: 5vw;
  position: relative;
  background-color: #9197ae;
}

.skill-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1vw;
  width: 4vw;
}

.skill-title {
  color: white;
  padding-left: 6vw;
  font-size: 1.5vw;
  font-weight: 800;
  margin-bottom: 0;
}

.skill-description {
  color: white;
  font-size: 1vw;
  margin-top: 1vh;
  padding-left: 6vw;
  padding-right: 1vw;
  font-weight: 300;
}

.skills-readmore {
  width: 10vw;
  height: 6vh;
  position: absolute;
  bottom: 11vh;
  left: 50%;
  transform: translateX(-50%);
  outline: none;
  border: 0;
  border-radius: 100vw;
  color: white;
  font-size: 1vw;
  background-color: #1e1e1e;
  transition-duration: 0.1s;
}

.skills-readmore:hover {
  background-color: #f02d3a;
  cursor: pointer;
}

.minipanel {
  width: 100vw;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  height: 40vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  overflow: hidden;
  background-color: #0d0d0d;
}

.experience-background {
  background-color: #3d3d3d;
  width: 100%;
  padding: 2vw;
  position: relative;
  height: auto;
}

.info-post-flair {
  position: relative;
  width: 5vw;
  margin-right: 0.5vw;
}

.info-post-flair-left {
  position: absolute;
  display: flex;
  width: 100%;
  top: min(2vh, 4ch);
  left: 2vw;
  height: auto;
}

.info-post-flair-right {
  position: absolute;
  display: flex;
  width: 100%;
  top: min(2vh, 4ch);
  left: 23vw;
  height: auto;
}

.contact-title {
  color: white;
  font-weight: 100;
  font-size: 2vw;
  position: absolute;
  top: 0; 
}

.contact-description {
  color: white;
  width: 50vw;
  text-align: center;
  font-weight: 300;
  font-size: 1vw;
  position: absolute;
  top: 5vw;
}

.copyright-notice {
  color: white;
  width: 50vw;
  text-align: center;
  font-weight: 300;
  font-size: 0.8vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.info-page-navbar {
  background-color: #1e1e1e;
  width: 100vw;
  height: min(10vh, 100px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: right;
  padding-right: 5vw;
}

.info-navbar-button {
  margin-right: 3vw;
  margin-top: min(5vh, 50px);
  transform: translateY(min(-0.5vh, -5px));
  padding-bottom: 10px;
  color: white;
  font-size: 2vh;
  float: left;
  text-align: right;
  justify-self: right;
  width: auto;
  height: 10vh;
  background-color: #1e1e1e;
  opacity: 0.5;
  transition-duration: 0.1s;
  cursor: pointer;
}

.info-navbar-button:hover {
  opacity: 1;
}

.info-navbar-title {
  color: white;
  position: absolute;
  top: min(5vh, 50px);
  font-size: 2vh;
  transform: translateY(-50%);
  left: 2vw;
  opacity: 0.5;
  cursor: pointer;
}

.info-navbar-title:hover {
  opacity: 1;
}

.info-page-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  margin-top: min(10vh, 100px);
  margin-left: 0;
  z-index: 0;
  background-color: #0d0d0d;
}

.info-post-container {
  width: 80vw;
  height: 100vh;
  position: relative;
  margin-top: 0;
  margin-left: 10vw;
  background-color:#484a47;
  color: white;
  z-index: 50;
  overflow-y: scroll;
  overflow-x: hidden;
}

.info-post-title {
  font-size: 2.5vw;
  font-weight: 600;
  margin-bottom: 2vh;
  text-align: center;
}

.info-post-content-container {
  width: 60%;
  position: relative;
  margin-top: 2vw;
  margin-left: 20%;
  padding-bottom: 2vh;
}

.info-post-image-left {
  float: left;
  margin-right: 1vw;
  width: 20vw;
  position: relative;
  filter: drop-shadow()
}

.info-post-image-right {
  float: right;
  margin-left: 1vw;
  width: 20vw;
  position: relative;
}

.info-post-image-large {
  float: center;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 60vw;
  height: auto;
}

.info-post-video-large {
  float: center;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 60vh;
  height: 40vh;
}

.info-post-text {
  font-size: 1.2vw;
  position: relative;
  margin-top: 1vw;
}

.info-post-header {
  font-size: 1.5vw;
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}

.info-footer {
  position: relative;
  margin: 0;
  margin-top: 10vh;
  height: 12vw;
  background-color: #1e1e1e;
} 

.info-connections-container {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 6vh;
  transform: translateX(-50%);
}

.info-copyright-notice {
  color: white;
  width: 50vw;
  text-align: center;
  font-weight: 300;
  font-size: 0.8vw;
  position: absolute;
  top: 1vw;
  left: 50%;
  transform: translateX(-50%);
}

.info-post-title-accent {
  width: 40%;
  height: 1vh;
  background-color: #f02d3a;
  margin-left: 30%;
}

.in-text-link {
  cursor: pointer;
  color: #ccffff;
}

.in-text-link:visited {
  color: #cc99ff;
}

b {
  font-weight: 600;
}

.info-post-external-button {
  width: 10vw;
  height: 3vw;
  font-size: 1vw;
  cursor: pointer;
  background-color: #f02d3a;
  color: white;
  transition-duration: 0.1s;
  outline: none;
  border: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 5vh;
  border-radius: 100vw;
}

.back-to-projects-button {
  width: 10vw;
  height: 3vw;
  font-size: 1vw;
  cursor: pointer;
  background-color: #f02d3a;
  color: white;
  transition-duration: 0.1s;
  outline: none;
  border: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 5vh;
  border-radius: 100vw;
}

.project-card {
  width: 15vw;
  height: 15vw;
  margin-left: 7%;
  position: relative;
  z-index: none;
  margin-bottom: 3vw;
  opacity: 1;
  border-radius: 2vw;
  cursor: pointer;
}

.project-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  position: relative;
  margin-left: 10%;
  justify-content: center;
}

.project-card-img { 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  overflow: hidden;
  object-fit: cover;
  left: 50%;
  border-radius: 2vw;
  transform: translate(-50%, -50%);
  transition: filter 0.5s linear, width 0.5s ease-out, height 0.5s ease-out;
  z-index: -1;
}

.project-card:hover > .project-card-img {
  filter: hue-rotate(180deg);
  width: 110%;
  height: 110%;
}

.project-card:hover > .project-card-title {
  opacity: 0.9;
}

.project-card-title {
  color: white;
  opacity: 0;
  line-height: 5vw;
  transition: opacity 0.75s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  margin: 0;
  font-size: 5vw;
  font-family: "Barrio", serif;
}

.info-post-external-button:hover {
  background-color: #eff6ee;
  color: black;
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
    margin-top: 2vw;
  }
  100% {
    opacity: 1.0;
    margin-top: 1vw;
  }
}

.page-transition {
  width: 100vw;
  position: fixed;
  top: 100vh;
  left: 0;
  z-index: 1000;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.page-transition-animated {
  animation: pageScrollUp 1s;
}

@keyframes pageScrollDown {
  0% {
    top: 100vh;
  }
  100% {
    top: -100vh;
  }
}

@keyframes pageScrollUp {
  0% {
    top: -100vh;
  }
  100% {
    top: 100vh;
  }
}

.info-page-background {
  background-image: url("Assets/Graphics/homepage-background-white.png");
  background-color: #0d0d0d;
  position: absolute;
  opacity: 0.2;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background-repeat: repeat;
  transform: translate(-50%, -50%);
}

.info-post-video {
  width: 50vw;
  height: 25vw;
  position: relative;
  margin-left: 50%;
  transform: translateX(-50%);
}

.info-post-files-section {
  width: 80%;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 100px;
  position: absolute;
  left: 10%;
  background-color: #1e1e1e;
  border-radius: 1vw;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 10%;
  justify-content:center;
}

.info-post-files-header {
  font-size: 1.5vw;
  font-weight: bold;
  text-decoration: underline;
}

.info-post-file {
  width: 100%;
  height: 50px;
  position: relative;
  border-radius: 1vw;
  background-color:#9197ae;
  opacity: 0.8;
  margin-bottom: 10px;
}

.info-post-file-icon {
  height: 30px;
  position: absolute;
  left: 25px;
  top: 10px;
}

.info-post-file-title {
  position: absolute;
  left: 75px;
}

.info-post-file:hover {
  opacity: 1;
  cursor: pointer;
}

.info-post-file:hover > p{
  text-decoration: underline;
}

.info-post-file-download {
  height: 20px;
  position: absolute;
  right: 25px;
  top: 15px;
  opacity: 0.5;
  cursor: pointer;
}

.info-post-file-download:hover {
  opacity: 1;
}


@media only screen and (max-width: 1170px) and (orientation: portrait) {
  .project-card {
    width: 55vw;
    height: 55vw;
  }

  .header-title-name {
    color: #eff6ee;
    font-size: min(10ch, 10vw);
    font-weight: 100;
    line-height: 2ch;
    padding: 0;
    margin: 0;
    margin-top: 5vh;
    word-spacing: 100vw;
  }

  .header-connection {
    margin-top: 2vh;
    height: 5vh;
    cursor: pointer;
    opacity: 0.6;
  }

  .header-connections-container {
    position: absolute;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
    width: 80%;
  }

  .project-card-title {
    font-size: 10ch;
    line-height: 2ch;
    text-align: center;
    opacity: 1;
  }
  
  .navigation-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-button {
    width: auto;
    height: 5vw;
    padding: 5px;
    font-size: 3vw;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #484a47;
  }

  .info-navbar-button {
    font-size: 2.5vw;
  }

  .info-navbar-title {
    font-size: 3vw;
  }

  .header-resume-button {
    width: 40vw;
    margin-left: 5vw;
    font-size: max(1.75ch, 3vw);
    padding: 5px;
  }

  .skills-background {
    overflow-y: scroll;
  }

  .header-headshot-image {
    width: 40vw;
    transform: translate(-55%, -75%);
  }

  .header-graphic-grid {
    transform: translate(40%, -30%);
    width: 25vw;
  }

  .header-graphic-circle {
    transform: translate(-10%, -220%);
    width: 25vw;
  }

  .header-graphic-star {
    transform: translate(-250%, -380%);
    width: 10vw;
  }

  .header-title-container {
    transform: translateY(40%);
  }

  .header-left-blurb {
    font-size: min(3vw, 2.5ch);
    margin-top: 15vw;
  }

  .header-right-blurb {
    font-size: min(3vw, 2vh);
    top: -50vh;
  }

  .panel-info-box {
    height: 60vh;
  }

  .panel-info-text {
    font-size: min(3.5ch, 3.5vw);
    width: 40vw;
  }

  .panel-title-right {
    top: 0vh;
    right: 10vw;
    width: 100vw;
    font-size: min(8vh, 15vw);
  }

  .panel-title-left {
    top: 5vh;
    left: 5vw;
    font-size: min(8vh, 15vw);
  }

  .panel {
    background-size: cover;
  }

  .skills-panel-title {
    font-size: 5vh;
  }

  .skill-block {
    width: 80vw;
    height: 50vw;
    margin-left: 5px;
    margin-bottom: 1vw;
  }

  .skill-title {
    font-size: 3ch;
    padding-top: 10px;
  }

  .skill-description {
    font-size: 2ch;
  }

  .skill-row {
    display: block;
    margin-bottom: 130vw;
  }

  .skill-image {
    width: 5vh;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);
  }

  .skills-readmore {
    width: 40vw;
    font-size: 2ch;
  }
  .contact-title {
    font-size: 2ch;
  }
  
  .contact-description {
    font-size: 1.5ch;
  }
  
  .copyright-notice {
    font-size: 1.5ch;
    bottom: 15ch;
  }

  .info-post-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    margin-top: 0;
    margin-left: 0vw;
    background-color:#484a47;
    color: white;
    z-index: 50;
    overflow-y: scroll;
    overflow-x: hidden;
  }


  .panel-projects {
    background-position-y: -10vh;
  }

  .info-post-title {
    font-size: 4ch;
  }

  .info-post-header {
    font-size: 3ch;
  }

  .info-post-text {
    font-size: 2ch;
  }

  .info-post-flair {
    position: relative;
    width: 10vh;
    margin-right: 0.5vw;
    z-index: 500;
  }

  .info-post-flair-right {
    position: absolute;
    display: flex;
    width: 100%;
    top: 4ch;
    left: 2vw;
    height: auto;
  }

  .info-post-image-left {
    float: center;
    margin-right: 50%;
    width: 60vw;
    margin-bottom: 20px;
    height: auto;
  }

  .info-post-image-right {
    float: center;
    margin-left: 50%;
    margin-bottom: 20px;
    width: 60vw;
    height: auto;
  }

  .info-post-image-large {
    float: center;
    margin-left: 50%;
    margin-bottom: 20px;
    width: 60vw;
    height: auto;
  }

  .info-footer {
    height: 30vh;
  }

  .info-copyright-notice {
    font-size: 1.5ch;
  }

  .info-post-external-button {
    width: 50%;
    left: 25%;
    height: 6vh;
    font-size: 1.5ch;
  }

  .info-post-gallery {
    width: 80vw;
    margin-left: 10vw;
  }

  .info-post-gallery-img {
    width: 80vw;
    height: 80vw;
    margin-bottom: 3vw;
  }

  .header-graphic-arrow {
    width: 10vh;
    position: absolute;
    bottom: 1vh;
    opacity: 0.5;
    left: calc(50% - 5vh);
    transform: translateX(-50%);
    z-index: 50;
  }

  .panel-info-readmore {
    width: 25vw;
    background-color: #484a47;
    height: 6vh;
    outline: none;
    border: 0;
    border-radius: 100vw;
    color: white;
    font-size: 2vh;
    font-weight: 300;
    transition-duration: 0.2s;
    cursor: pointer;
    position: absolute;
    bottom: 5vh;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .info-post-video-large {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 60vw;
    height: 40vw;
  }

  .info-page-navbar {
    background-color: #1e1e1e;
    width: 95vw;
    height: min(10vh, 100px);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    list-style: none;
    padding-right: 5vw;
  }
}