* {
  scroll-behavior: smooth;
  margin: 0;
  overflow-x: hidden;
  border: 0;
  padding: 0;
  font-family: puristathin;
}

h1 {
  font-family: bahnschrift;
  font-size: 3em;
  text-align: left;
  margin-top: 10vh;
  margin-left: 25vw;
  margin-right: 25vw;
  margin-bottom: 2vh;
  font-weight: 700;
}

p{
  font-family: bahnschrift;
  font-size: 1.2em;
  text-align: left;
  margin-left: 25vw;
  margin-right: 25vw;
  font-weight: 300;
}

.vid-wrapper {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.vid {
  width: 100%;
}

.logo {
  width: 25%;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menubar {
  top: 100%;
  height: 10vh;
  background-image: linear-gradient(#00172f, #023063);
  text-align: center;
  vertical-align: middle;
}

.button1 {
  left: 27.5%;
}

.button2 {
  left: 42.5%;
}

.button3 {
  left: 57.5%;
}

.button4 {
  left: 72.5%
}

.button_slide {
  display: inline-block;
  box-shadow: inset 0 0 0 0 rgb(212, 0, 75);
  position: absolute;
  background-image: linear-gradient(#00172f, #023063);
  top: 100%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  height: 10vh;
  width: 15vw;
  color: white;
  font-size: 1em;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  font-family: puristathin;
  text-transform: uppercase;
  outline: 0;
}

.button_slide:hover {
  box-shadow: inset 0 -10vh 0 0 rgb(166, 0, 59);
  outline: 0;
}

.active {
  box-shadow: inset 0 -10vh 0 0 rgb(212, 0, 75);
  font-family: puristasemibold;
  text-transform: uppercase;
  outline: 0;
}

@font-face {
  font-family: puristathin;
  src: url(data/puristathin.otf);
}

@font-face {
  font-family: puristasemibold;
  src: url(data/puristasemibold.otf);
}

@font-face{
  font-family: bahnschrift;
  src: url(data/bahnschrift.ttf);
}

.content {
  position: absolute;
  height: 90vh;
  background-color: #00172f;
  color: white;
}

.arrow {
  position: absolute;
  width: 3vw;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 95%;
  left: 50%;
}

.testbutton {
  font-family: puristathin;
  font-size: 5vh;
  text-decoration: none;
}

/* This hides all pages */
.page {
  display:none;
}

/* This displays the first page */
.default {
    display: block;
}

/* This displays the page corresponding to the one you clicked on */
:target {
    display: block;
}

/* This hides the default page when another page is clicked */
:target ~ .default {
    display: none;
}
