a,
footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
   /* font-size: 0.99em; */
/*   font-size:    21px!important; */
     color: #e16029 !important;
}

footer, header {
    vertical-align: baseline;
   /* font-size: 0.99em; */
font-size:    21px!important;
}

 header {
    margin-top: 0px!important;
     padding-top: 0px!important;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



footer, header {
    display: block;
}

.body--footer nav .link--index a,
.body--footer nav .link--supported,
.body--header nav .link--index a,
.body--header nav .link--supported,
    {
    font-size: 0.8125rem
}

@media (min-width:30em) {
    .body--footer nav .link--index a,
    .body--footer nav .link--supported,
    .body--header nav .link--index a,
    .body--header nav .link--supported
     {
        font-size: 0.90625rem
    }
}

.body--footer nav {
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    color: #e16029 !important;
}

.body--header nav {
    position: fixed;
    z-index: 5;
    right: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    color: #e16029 !important;
    
}



.body--footer a, 
.body--header a {
    font-size: 0.99em !important; 
    color: #e16029 !important;
}

.body--footer a:hover, 
.body--header a:hover  {
    color: #000 !important;
}


.body--footer i, 
.body--header i  {
    color: #e16029 !important;
}
.body--footer i:hover, 
.body--header i:hover  {
    color: #000 !important;
}


.logo-header:hover {
    filter:  grayscale(100%) brightness(13%)  !important;
    
}



.body--footer .active, 
.body--header .active {
    color: #000 !important;
}

.body--footer nav.is-hidden , 
.body--header nav.is-hidden {
    bottom: -2.25em;
}

.body--footer nav ul, 
.body--header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.85em 0.625rem;
}

@media (min-width:50em) {
    .body--footer nav ul, 
    .body--header nav ul {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        
    }
}

.body--footer nav a, 
.body--header nav a  {
    display: inline-block;
    /* font-size: 0.90625em; */
    font-size: 0.90625em;
}

.body--footer nav a:hover, 
.body--header nav a:hover  {
    color: #000;
}

.body--footer nav .link--supported, 
.body--header nav .link--supported {
    display: none;
    position: absolute;
    top: -7em;
    left: 1.25rem;
}

.body--footer nav .link--supported img , 
.body--header nav .link--supported img {
    width: 18em;
    margin-top: 1em
}

.body--footer nav .link--index {
    display: none;
    position: absolute;
    top: -3em;
    left: 1.25rem
}

.body--footer nav .link--index a {
    background-color: #fff;
    color: #ffff00 !important;
}

.body--footer nav .link--index a:hover {
    color: #ff4141;
    color: #ffff00;
}

@media (min-width:50em) {
    .body--footer nav .link--index {
        display: block
    }
}

.tpl--blog .body--footer nav,
.tpl--blog-item .body--footer nav,
.tpl--home .body--footer nav,
.tpl--overview .body--footer nav {
    background-color: #f5f5f5;
}

.tpl--blog .body--footer nav a:hover,
.tpl--blog-item .body--footer nav a:hover,
.tpl--home .body--footer nav a:hover,
.tpl--overview .body--footer nav a:hover {
    color: #ffff00 !important;
}

.tpl--blog .body--footer nav .link--index,
.tpl--blog-item .body--footer nav .link--index,
.tpl--home .body--footer nav .link--index,
.tpl--overview .body--footer nav .link--index {
    display: none;
}

@media (min-width:50em) {
    .body--footer nav ul ,  
    .body--header nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
           justify-content: space-between;
        color: #ffff00 !important;
    }
    .link--credits {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        color: #ffff00 !important;
    }
    .link--contact {
        margin-left: auto
    }
}
  