h1 {
	font-family: 'DM Serif Text', serif;
	color: black;
	font-size: 60px;
	color: #444444;
}

h2 {
	font-family: 'Average Sans', sans-serif;
	color: black;
	text-transform: uppercase;
	font-size: 25px;
	color: #444444;
}

p {
	font-family: 'Average Sans', sans-serif;
	color: #444444;
	font-size: 18px;
	text-align: justify;
}

.navbar-brand > img {
	content:url("../img/mspf-logo--70h.png");
}

.masthead {
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	text-shadow: 2px 2px 0px #000000;
}

.unicef-logo{
	background: url('../img/unicef-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;	
}

.actionaid-logo{
	background: url('../img/actionaid-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
}

.link-community-development-logo{
	background: url('../img/link-community-development-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
}

.save-the-children-logo{
	background: url('../img/save-the-children-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;	
}

.dignity-period-logo{
	background: url('../img/dignity-period-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
}

.about-header{
    height: 300px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.jumbo-number {
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	color: MediumVioletRed;
	text-transform: uppercase;
	font-size: 70px;
	text-shadow: 2px 2px 0px #cccccc;
}

.jumbo-text {
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	color: MediumVioletRed;
	text-transform: uppercase;
	font-size: 40px;
	text-shadow: 2px 2px 0px #cccccc;
}

.nav-link {
	font-family: 'DM Serif Text', serif;
	color: white;
	font-size: 25px;
}

a.nav-link:hover {
	color: Orange;
}

a:hover {
  text-decoration: none;
}

#donate-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	content: url("../img/donate-button--100h.png");
}

#contact-us * h1 {
	color: white;
}

#contact-us * label {
	font-family: 'Average Sans', sans-serif;
	color: white;
	font-size: 25px;
}