.pure-g [class *="pure-u"] {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

html {
    background: #2d2d2d;
    overflow-y: scroll;
}

body {
    background-color: #2d2d2d;
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin: 0 auto;
}

main {
    background-color: #ebf4fa;
    position: relative;
}

footer {
    text-align: center;
    color: #b3b3b3;
    text-decoration: none;
    font-size: 0.8em;
    padding: 15px;
    line-height: 24px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer iframe {
    vertical-align: middle;
}

.home-menu>a.pure-menu-heading {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0em 0em 0em 1em;
    line-height: normal !important;
    color: #fff;
    font-size: 1.5em;
}

.custom-wrapper {
    background-color: #2d2d2d;
    margin-bottom: 1.5em;
    -webkit-font-smoothing: antialiased;
    height: 1.5em;
    overflow: visible;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 18em;
}

.custom-menu {
    text-align: left;
    margin: 0.6em 0em 1em 1em;
}

.custom-toggle {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #fff;
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    top: 24px;
    right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pure-menu-has-children {
    position: relative;
}

.pure-menu-children {
    left: 3em;
    top: 2em;
}

a.pure-menu-link {
    color: #b3b3b3;
    text-align: left;
    text-decoration: none;
}

a.pure-menu-link:hover,
a.pure-menu-link:focus,
a.pure-menu-link:active {
    background: #444444;
    color: #ffffff;
}

.pure-menu-link,
.pure-menu-heading {
    color: #ffffff;
}

select {
    background-color: #2d2d2d;
    color: #ffffff;
    border: 0px;
    padding: 10px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

select:hover,
select:focus {
    background-color: #444444;
    color: #ffffff;
    outline: none;
}

option {
    background-color: #2d2d2d;
    color: #ffffff;
}

option:hover,
option:focus {
    background-color: #444444;
    color: #ffffff;
}

option:checked {
    background-color: #444444;
    color: #ffffff;
}

@media (max-width: 47.999em) {

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

    .custom-toggle {
        display: block;
    }
}