.navbar-brand img {
	width: 30%;
}


a {
	color: #BF1E2E;
}

a:hover {
	color: #ad1421;
}


.navbar {
	background-color: #fff;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #0079AA !important;
	font-family: 'IBM Plex Serif', serif;


}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.show:hover, .navbar-light .navbar-nav .show>.nav-link:hover {

	color: #03678f !important
}
.home {

	background-image: url(/_img/family.PNG);
	background-size: cover; 
	background-repeat: no-repeat;
	min-height: 60vh;
	background-position: right;
}

.about {
	padding: 100px 0;
	background-image: url(/_img/school.jpg);
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: left;
	
}

.about h1, .issues h1, .donate h1 {
	font-family: 'IBM Plex Serif', serif;
	color:#03678f;

}

.contact h1 {
	font-family: 'IBM Plex Serif', serif;
	color:#fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 40px;
	display: inline-block;
	padding-bottom: 20px;

}

.contact {
	background-color: #004568;
	padding: 100px 0;
}

.issues h1 {
	border-bottom: 2px solid #03678f;
	margin-bottom: 40px;
	display: inline-block;
	padding-bottom: 40px;
}

.donate h1 {
	border-bottom: 2px solid #03678f;
	margin-bottom: 40px;
	display: inline-block;
	padding-bottom: 20px;
}

.issues {
	background-color: #C3DCE8;
	padding: 100px 0;
	
}

.singleissue {
	background-color: #0079AA;
	color: #C3DCE8;
	display: block;
	height: 95%;
	width: 100%; 
	padding: 30px;
	margin: 10px; 
	-webkit-box-shadow: 1px 0px 33px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 0px 33px -6px rgba(0,0,0,0.75);
box-shadow: 1px 0px 33px -6px rgba(0,0,0,0.75);
}

.issues h2 {
	color: #fff;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.about h2 {
	font-weight: 700;
	margin-top: 50px; 
	background-color: #BF1E2E;
	padding: 5px;
	display: inline-block;
}

.donate {
	padding: 100px 0;
	background-image: url(/_img/footerbg.jpg);
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: left;
}

.icons {
	margin: 10px 0;
}

.navbar-brand img {
	width: 80%;
}

body {
	background-color: #fff;
	padding-top: 0 !important;
	font-family: 'Roboto', sans-serif;
}

.home h1 {
	font-family: 'IBM Plex Serif', serif;
	color: #fff;
	margin-top: 15vh;
/*	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
*/
}

.home_mobile {
	background-color: #C3DCE8;
	padding: 20px 0;
}

.home_mobile h1 {
	font-family: 'IBM Plex Serif', serif;
	color: #fff;
}

.home h2, .home_mobile h2 {
	color: #004568;




}

.home_mobile h2 {
	font-size: 18px;
}

#img100 {
	width: 100%;
	border: 4px solid #fff;
	-webkit-box-shadow: 1px 0px 33px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 0px 33px -6px rgba(0,0,0,0.75);
box-shadow: 1px 0px 33px -6px rgba(0,0,0,0.75);
	float: right;
}

.btn {
		background-color: #BF1E2E;
		width: 200px;
		text-align: center;
		margin: 0 auto;

	}


.btn:hover {
		background-color: #ad1421;

	}


.btn a {
	display: block;
	width: 100%; 
	height: 100%;
	color: #fff;

}


.btn a:hover {
	text-decoration: none;
	
}

.home_mobile {
	display: none;
}

@media (max-width: 991px) { 
	.navbar-nav {
		text-align: right;}

	.home {
		min-height: 45vh;
	}

	.home h1 {
		margin-top: 5vh;
	}

}

@media (max-width: 768px) { 
	.home_mobile {
	display: inherit;
	}

	#desktophero {
		display: none;
	}
}



@media (max-width: 575px) {
	.home {
		min-height: 230px;
		background-image: url('/_img/family.jpg');
	}

	.navbar-brand img {
		width: 50%;
		margin: 0 auto;}
	.navbar-brand {
		text-align: center;
	}
	.navbar-light .navbar-toggler {
		margin: 0 auto;
	}

	.home h1 {
		margin-top: 35vh;
		font-size: 1.5rem;
	}

	

	.home_mobile h1 {
		font-size: 24px;
	}
}



