/*
Theme Name: Daring Damsels
Text Domain: daringdamsels
Version: 1.0
Description: A bootstrap theme built for the Daring Damsels website.
Author: Elizabeth Heck
Author URI: http://elizabethheck.com
*/
body {
	background:#F1F1F1;
}
.bg-light-grey {
	background:#F1F1F1;
}
.bg-light-red {
	background:#FFE8EA;
}
.bg-light-purple {
	background:#F9F1FF;
}
.bg-dd-black {
	background:#2F2F2F;
}
.bg-dd-gradient {
	background: rgb(255,232,234);
	background: linear-gradient(180deg, rgba(255,232,234,1) 0%, rgba(249,241,255,1) 100%);
}
.z-1 {
	z-index: 1;
}
.z-2 {
	z-index: 2;
}
.z-3 {
	z-index: 3;
}
.z-4 {
	z-index: 4;
}
.z-5 {
	z-index: 5;
}
#next_posts a span {
	color: #662D90 !important;
}
#prev_posts a span {
	color: #900E1C !important;
}
#next_posts a span:hover, #prev_posts a span:hover {
	color:white !important;
}
/* Header Section */

#headerTop {
	height:150px;
}
#brand-logo img {
	width:auto;
	max-height:120px;
}
#headerNavSocialMedia {
	width:247px;
	max-width:50%;
}

/* Home Page */
#sectionHero {
	height:100%;
	max-height:540px;
}
.sectionCategory a {
	text-decoration: none;
}

/* Sidebar Pages */
.wp-block-search__inside-wrapper {
	background: white;
}
.wp-block-group {
	background:#FDFDFD;
	padding:1rem;
	margin-top:2rem;
	margin-bottom:2rem;
}
.nav-previous {
    display: flex;
    float:left;
    display: -webkit-flex; 
}
.nav-next {
    display: flex;
    float: right;
    display: -webkit-flex; 
}
.blog-post li, .blog-post h2, .blog-post p {
	margin-bottom: 1rem;
}
.blog-post blockquote {
    border-left: solid 0.25rem #900E1C;
    padding-left: 1rem;
}
.blog-post img {
    height:auto;
    max-width:98%;
}
.blog-post iframe {
    max-width:100%;
}