.center-me {
	text-align: center !important;

}


.button-donate {
	background-color: #03a1ff;
	border: 1px solid #03a1ff;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
}

.button-donate:hover {
	background-color: #fff;
	border: 1px solid #03a1ff;
}

.wp-custom-logo .title-area {
    padding-bottom: 0px;
}



	.force-centered {
		text-align: center !important;
	}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #0f1d60;
font-weight: 700;
}


.wpforms-submit-container {
    text-align: center !important;
}
	
	.entry-content {
		text-align: center !important;
	}

	.entry-content p {
		text-align: left;
	}

input[type="submit"] {
  display: flex !important;
  justify-content: center !important;
	
	}


input[type="submit"] {
background-color: #00a1ff !important;
text-transform: uppercase !important;
  font-size: 20px !important;
}

input[type="submit"]:hover {
background-color: white !important;
color: #131e5c !important;
}



.site-inner {
margin-top: 100px !important;
padding-top: 40px !important;
}


.site-header {
position: fixed !important;
width: 100% !important;
z-index: 1000 !important;
}


.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
background-color: #00a1ff !important;
color: #131e5c !important;
}
 .read-more-btn  {
background-color: #131e5c !important;
text-transform: uppercase !important;
  font-size: 20px !important;
}
 .read-more-btn:hover  {
background-color: #00a1ff !important;
color: #131e5c !important;
}


.wpforms-submit  {
background-color: #131e5c !important;
text-transform: uppercase !important;
  font-size: 20px !important;
}
.wpforms-submit:hover  {
background-color: #00a1ff !important;
color: #131e5c !important;
}





.archive-title, .author-box-title {
  font-size: 80px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #131e5c;
}


.site-footer {
background-color: #00a1ff;
text-transform: uppercase;
letter-spacing: 1px;
border-top: 4px solid #316BA6;
border-bottom: 4px solid #316BA6;
}

.entry-title {
	font-size: 32px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #131e5c;

}


body {
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.625;
}

.genesis-responsive-menu {
    padding-top: 40px;
}

.genesis-nav-menu a {
    font-size: 22px;
    font-weight: 600;
}

.genesis-nav-menu .menu-item {
    text-transform: uppercase;
}

.site-header {
border-bottom: 8px solid #102743;
}
 

@media only screen and (min-width: 960px) {
.content {
    width: inherit;
}}