html {
    background-color: #000;
    height: 100%;
}
body {
    background-color: transparent;
    color: #A29E9E;
    font-size: 16px;
    height: 100%;
    line-height: 1.3;
}

.container {
    max-width: 960px !important;
}

section {
    margin-bottom: 2rem;
}

a {
    color: #05CCBE;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.navbar {
    align-items: end;
    height: 103px;
    font-size: 18px
}

.content .contact a {
    color: inherit;
    text-decoration: none;
}
.content .contact a:hover {
    color: #05CCBE;
}

.footer {
    padding: 1rem;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.footer .accordion-button, .footer .accordion-body {
    color: inherit;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.footer .accordion-button {
    font-size: 0.8rem;
    font-weight: bold;
}

.footer .accordion-body {
    font-size: 0.7rem;
    padding-top: 0;
}

.footer .accordion-button:after {
    display: none;
}
.footer .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.navbar .navbar-collapse, .footer {
    background-color: white
}

.navbar .nav-item .nav-link {
    font-weight: bold;
    padding: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.navbar .nav-item:hover {
    text-decoration: underline;
}

.navbar .nav-item .nav-link.active {
    color: #05CCC0;
}
