* {
    font-family: 'Ubuntu', sans-serif;
    position: static;
}

body {
    background: #18191a;
    text-align: center;
}

main {
    position: relative;
    color: white;
}

h1 {
    padding-top: 20px;
}

h5 {
    padding-top: 20px;
    padding-bottom: 30px;
}

footer {
    clear: both;
    background-color: #242526;
    bottom: 0;
    color: white;
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 2.5rem;            /* Footer height */
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;    /* Footer height */
}

.footer-icon {
    color: white;
}

#footer {

}

.footer-icon:hover {
    color: #B14EB5;
}

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

.navbar-custom {
    background-color: #242526;
}

.navbar-brand, .navbar-text, .nav-item {
    color: white;
}

.navbar-brand:hover, .navbar-text, .nav-item:hover {
    color: #B14EB5;
}

.btn-custom {
    background-color: white;
    color: black;
    width: 100%;
    align-items: center;
}

.btn-custom:hover {
    background-color: #B14EB5;
}

.center-content {
    width: 100%;
    padding-top: 15vh;
}

.card {
    background-color: #242526;
}
