body, html {

    /* background-image: url("/static/images/background3.jpg");
    background-position: top left;
    background-size: cover; */
    color: #000000;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.img-container {
    text-align: center;
}

.top-pad-bottom-logo {
    padding-top: 25px;
    padding-bottom: 25px;
}

.logo {
    position: relative;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 20px;
    vertical-align: bottom;
}

.heading {
    width: 400px;
    height: 300px;
    margin: auto;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.buttons {
    width: 600px;
    height: 300px;
    margin: auto;
    position: relative;
}

.title1 {
    display: block;
    text-align: center;
    color: #fdc300;
    font-size: 48pt;
    font-weight: bold;
    font-family: "Roboto", "Lucida Grande", sans-serif;
}

.title2 {
    display: block;
    margin-top: 15px;
    text-align: center;
    color: #FDC300;
    font-size: 14pt;
    font-family: sans-serif;
}

.text-center {
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
    opacity: 0.66;
}

tr {
    background-color: #FFFFFF;
    opacity: 0.66;
    padding-left: 10px;
    padding-right: 10px;
}

td {
    padding-left: 10px;
    padding-right: 10px;
}

a {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    color: #000000;
    font-size: 12pt;
    font-family: sans-serif;
}

.t {
    display: block;
    margin-top: 15px;
    margin-left: 25px;
    text-align: left;
    color: #000000;
    font-size: 12pt;
    font-family: sans-serif;
}

small {
    color: #000000;
    font-size: 8pt;
    font-family: sans-serif;
}

p {
    color: #000000;
    font-size: 12pt;
    font-family: sans-serif;
}

.text-bold {
    font-weight: bold;
}

.upload {
    margin: 50px auto;
    display: block;
    width: 180px;
    height: 50px;
    border: 1px solid #000000;
    background-color: #eeeeee;
    color: #000000;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    transition: background-color 1000ms, color 1000ms;
}

.upload:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    cursor: pointer;
    transition: background-color 1000ms, color 1000ms;
}

#bottom {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px;
}

.container {
    height: auto;
    margin-bottom: 50px;
}

footer {
    background-color: #FFFFFF;
    min-height: 60px;
    width: 100%;
    padding: 20px;
}
