:root {
  --color: #000000;
}


body {
  color: #fff;
  background-color: #000;
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: 0.1em;
}

#header {
  height: 88vh;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
}

a {
  color: #fff !important;
  font-size: 1em !important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hover-box {
  position: absolute;
  top: 150px;
  left: 40%;
  width: 20%;
  height: 70%;
  background-color: transparent;
  cursor: pointer
}

.hover-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.claim {
  margin-top: 29vh;

}

.foto-credit {
  position: absolute !important;
  bottom: 0px;
}

.footer-row {
  padding-bottom: 7px;
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  display: block;
}

.footer-copy {
  font-size: 0.7em !important;
}


.modal {
  color: rgba(255,255,255,0.9);
  background-color: rgba(0,0,0,1) !important;
  width: 100vw !important;;
}
.modal-content {
  background-color: rgba(0,0,0,1) !important;
}
.btn-close {
  color: #fff !important;
}

.modal h2 {
  font-size: 1.5em !important;
  padding-top: 20px;
}

#info a {
  text-decoration: underline !important;
}
#info a:hover {
  text-decoration: none !important;
}

.modal h3 {
  font-size: 1.2em !important;
    padding-top: 20px;
}

.footer-col {
  //text-align: center !important;
}
.footer-copy {
  //text-align: center;
  //float: right !important;
}

@media (min-width: 576px) {
  .line-break-mobile {
    display: none;
  }
  .footer-col {
  //  text-align: right;
  }

  .footer-copy {
    float: right;
  }

  #header {
    height: 100vh;
  }

  .claim {
    margin-top: 30vh;;
  }
 }
