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

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

#top-bar, .page-header {
  display: none !important;
}

#banner {
  border-bottom: 1px solid #D1D5D8;
}

.app-name {
  font-size: 30px !important;
}

h2 {
  color: #4B545A !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

p {
  color: #333;
}

.elementor-widget-container p {
  font-size: 14px !important;
}

.elementor-top-section {
  margin-top: 50px;
}