body{
  font-family: "Nunito";
}

#logo{
  position: relative; height: 60vh;
  top: -webkit-calc(50% );
  top: -moz-calc(50% );

  top: 50%;
left: 50%;
-ms-transform: translate(-50%, -00%);
-webkit-transform: translate(-50%, 10%);
   -moz-transform: translate(-50%, 10%);
     -o-transform: translate(-50%, 10%);
        transform: translate(-50%, 10%);
padding-bottom: 10%;
}

.full h2{
  color: #c69849;
  text-align: center;
}

p, a{
  color: black;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-decoration: none;
  padding:10;
  margin: 0;
  bottom: 50px;
  text-align: center;
}

a:hover{
    color: #c69849;
}

@media all and (orientation:portrait){
  #logo{
    max-width: 80vw;
  }
  p, a{
      font-weight:normal;
  }
}
