/*html {
  scroll-behavior: smooth;
}*/

body {
    background-image: url(jake-nackos-C2PCa6DhlYE-unsplashDarken.webp);
    background-repeat: repeat;
    /*background-image: url(grass6.jpg);*/
    /*Modification of hence-the-boom-1XVpwAHlSNs-unsplash*/
    color: white;
    font-size: x-large;
    height: 100%;
    /*background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #000;
}

.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    margin: 10px;
}

.button:hover {
    background-color: #3e8e41;
    color: #fff;
    text-decoration: none;
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.highlight {
    cursor: pointer;
}

#days {
    float: left;
    margin-right: 10px;
    margin-left: 50px;
}

#logo {
    cursor: pointer;
    padding-top: 30px;
}

h1 {
    padding-top: 30px;
}

#welcome {
    padding-top: 0;
}

.titleText {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
}

header {
    position: relative;
    background-color: transparent;/*black*/
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;/*absolute*/
    top: 50%;
    left: 50%;
    /*min-width: 100%;
    min-height: 100%;*/
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 25px;
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    opacity: 0.5;
    z-index: 1;
  }
  
    .back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

#powered  {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  text-align: center;
}

a {
  color: #ffffff;
}

a:hover {
  color: #006400;
  text-decoration: none;
}
  
  /*@media (pointer: coarse) and (hover: none) {
    header {
      background: url('coverr-girl-trains-in-the-park-1565868818145.jpg') transparent no-repeat center center scroll;
      height: 100%;
      width: 100%;
    }
    header video {
      display: none;
    }
  }*/

  @media (max-width: 700px) {
    #welcome {
      font-size: 125%;
    }
    header video {
      position: absolute;/*absolute*/
      top: 30%;
    }

    .container {
      position: absolute;/*absolute*/
      top: -20%;
    }
    #message {
      position: absolute;/*absolute*/
      top: 60%;
    }
  }
  @media (max-width: 500px) {
    header video {
      position: absolute;/*absolute*/
      top: 20%;
    }

    .container {
      position: absolute;/*absolute*/
      top: -30%;
    }

    #message {
      position: absolute;/*absolute*/
      top: 40%;
    }
    
    .bb-find-out-more {
      display: none;
    }
  }
  @media (max-width: 400px) {
    #welcome {
      font-size: 20px;
    }
    #message {
      position: absolute;/*absolute*/
      top: 40%;
    }
  }
  @media (max-height: 400px) {
    #message {
      position: absolute;/*absolute*/
      top: 100%;
    }
    header video {
        max-width: 75%;
    }
  }
  p {
      max-width: 58rem;
  }