#contact-footer-widget {
	color: #fff;
}

.text-center {
	text-align: center;
}

.ast-footer-overlay li {
	display: inline;
}

h2, .entry-content h2 {
	text-align: center;
}

.entry-content {
/* 	border: 2px solid #000; */
/* 	background-color: #fff; */
	padding: 20px 3%;
	color: #111111;
/* 	border-radius: 20px; */
/* 	margin-bottom: 30%; */
}
/* 
.entry-content .entry-title h1, h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6 .entry-content h6 {
	color: #ffffff;
	text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;
} */

.primary-text-area, .entry-content h2 {
/* 	text-shadow: none; */
/* 	text-decoration: none; */
/* 	background-color: #FFFFFF; */
  color: #000;
  font-weight: 700;
/*   padding: 3px 0px 3px 0px; */
/* 	margin: 15px 0%; */
/*   border-radius: 5px; */
/* 	align-items: center; */
/* 	justify-content: center; */
}

.btn.btn-primary a {
	color: #fff;
	background-color: #2255dd;
	margin: 20px 0%;
	border: 2px solid #000;
	cursor: pointer;
	border-radius: 5px;
	padding: 5px 10px;
}
.btn.btn-primary a:active {
	position: relative;
	top: 3px;
}
.btn.btn-primary a:hover {
	color: #000;
	background-color: #2255dd99;
}
h1.site-title a {
	text-shadow: none;
	color: #333;
}
h1.site-title a:hover {
	color: #000;
}
.address {
	font-family: oswald, lato, sans-serif;
}


/*
#content.site-content  {
 	display: flex;
	justify-content: flex-end;
	height: 320px;
	margin-bottom: 0%;
	background-position: center;
	background-size: cover;
	background: url("http://hawkfire.us/wp-content/uploads/2018/08/background1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */



















 */