#header{
    height: 110px;
}
#header.header-scrolled {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    height: 110px;
    transition: all 0.5s;
}
main section{
    background-color: #d1edf8;
}