body {
	background-color: white;
	background-image: none;
	font-weight: 500;
	color: #0262D2 !important;
}
div, h1, h2, h3, h4, h5 {
	color: #252525 !important;
}
.mast {
    background: white;
    box-shadow: 5px 1px 19px rgba(0, 0, 0, 0.2);
    z-index: 99;
    position: fixed;
    padding: 10px 0px;
    width: 100%;
    }
    .mast a.logo {
    	text-align: center;
    	position: relative;
    }
p, span {
}
h1 {
	padding: 1em 0em !important;
}
h2, h2 a {
	font-weight: 300;
	color: #0262D2;
	padding: 0em 0em .5em 0em !important;
}
.blog-post {
margin-bottom: 4em;
overflow: auto;
}
p a {
	color: #252525;
	text-decoration: underline;
	}
	
h2 a:hover {
	color: #000;
}
button, .button {
	background-color: #F89724;
    border-color: #F89724;
    }
button:hover, .button:hover {
background-color: #000;
    border-color: #000;
    text-decoration: none;
}
a i.fa {
    /* color: #0262D2; */
}
#content {
	padding-bottom: 10em;
	padding-top: 14em;
}
.ptb3 {
	padding: 3em 0em 0em 0em;
}
li {
  color: #0262D2;
}
footer-credit {
}
ul.footer-nav li a {
  /* color: #0262D2; */
}
footer-credit a:hover {
	color: #FFC700;
	}
li {
    color: #252525;
    font-size: 24px;
    padding: .25em;
}