/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


div#top-bar-wrap {
    background: #00182f;
}

div#top-bar-content span {
    color: #fff;
    font-size: clamp(12px, 2vw, 14px);
    text-transform: uppercase;
    font-weight: 600;
}




