.dropmenu ul li a.active,.dropmenu ul li a:focus,.dropmenu ul li a:hover {
    color: #FC5353!important
}

#header {
    font-size: .7rem;
    font-weight: 700;
    width: 100%;
    height: 4rem;
    color: #FC5353;
    border-bottom: 1px solid rgba(172,179,194,.2);
    background: #fff
}

#header a {
    color: #FC5353
}


a {
    text-decoration: none;
    color: #FC5353;
    outline: 0
}

h1,h2,h3,h4,h5,h6 {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
    margin-top: 2rem;
    color: #FC5353
}

a.active,a:active,a:focus,a:hover {
    text-decoration: none;
    color: #FC5353;
}

a:visited {
    color: #FC5353;
}