@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC&display=swap');

h3 {
    font-family: 'Patrick Hand SC', cursive;
    color: #901e5a;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}
h1 {
    color: #3d3d3f;
    font-family: 'Patrick Hand SC', cursive;
    font-size: 40px;
    line-height: normal;
}
h2 {
font-family: 'Patrick Hand SC', cursive;
   text-transform: uppercase;
  color: #575757;
  font-size: 35px;
  line-height: normal;
}

h4 {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
}

p {padding:6px 0 !important;
    color: #878787;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
}

li {
    color: #878787;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.main-navigation a {
    font-size: 18px;
    font-family: 'Patrick Hand SC', cursive;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a {
	color: #901e5a;
}

/*REMOVE PURPLE LINE ON RESPONSIVE MENU*/

@media screen and (max-width: 767px) {
		.main-navigation li:hover,
	.main-navigation .current-menu-item {
		border-color: #fff;
	}
}

/*Remove other menu borders*/

.main-navigation li {
	border-top: 1px solid #ffffff00;
	position: relative;
}
.main-navigation .primary-menu {
    border-bottom: 1px solid #ffffff00;
}

/*center the menu*/

	.menu-header-menu-container{
		display:inline-flex !important;
		}
	

/*fullwidth contact */

.site-content .mpce-cfa-form .mpce-cfa-form-text, .site-content .mpce-cfa-form .mpce-cfa-form-email {
    width: 100% !important;
    display: inline-block !important;
}		

/* Menu wrapping thing*/
@media screen and (min-width: 768px) {
	.main-navigation {
		margin: 0 -2.875em;
	}
}


/*********/

.site-main .type-post:first-of-type,
.site-main .type-attachment:first-of-type {
	padding-top: 70px;
}

body.author .site-main .type-post:first-of-type,
body.author .site-main .type-attachment:first-of-type {
	padding-top: 0px;
}

.post-navigation .nav-previous{
	border-bottom: 4px solid #006e3a;
	text-decoration:none;
}

.post-navigation .nav-next{
	border-bottom: 4px solid #006e3a;
}

.post-navigation .nav-links{
	border-top: 4px solid #006e3a;
}

.post-navigation .nav-links div:last-child{
	margin-bottom:3em;
}

.post-navigation .nav-previous span,
.post-navigation .nav-next span{
	padding-right:10px;
	display:block;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a{
	text-decoration:none;
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
	width: 100%;
}

.post-navigation .post-title{
	font-weight: 900;
	font-size: 31px;
	line-height: 1.25;
}

.post-navigation .post-title:hover{
	color:rgb(0, 110, 58);
}

.type-post p,
.type-attachment p{
	color:#1a1a1a;
	font-size:1.2rem;
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 15px;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.post-navigation .nav-links{
	border-top: 4px solid #1a1a1a;
}

.type-post .entry-title,
.type-attachment .entry-title {
	font-size: 2.9rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1em;
	color: #006e3a;
}

.type-post .entry-title a,
.type-attachment .entry-title a {
	color: #006e3a;
	text-decoration:none;
}

.type-post .entry-title a:hover,
.type-post .entry-title a:focus,
.type-attachment .entry-title a:hover,
.type-attachment .entry-title a:focus {
	color:#901e5a;
}

