body{
  font-family: 'Oswald', sans-serif;
  padding: 0px;
  margin: 0px;
  background-color: black;
}

p{
  padding: 0px;
  margin: 0px;
}

.hero{
  width:100%;
  height:100%; 
  position:fixed;
  top:0;
  left:0;
  object-fit: cover; 
}

.logo{
  position:relative;
  margin: auto;
  margin-top:  100px;
  margin-left: 50px;
  margin-right: 50px;
  filter: brightness(0) invert(1);  
}

.content{
  width: 80%;
  max-width:500px;
  margin: auto;
}

.section{
  margin-top: 100px;
}

.section-header{
  position:relative;
  background-color: white;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.section-header p{
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
}



a:link, a:visited {
  position:relative;
  background-color: white;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
  color: black;
}

a p{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
}

a:hover, a:active {
  background-color: black;
  color: white;
}


@media (max-width: 768px) {
  .section-header p{
    font-size: 35px;
  }

  a p{
    font-size: 20px;
  }
}