html, body {
  margin: 0;
  padding: 0;
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal; }

a, address {
  font-style: normal;
  color: #0D4917; }

.landing {
  background-image: url("img/alborea-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh; }
  .landing main {
    min-height: 100%;
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .landing main img.logo {
      height: auto; }
    .landing main div {
      text-align: center; }
      .landing main div a {
        text-decoration: none; }
        .landing main div a:hover, .landing main div a:visited {
          color: #0D4917; }
        .landing main div a:hover {
          text-decoration: underline; }
    @media screen and (max-width: 1023px) {
      .landing main {
        justify-content: space-between;
        justify-content: space-evenly; }
        .landing main img.logo {
          width: 200px;
          margin: 30px 0 10px; }
        .landing main div {
          margin: 0 5%; }
          .landing main div a, .landing main div address {
            font-size: 16px; } }
    @media screen and (min-width: 1024px) {
      .landing main {
        justify-content: space-evenly; }
        .landing main img.logo {
          width: 24%;
          max-width: 360px;
          margin: 20px 0 10px; }
        .landing main div {
          padding: 20px 0; }
          .landing main div a, .landing main div address {
            font-size: 18px; } }
