/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

 

.icon {
    display: inline-block;
    position: relative;
    top: 0;
    width: 0.5em;
    height: 0.5em;
    fill: currentColor;
    vertical-align: middle
}

 
.nav{
    background: #ffffff57;
    top:113px;
    display: flex;
}
.nav.scroll {
    display: flex;
    justify-content: space-between;
    background: transparent;
    top:12px;
}