* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    background-color: #5E5665;
    /*color: hsl(263, 79%, 80%);*/
    font-family: "Nuito Sans", sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main_content {
    flex-grow: 1;
}

@font-face {
    font-family: "Abril Fatface";
    src: url('/static/fonts/AbrilFatface-Regular.ttf');
}

.navbar-dark .navbar-toggler-icon {
    /*.navbar-toggler-icon {*/
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.0001 7H5.00012" stroke="white" stroke-width="2.01111" stroke-linecap="round"/> <path d="M19.0001 12H9.00012" stroke="white" stroke-width="2.01111" stroke-linecap="round"/> <path d="M19.0001 17.0002H13.0001" stroke="white" stroke-width="2.01111" stroke-linecap="round"/> </svg> ');
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    /*color: hsla(263, 79%, 80%, 1);*/
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
}

.footer .f-elem {
    color: hsla(0, 0%, 100%, 70%);
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    z-index: 99;
    position: relative;
}
