body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    text-decoration: none;
    color: #fd680e;
  }
  
  a:hover {
    color: #ff8f4c;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6, .font-primary {
    
    font-family: 'Quicksand', cursive;
  }
  

  #header {
    height: 20px;
    padding: 20px 0;
    z-index: 10;
    position: relative;
  }
  
  #hero {
    width: 100%;
    height: 100vh;
      
    position: relative;
    margin-top: -80px;
    z-index: 1;
  }

  #hero::before {    
    content: "";
    background: url("/img/picture30.jpg") center center;
    opacity: 0.5;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
}



  #hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }
  #hero h1 {
    margin: 0 0 10px 0;
    
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    line-height: 56px;
    color: #222;
  }
  #hero h2 {
    color: red;
    margin-bottom: 30px;
    font-size: 36px;
  }

  #hero .hero-container img {
    opacity: 1.0 !important;
  }


  
  #footer {
    background: #2f1708;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }
