/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP child theme for Cervus Consult.
Author: David Tekampe
Template: oceanwp
Version: 3.1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.lang-item {display: inline;list-style-type: none;}

@font-face {
    font-family: 'tex_gyre_adventorregular';    
    src: url('/wp-content/themes/oceanwp-child/fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/oceanwp-child/fonts/texgyreadventor-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tex_gyre_adventoritalic';
    src: url('/wp-content/themes/oceanwp-child/fonts/texgyreadventor-italic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/oceanwp-child/fonts/texgyreadventor-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
p.textBlock {
    text-align: justify;
}
div.clr.page-subheading {
	color: #ffffff;
}

body {
	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	hyphens: auto; 
}

