.js .main-navigation.toggled-on > div > ul {
    display: block;
    background: #feedf4;
    border: 2px solid #ff4491;
}

@media screen and (min-width: 30em){
h2 {
    font-size: 1.3rem;
}
}

.wp-show-posts-entry-summary p{
	font-size: 14px;
	color: #545454;
}

.wp-show-posts-read-more :hover {
    background-color: #ffc9d7;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #ed2591;
    color: #222;
    font-size: .8em;
    text-decoration: none;
    background-color: #fff7f9;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:link {
    background-color: #fff7f9;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:hover {
    background-color: #fff7f9;
}

#header_logo {
      height: 80px;
}

#header_logo a {
    height: 80px;
}

#header_logo img {
    position: absolute;
}