/* Enter Your Custom CSS Here */
body {
		padding-top: 40px;
}

body.template-about {
	background: #fdddcb;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.site-content .post {
	text-align: left;
}

@media (min-width: 768px) {
	.site-content .post {
		padding-bottom: 100px;
	}
}

.standard-btn {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white !important;
}

#site-title h1 {
		font-size: 3.25rem;
		line-height: 1.2;
}

.intro-slogan, p.intro {
		font-size: 24px!important;
		line-height: 1.5!important;
}

.intro-slogan a {
	font-family: "Raleway";
	font-weight: 700;
	color: #3232dc;
} 

.intro-slogan a:hover {
	color: #000;
} 

h1.entry-title, .headline-lg {
		font-size: 36px!important;
		line-height: 1.3!important;
}

h2.entry-title {
		font-size: 27px!important;
		line-height: 1.3!important;
}

.entry-thumbnail img {
	width: 350px;
}

.headline-md {
		font-size: 24px !important;
		line-height: 1.3 !important;
}

.headline-sm {
		font-size: 21px !important;
		line-height: 1.3 !important;
}

.par-md {
	font-size: 14px !important;
	margin-bottom: 16px;
	line-height: 1.7 !important;
}

.par-sm {
	font-size: 12px !important;
	margin-bottom: 16px;
	line-height: 1.7 !important;
}

em {
	font-style: italic;
}

blockquote {
	font-size: 12px !important;
	padding-left: 32px;
}

#site-nav ul li a {
		font-size: 18px;
}

.entry-content a {
		color: #3232dc;
		font-weight: 700;
}

ul.styled-list {
		padding-left: 0;
		list-style-type: none;
}

ul.styled-list > li {
		font-size: 16px;
		border-top: solid 1px #000;
		padding: 20px 0;
		font-weight: 700;
		margin-bottom: 0;
}

ul.simple-list {
		padding-left: 0;
		list-style-type: disc;
}

ul.simple-list > li {
		font-size: 14px;
		padding: 0 0 4px 0;
		font-weight: 700;
		margin-bottom: 0;
		line-height: 24px;
}

#site-info a:hover {
	color: #3232dc;
}

.contact-info:after {
	display: block;
	color: #3232dc;
  content: "× × ×";
  text-align: center;
  padding-top: 80px;
}

.mb {
	margin-bottom: 3rem;
}

.wpcf7 {
	max-width: none!important;
	font-family: "Raleway"!important;
}

.wpcf7 form p {
	text-align: left;
	font-weight: 300!important;
	padding: 32px 0 0 0!important;
}

.wpcf7 form p label {
	font-size: 1rem!important;
	font-family: "Raleway"!important;
	font-weight: 300!important;
}

.wpcf7 input, textarea {
	font-family: "Raleway"!important;
	padding: 16px 12px 15px!important;
	font-size: 1rem!important;
}
.wpcf7 form p .wpcf7-submit {
	background-color: #3232dc!important;
	color: #fff!important;
}

.wpcf7 form p .wpcf7-submit:hover {
	background-color: #000!important;
	color: #fff!important;
}