@import 'colors.scss';
@import 'variables.scss';


header{
    @include flex-row-center;
    background-color:$col_white;
    min-height:55px;
    @include shadow-medium;
    width:100%;
    top:0;
    position:fixed;
    z-index: 1021;    
    padding:0 1rem;
    justify-content: space-between;    
    .logo{
        width: 7.25rem;
    }
}

header ~ section{
    margin-top:5rem;
}
