#background {
    position: fixed;
    background-image: url(../../images/background.png);
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    top: 0%;
    left: 0%;
    z-index: 1;
}

#backgroundOVerlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.753);
    height: 100vh;
    width: 100vw;
    top: 0%;
    left: 0%;
    z-index: 2;
}

#parent {
    position: relative;
    background: transparent;
    z-index: 100;
    top: 0vh;
    left: 60vw;
    height: 97vh;
    width: 38vw;
}

#img1 {
    border: solid 3px gray;
    background: url(../../images/ContactSmall1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 32vh;
    width: 90vw;
    z-index: 100;
}

#img2 {
    border: solid 3px gray;
    background: url(../../images/ContactSmall2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 32vh;
    width: 90vw;
    z-index: 100;
}

#img3 {
    border: solid 3px gray;
    background: url(../../images/ContactSmall3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 32vh;
    width: 90vw;
    z-index: 100;
}

#title {
    position: absolute;
    font-size: 30pt;
    color: white;
    text-align: center;
    height: 10vh;
    width: 100vw;
    top: 23vh;
    left: 0vw;
    z-index: 100;
}

#para {
    position: absolute;
    font-size: 16pt;
    color: white;
    height: 65vh;
    width: 90vw;
    top: 35vh;
    left: 5vw;
    z-index: 100;
}

#pdf {
    position: absolute;
    background: url(../images/pdf\ thumbnail.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 52vh;
    left: 7vw;
    height: 8vh;
    width: 3.75vw;
    z-index: 100;
}