/*
Theme Name: My Twenty Seventeen Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Seventeen.
Author: Ronald Seam
Author URI: https://example.com/
Template: twentyseventeen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.site-branding {
    color: white;
    background-color: rgba(0, 0, 0, .7);
    font-style: italic;
}

.entry-content h2 {
    text-decoration: none;
    color: yellow;
    background-color: gray;
}

.entry-title {
    text-align: center;
    font-weight: bold;
}

.entry-title a {
    color: darkslategray;
    font-weight: bold;
}

.entry-title a:hover {
    color: darkturquoise;
    text-decoration-color: darkturquoise;
}

/*.error404 .site-content {
    background-image: url(http://cosw-240-dev.local/wp-content/uploads/2020/04/GoBeach-scaled.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/