@font-face{
  src: url(AlteHaasGroteskBold.ttf);
  font-family: AHGB;
}

@font-face{
  src: url(AlteHaasGroteskRegular.ttf);
  font-family: AHGR;
}

body{
  background-image: url(IMG_7459-RGB.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  }
  
h1{
      color: white;
      font-family:  AHGB;
  }

h2{
      color: white;
      font-family:  AHGB;
  }
  
p{
      color: white;
      font-size: 1.25em;
      font-family:  AHGB;
  }
  
a{
      color: white;
      font-size: 1.25em;
      font-family:  AHGB;
  }

.rightbio{
  float: right;
  margin-right: 10px;
}

.navi{
  position: relative;
  margin-top: 50px;
}