/* If you want to add your own CSS code, please do it in this file */

#post-content { 
	background-color: white; 
	color: #2e333c;
	font-size: 18px; 
	}
	
#post-content h1 {
color: white;
    background-color: #fe007c;
    font-weight: bold;
    margin-top: 50px;
    font-size: 48px;
    line-height: 100%;
    padding: 10px;
}

#post-content h2 {
	color: #fe007c;
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}

#post-content h3 {
	color: #2e333c;
    font-weight: bold;
    font-size: 21px;
}

#post-content img {
	width: 100%;
	height: auto;
	max-width: 640px;
	
}

#post-content p {
	color: #2e333c;
	font-size: 18px;
}

#post-content ul, #post-content li {
	color: #2e333c;
	font-size: 18px;
	line-height: 26px;
}


div.mailsignup {
	max-width: 400px;
	background-color: #2e333c;
	font-size: 18px;
	color: white;
	padding: 15px;
}
.mailsignup h2 {
	margin: 0px !important;
}
.mailsignup .small {
	font-size: 14px;
}
.mailsignup label{
	display: inline;
	font-weight: bold;
}
.mailsignup input{
	font-size: 18px;
	display: inline;
	color: white;
}