@import url("https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro");
@media only screen and (min-width: 801px) {
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  background-color: white;
}

b {
  font-family: Pacifico;
  font-size: 3rem;
  color: gold;
}

.direita {
  text-align: right;
}

.esquerda {
  text-align: left;
}

.tipodeletra1 {
    font-family: Pacifico;
    color: gold;
    font-size: 4rem;
    text-decoration: none;
}

.tipodeletra2 {
    font-family: "Source Sans Pro";
    font-size: 4rem;
    color: white;
    list-style: none;
    text-decoration: none;
  }
  
.menuhidden {
    display: none;
  }


.navbar {
  overflow: hidden;
  background-color: gold;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.navbar a {
  float: left;
  display: block;
  padding: 14px 16px;
  color: white;
  text-decoration: none;
  font-size: 3rem;
  width: 25%;
  text-align: center;

}

.navbar a:hover {
  color: royalblue;
 
}

a {
  font-family: 'Source Sans Pro';
  align-items: center;
}
}