/* All */
.full-row-centered {
    /* Position */
    width: 100%;
    text-align: center;
    padding: 10px;
}
.half-row-centered {
    /* Position */
    width: 50%;
    margin: 30px auto 0px auto;
    text-align: center;
    padding: 10px;
}

/* Header */
.index-header-text a {
    /* Display */
    font-size: 50px;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}
.index-header-image {
    max-width: 150px;
}

.header-divider {
    /* Position */
    margin: 30px auto 40px auto;
    width: 80%;
    /* Display */
    border-bottom: 5px black solid;
}

/* Nav Bar */
.index-nav-bar {
    /* Position */
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.index-nav-bar ul {
    /* Display */
    list-style: none;
}
.index-nav-bar ul li {
    /* Display */
    margin-left: -40px; /* Don't know why this is needed to center it */
}
.index-nav-bar ul li a {
    /* Position */
    padding: 10px 15px;
    /* Display */
    color: black;
    font-size: 20px;
    text-decoration: none;
}
.index-nav-bar ul li a:hover {
    /* Display */
    color: gray;
}

/* Modals */
.modal-content {
    padding: 0px 20px;
}
.modal-content .modal-header {
    margin-bottom: 10px;
}
.modal-content .modal-title {
    width: 100%;
    margin-left: 30px;
    font-size: 25px;
    text-align: center;
}

/* Bottom Image */
.index-bottom-image {
    /* Display */
    max-width: 300px;
    margin-bottom: 20px;
}

/* Register Form */
.register-section-label {
    /* Position */
    float: left;
    /* Display */
    font-size: 20px;
}
.alert-email {
    width: 40%;
    margin: 0pc auto;
}

/* Clock */
canvas {
   background-color: #333;
   padding: 0;
   margin: auto;
   display: block;
}