/*
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 */
.page-header-title {text-align: center;
color: #3274be; 
font-size: 2.5em;
}

p {font-size: 1.3em;}

#site-header {
    margin-top: 20px;
}
h2 {color: #3274be; }


.divfooter {color: #3274be; }
