/** START OF HTML COMPONENTS */

body {
    margin: 0;
    background-color: #eee;
}

a, a:visited, a:hover {
    color: #000e71;
    text-decoration: none;
}

td, th {
    padding: 0;
    border: 1px solid #eee;
    text-align: center;
    font-size: 13px;
}

table {
    border-spacing: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/** END OF HTML COMPONENTS */
/** START ID's */

#menu {
    margin-right: 50px;
    margin-left: 50px;
    font-family: 'Comic Sans MS';
    font-size: 15px;
    margin-top: 10px;
}

#menu ul {
    padding-left: 20px;
    margin: 0;
    background-color: #c6d1d7;
    list-style: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#menu ul li {
    display: inline;
    opacity: 0.7;
}

#menu a {
    color: #fff;
    margin: 1.5px;
    padding: 2px 10px;
    opacity: 0.7;
    display: inline-block;
    background-color: #a09f9f;
    text-decoration: none;
    border-bottom: 3px solid #edbf0d;
    border-radius: 5px 5px;
}

#menu a:hover {
    opacity: 0.9;
}

#menu a:active, a:visited {
    opacity: 1;
}

#description {
    margin-right: 50px;
    margin-left: 50px;
    min-height: 400px;
    background-color: #cfcbcc;
    padding: 20px;
    border-left: 5px solid #c6d1d7;
    border-right: 5px solid #c6d1d7;
    overflow: hidden;
}

#description p {
    font-family: 'Georgia', 'Times New Roman';
    font-size: 16px;
    color: #414e71;
}

#foot {
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 10px;
    background-color: #c6d1d7;
    padding: 1px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#foot p {
    margin: 0;
    font-family: 'Georgia', 'Times New Roman';
    font-size: 18px;
    color: #414e71;
    text-align: center;
}

/** END ID's */
/** START CLASSES */

.small {
    font-size: 13px !important;
    color: #414e71;
    padding: 1px !important;
}

.largest {
    font-size: 13px !important;
    color: #414e71;
    padding: 10px !important;
}

.title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 25px;
    font-family: 'Unispace','Comic Sans MS';
    background-color: #646b87;
    color: #eee;
    text-align: center;
}

.subtitle {
    text-align: center;
    font-size: 25px;
    font-family: 'Courier New', 'Courier', 'monospace';
    color: #414e71;
}

.bottom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.video {
    width: 600px;
    height: 300px;
}

/** END CLASSES */
/** START RESPONSIVE HTML */

@media screen and (max-width: 800px) {
    #description img {
        height: 150px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #menu {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #description {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #foot {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    table {
        width: 200px !important;
    }

    td {
        font-size: 6px !important;
        padding: 1px !important;
    }

    .small {
        font-size: 6px !important;
    }

    .largest {
        font-size: 6px !important;
        padding: 1px !important;
    }

    .video {
        width: 220px;
        height: 180px;
    }
}

@media screen and (max-height: 450px) {
    #description img {
        height: 150px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/** END RESPONSIVE HTML*/