/* Global */
body, label, h3 {
    color: #000;
    font-family: 'Kanit', sans-serif;
}

/* Jumbotron */
.jumbotron {
    display: flex;
    background-image: url(../images/trainyard.jpg);
    color: #fff;
    align-items: center;
    height: 400px;
    justify-content: center;
}

h1 {
    max-width: 95%;
    font-size: 4em;

}

/* Tables */


h3 {
    text-align: center;
    margin: 30px 0 0 0;
}

hr {
    display: flex;
    margin: 10px auto 30px auto;
    max-width: 50%;
    color: #888;
}

/* Submit Button */

.btn {
    display: flex;
    border: 1px solid #777;
    color: #000;
    margin: 20px auto;
}

.btn:hover {
    background-color: #999;
}

/* Footer Links */

.fab {
    color: #333;
    margin-top: 40px;
}

.fab:hover {
    color: #777;
}
