/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: white !important; }
 

#header .header-top {
    padding-bottom: 0.1rem;
}

#header .header-nav {
    margin-bottom: 25px;
}


 
 .carousel .carousel-item .caption {
    background: steelblue;
    opacity: 0.85;
    border-radius: 0.5em;
    padding: 0.5em;
    max-width: 800px;
}


#wrapper {
    padding-top: 0.4rem;
}