/*
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 */
body {
	background-color: #aaa;
	color: #222;
	font-family: "Merriweather", Sans-serif;
}

h2 > a {
	color: coral;
}

h2:hover > a {
	color: blue;
}

p > a {
	color: coral;
}
p > a:hover {
	color: blue;
}
.vertical-announcement-image {
	display: inline-block;
    vertical-align: middle;
	height: 300px;
	max-width: 48vw;
}

#footer{
	color: #aaa;
}
.blog-entry.post .thumbnail img{
	max-width: 25em;
}

#footer-widgets {
	font-size: 1.1em;
}

#outer-wrap {
	max-width: 1920px;
	background-color: #fff;
	margin: auto;
}

.meta-author  {
	display: none;
}

.site-title {
	font-family: "Merriweather", Sans-serif;
}

#site-logo a.site-logo-text {
	font-size: 1.5em;
}

#footer-bottom {
	display: none;
}

#top-bar {
	display: none;
}

#comments {
	display: none;
}

.blog-entry.post .thumbnail .overlay {
	width: 0;
	display: none;
}
.blog-entry-summary p,
.entry-content p{
	font-size: 1.6rem;
}
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}