/* ----------- INDEX PAGE -----------*/

/* HERO IMAGE AT TOP OF PAGE*/

body {
    font-family: Arial, sans-serif;
    background: url(images/chalcedona-landscape.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 95%; /* 50% from left, 30% from top */
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    text-align: left;
    color: white;
}

@media (min-width: 992px){
  .credit-text {
    position: absolute;
    bottom: 3%;
  }
}

@media (max-height: 876px) {
  .body {
    max-height: 100vh;
    height: 100vh;
    display: flex;
  }
}

@media screen and (max-width: 952px){
  /*--    --*/
  body {
    max-height: 100vh;
    /*height: 66vh;*/
    display: flex;
  }
  body {
    position: relative;
    background-attachment: scroll;
    background-position: 0% 0% center;
    display: block;
    padding: none;
    align-content: center;
    object-fit: contain;
    padding: 1em;
  }
  footer{
    max-height: 1vh;
  }

}

