/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2026 | 18:55:16 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.sticky-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff !important;
    box-shadow:0 8px 30px rgba(0,0,0,.12);
    animation:slideDown .35s ease;
}
