@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
#background {
    position: fixed;
    background-color: rgb(0, 0, 0);
    height: 100vh;
    width: 100vw;
}

.TopImg {
    display: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
  }

.infobox {
    background-color: #000000;
    border: solid 3px gray;
    height: 68vh;
    width: 99vw;
    z-index: 100;
}
.infoimg1 {
    background: url(https://i.imgur.com/LIv0w3e.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0%;
    top: 0%;
    height: 40vh;
    width: 100vw;
}
.infotext1 {
    position: relative;
    color: white;
    font-size: 14pt;
    left: 5%;
    height: 39vh;
    width: 90vw;
}

.infobox2 {
    background-color: #000000;
    border: solid 3px gray;
    height: 60vh;
    width: 99vw;
    z-index: 100;
}
.infoimg2 {
    position: relative;
    background: url(https://i.imgur.com/CzqIpm3.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0%;
    top: 0%;
    height: 40vh;
    width: 100vw;
}
.infotext2 {
    position: relative;
    color: white;
    font-size: 14pt;
    left: 5%;
    height: 39vh;
    width: 90vw;
}

.infobox3 {
    background-color: #000000;
    border: solid 3px gray;
    height: 40vh;
    width: 99vw;
    z-index: 100;
}
.infoimg3 {
    position: relative;
    background: url(../images/70885099_1177368189113993_7724069240960974848_o_1177368185780660.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0%;
    top: 0%;
    height: 40vh;
    width: 45vw;
}
.infotext3 {
    position: relative;
    color: white;
    font-size: 14pt;
    left: 47%;
    top: -40vh;
    height: 39vh;
    width: 49vw;
}

.spacebox {
    background: black;
    opacity: .5;
    height: 10vh;
    width: 99vw;
    z-index: 100;
}

#parent {
    position: relative;
    background: transparent;
    z-index: 100;
    top: -.8vh;
    left: -.8vw;
}