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

html{
  height: 100%;
}

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

}

h1{
  margin: 0px;
}

h2{
  margin: 0px;
  font-size: 2vw;
}

p{
  margin: 0px;
  color: grey;
  font-size: 2vw;
}

.sponsor_headshot{
  width: 80%;
}

.headshot{
  width:80%;
}

#longname{
  fontsize: 2px;
}

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

 #flexy{
   background-color: white;
   color: black;
 }

.sponsor{
  flex-basis: 25%;
  padding: 2vw;
  text-align: center;
}

.sponsor_description{
  padding: 2vw;
  flex-basis: 75%;
}

.flexbox {
  flex-basis: 25%;
  padding: 2vw;
  text-align: center;
}

.descript{
  color: white;
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
}

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

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

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

#more {
  float: right;
}

#more:hover{
  color: rgb(142,4,10);
}

.title{
  color: rgb(142,4,10);
}


.icon {
  flex-basis: 33%;
  margin-top: 4%;
  padding: 2vw;
  text-align: center;
}

#flexo{
  font-size: 3vw;
  margin-top: 4vw;
  color: rgb(142,4,10);
  background-color: white;
}

.section {
  width: 50%;
}
.extra{
  padding: 1vw;
  color: white;
  font-size: 3vw;
}

section{
  color: white;
  padding: 2vw;
}

.extra:hover{
  color: rgb(142,4,10);
}

ul{
  list-style-type:circle;
}
