/*video background*/
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a {
    /*font-family: "Courier New";*/
    font-family: "Monoton";
    font-size: 4em;
    background-color: transparent;
    color: white;
    /*color: #7F3F28; /*darker coral red*/
    /*color: #ffa584; /*light coral red*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
    font-family: "Monoton";
    font-size: 4em;
    background-color: transparent;
    opacity: 50%;
    /*color: white;*/
    /*color: #4c4c00;
    /*color: #7F3F28; /*darker coral red*/
    /*color: #ffa584; /*light coral red*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  color: white;
  text-align: center;
  font-family: Helvetica;
}