@font-face {
  font-family: "NeueHassDisplay";
  src: url(../assets/font/NeueHaasDisplay-Roman.woff);
}
html {
  height: 100vh; 
  width: 100vw;
}
.container {
  display: grid;
  width: 100vw;
  height: 100vh;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 1rem;
  margin: 8px;
  }
  .item>img {
    max-width: 100%; 
    max-height: 100%;
  } 
  .item4 {
  grid-column: 1/4;
  justify-self: center;

  }
  .item11 {
  grid-column: 1/4;
  }
  .item12 {
  grid-column: 1/4;
    }
  .itemab {
  grid-column: 1/3;
  }
  .info {
  grid-column: 1/4;
  }
 .header {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 5% 10%;
  font-style: normal;
  font-size: small;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  }
.nav {
  grid-row: 1 / 2;
  grid-column: 1 / 4;
  font-style: normal;
  font-size: large;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  text-align: center;
  padding: 10px;
  font-size: small;
}
.nav a {
  text-decoration: none;
}
.nav a:hover {
  /* background-color: #ddd; */
  color: black;
  font-weight: bold;
}
a {
  text-decoration: none;
}
a:visited{
  text-decoration: none;
  color: black;
}
header>a>p:hover {
  font-weight: bold;
}
p {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  display: grid;
  justify-content: center;
  align-items: center;
  color: #000;
  /* font-family: Helvetica,Arial,sans-serif; */
  font-family: NeueHassDisplay;
  font-size: .625rem;
  line-height: 1.5;
  text-transform: uppercase;  
}

.navFooter {
  grid-column: 1 / 3;
  font-style: normal;
  font-size: large;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  text-align: center;
  padding: 10px;
  font-size: small;
}

