@font-face { font-family: Recoleta; src: url('Recoleta-RegularDEMO.otf'); } 
@font-face { font-family: Perpetua; src: url('PerpetuaStd.otf'); } 

body {
  background-image: url('why.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-y: scroll;
  max-height:100vh;
  font-family: Perpetua;
  -ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
  display: none;
}

.content::-webkit-scrollbar {
  display: none;
}

.content {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.card {
  background-image: url('blank.png');
  background-repeat:no-repeat;
  background-position: center center;
  background-color: rgba(76, 175, 80, 0);
  border: none;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 1200px;
}

@media screen and (min-width: 1001px){
  .card {
    background-size: 100% 80vh;
  }
}

@media screen and (max-width: 1000px){
  .card {
    background-size: 100% 80vh;
  }
}

.parent {
  height: 80vh;
  width: 100vw;
  display:flex;
  justify-content:center;
  align-items: center;
  vertical-align: middle;
  transform: translateY(5%);
}

.inner {
  position: static;
  text-align: center;
}

.content {
  width: 58%;
  position: absolute;
  top: 50%;
  transform: translate(35%,-50%);
  margin-top:5px;
  margin-bottom:30px;
  overflow-y:scroll;
  max-height:90%;
}

.inner.fourty {
  font-size: 3vw;
}
.inner.thirty {
  font-size: 2.5vw;
}
.inner.twentyfive {
  font-size: 1.25vw;
}
.inner.twenty {
  font-size: 2vw;
}

@media screen and (min-width: 100vh) {
  .inner.fourty {
    font-size: 2vw;
  }
  .inner.thirty {
    font-size: 1.5vw;
  }
  .inner.twenty {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1400px) {
  .inner.fourty {
    font-size: 1.5vw;
  }
  .inner.thirty {
    font-size: 1vw;
  }
  .inner.twenty {
    font-size: 0.7vw;
  }
}

@media screen and (min-width: 1601px){
  .topnav #myLinks {
    display: inline;
  }
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  font-family: Helvetica;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 0px 16px;
  text-decoration: none;
  font-size: 30px;
  display: block;
  z-index: 3;
}

/* Style the hamburger menu */
.topnav a.icon {
  /*display: block;*/
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  opacity: 1;
  background: rgba(51, 170, 51, 0);
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  opacity: 0;
  background-color: #04AA6D;
  color: white;
}

.dot {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: white;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 30 207;
  stroke-width: 4;
}
.line2 {
  stroke-dasharray: 45 60;
  stroke-width: 4;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}

.image {
  display: block;
  height: inherit;
  margin: auto;
  max-width: 80%;
  width: initial;
  margin-bottom: 10px;
}