/*
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
*/

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

/* Custom font */

@font-face {
    font-family: 'Verveine';
    src: url('fonts/VerveineRegular.eot');
    src: url('fonts/VerveineRegular.eot?#iefix') format('embedded-opentype'),
         url('fonts/VerveineRegular.woff2') format('woff2'),
         url('fonts/VerveineRegular.woff') format('woff'),
         url('fonts/VerveineRegular.ttf')  format('truetype'),
         url('fonts/VerveineRegular.svg#Verveine') format('svg');
}

/* Custom header Code */

#site-header {
  /* Your header styles */
  width: 100%;
  height: 100px; /* Or whatever height your header needs */
  background-color: #fffff;
  text-align: center;
  margin-bottom: -20px; /* Adjust this value as needed */
}

#site-logo {
  /* Your logo styles */
  margin-bottom: -20px; /* Optional, to prevent the logo from being cut off by the header */
  /* Other logo styles */
}

/* Custom nav code */

#site-header.center-header #site-navigation-wrap .left-menu {
    float: left;
    margin-bottom: 40px;
}

#site-header.center-header #site-navigation-wrap .right-menu {
    float: left;
    margin-bottom: 40px;
}

/* Blog Customizations */

.header-color-overlay {
  background-color:#FFF9CD;
}


