html { 
    font-size: 1rem; 
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin:auto;
}

@font-face {
    font-family: "Special Elite";
    src: url('../../layout/specialElite.ttf') format("truetype");
}

@media (min-width: 576px) {
    html { 
        font-size: 0.25rem; 
    }
}
@media (min-width: 768px) {
    html { 
        font-size: 0.5rem; 
    }
}
@media (min-width: 992px) {
    html { 
        font-size: 0.75rem; 
    }
}
@media (min-width: 1200px) {
    html { 
        font-size: 1rem; 
    }
}

@media (max-width: 576px) {
    h1, h2, h3, h4 {
        font-size:small;
    }

    h5 {
        font-size:x-small;
    }
}

html, body {
    font-family: "Special Elite";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0d0d0d;
}

.background {
    background-color: #1c2e54;
    color: white;
}

#logo:hover{
    cursor: pointer;
}

.content {
    height: 80%;
    color: white;
}

footer {
    height: 5%;
}

footer .container {
    height: 100%;
}

footer .row {
    height: 100%;
}

header .container {
    height: 100%;
}

header .row {
    height: 100%;
}

header {
    height: 15%;
}

.center {
    margin: auto;
}

.login-row {
    height: 33%;
    text-align: center;
}

input {
    width: 100%;
    margin: 5%;
    background-color: #0d0d0d;
    border-color: white;
    border-width: 1px;
    border-radius: 5px;
    color: white;
}

.form-col {
    margin:auto;
}

.button {
    padding:5%;
}

.button:hover {
    background-color: #1c2e54;
}

.text {
    margin:auto;
}

.img-fluid {
    min-width: 20px;
    max-height: 90px;
}

.menu-col, .nav-col {
    text-align:center;
    margin: auto;
}

.menu-col:hover {
    cursor: pointer;
    border: 1px solid;
    border-radius: 5px;
    border-color: white;
    background-color: #0d0d0d;
}

h6 {
    font-weight: normal;
    font-size: x-small;
}