@font-face {
  font-family: "Bebas";
  src: url("BebasNeue-Regular.otf");
  }

html{
  height: 100%;
}

body{
  font-family: "Bebas";
  background-color: #3a3a3a;
  color: white;
  margin: 0px;
}

.more{
  color: white;
  font-family: Arial;
  line-height: 30px;
}

.more:hover{
  text-decoration: underline;
}

h1{
  margin: 0px;
}

p{
  margin: 0px;
  font-family: Arial;
  color: white;
  font-size: 1.5vw;
}


.flexer{
  display: flex;
  margin: 0px;
}

.flexbox {
  flex-basis: 30%;
  padding: 2vw;
  text-align: left;
  display: block;
}

.fleximage {
  flex-basis: 70%;
  display: block;
  max-height: auto;
  background-color: white;
  }

#cody {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.navbar{
  display:flex;
  background-color: white;
  padding-bottom: 1vw;
}

.titletop{
  flex-basis: 30%;
  text-align: left;
  margin-left: 1vw;
  margin-top: 1vw;
  display:block;
  vertical-align: middle;
}

.nav{
  flex-basis: 17.5%;
  text-align: center;
  font-size: 24px;
  color: black;
  display:block;
  margin-top: auto;
}
.nav:hover{
   text-decoration: underline overline;
}

.section {
  width: 50%;
}

.line {
  background-color: grey;
  height: 3px;
  position: center;
  margin: 2vw;
}
