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

#site-header {
    background-color: #000;
}

.widget-area.sidebar-primary {
    padding-top: 30px;
}

html {
  scroll-padding-top: 225px; /* Height of your fixed header */
  scroll-behavior: smooth;   /* Optional: adds smooth scrolling */
}