/*
Theme Name:     Magnus-child
Description:    
Author:         mcoulter
Template:       magnus

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


.blog-home-content article .entry-header .entry-title a:hover {
	color: rgba(232, 232, 234, 0.33);
}


.blog-home-content .section-image, .site-header-image .section-image {
    opacity: initial;
}

article .entry-header .entry-title {
    text-transform: none;
}

.site-main h1 {
    font-size: 2.0em;
    text-shadow: 0px 2px 3px rgba(150, 150, 150, 1);
}


.archive .page-header .page-title, 
.search-results .page-header .page-title, 
.entry-header .entry-meta, .entry-footer,
.site-footer  {
    color: #707079;
}


.entry-header .entry-meta a, .entry-footer a {
    color: #72727c;
}

.sidebar a {
    color: #000000;
}

.entry-header .entry-title a:hover,
.sidebar a:hover {
    color: #d44500;
}

.site-branding {
    width: initial;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 10px;
    border-radius: 10px;
}


/*
.site-header-image .section-image {
    background-size: CONTAIN;
    background-position: center;
    BACKGROUND-COLOR: black;
}

*/


.posts-navigation .nav-previous a, .posts-navigation .nav-next a {
    font-size: 1.5em;
}


.site-header .header-navigation a {
    text-shadow: 2px 2px 6px rgba(223, 223, 223, 0.72);
}


ul#header-menu {
    width: 204px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 5px 10px 0px 10px;
    border-radius: 10px;
    float: right;
}


.blog-home-content article:first-child .section-image {
    -webkit-animation: inherit;
    -moz-animation: inherit;
    animation: inherit;
}


.blog-home-content .section-image {
    opacity: 1;
}
