@font-face {

    font-family: Disney;
    src: url(../Fonts/waltograph42.otf);

}

video {

    position: absolute;
    left: 0;
    right: 0;
    top: 50px;

    width: 800px;

    margin: auto;

}

.Divider {

    width: 75%;
    border: 1px solid rgb(46, 46, 46);

    position: absolute;
    left: 0;
    right: 0;
    top: 690px;

    margin: auto;
}

.TextArea {

    width: 800px;
    padding-bottom: 5px;

    position: absolute;
    left: 0;
    right: 0;
    top: 730px;

    margin: auto;
}

h1 {

    font-family: 'Disney', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: grey;
    font-size: 45px;
    padding-bottom: 6px;

}

p {

    color: white;
    font-size: 18px;
    margin-left: 5px;

}

h2 {

    font-family: 'Disney', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: grey;
    font-size: 30px;

}

.Credits {

    color: white;
    font-size: 18px;
    padding-bottom: 20px;
}


li {

    margin-top: -13px;
    margin-left: 25px;
    width: 800px;
    font-size: 18px;
    padding-bottom: 8px;
    color: rgb(191, 191, 191);

    mark.Names {

        color:white;
        font-size: 19px;
        font-weight: bold;

    }
}

a {

    color:white;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
}

a:hover {

    text-decoration: underline;    

}

h3 {

    padding-top: 20px;
    color: rgb(57, 57, 57);
    font-size: 16px;

}


@media only screen and (max-width: 992px) {

    video {

        width: 630px;
        top: 50px;

    }

    .Divider {

        top: 560px;

    }

    .TextArea {

        width: 630px;
        top: 600px;

    }

    h1 {

        font-size: 35px;

    }

    p {

        font-size: 17px;

    }

    a {

    color:white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    }
    
    li {

        margin-top: -13px;
        margin-left: 25px;
        width: 630px;
        font-size: 15px;
        color: rgb(191, 191, 191);
        padding-bottom: 10px;

        mark.Names {

            color:white;
            font-size: 16px;
            font-weight: bold;

        }
    }

    h3 {

        font-size: 13px;

    }
}

@media only screen and (max-width: 728px) {

    video {

        width: 330px;
        top: 70px;

    }

    .Divider {

        top: 390px;

    }

    .TextArea {

        width: 330px;
        top: 430px;

    }

    h1 {

        font-size: 30px;

    }

    p {

        font-size: 15px;

    }

    a {

    color:white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    }

    li {

        margin-top: -13px;
        margin-left: 25px;
        width: 300px;
        font-size: 15px;
        color: rgb(191, 191, 191);
        padding-bottom: 10px;

        mark.Names {

            color:white;
            font-size: 15px;
            font-weight: bold;

        }
    }

    h3 {

        font-size: 13px;

    }
}