.bg-dark {
    background-color: #000 !important;
}
.btn {
    letter-spacing: 1px;
    font-size: 13px;
    padding: .65rem 1.25rem;
}

p {
    font-size: 14px;
    line-height: 1.75;
}
.small, small {
    font-size: 87%;
}
.rounded-lg {
    border-radius: .75rem !important;
}
.text-muted {
    color: #54565a !important;
}
.form-control {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 1rem;
    height: calc(2em + 2rem + 2px);
}

.btn {
    font-family: Oswald,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}
.bg-dark-2 {
    background-color: #1D2939 !important;
}


.display-4 {
    font-size: 3.5rem;
}
.h1, h1 {
    font-size: 2.25rem;
}
.h3, h3 {
    font-size: 1.65rem;
}
.h4, h4 {
    font-size: 1.3rem;
}
.h5, h5 {
    font-size: 1.2rem;
}