#mf-photo{
	min-height: 500px;
	background-color: #cdcdcd;
	background-image: url("http://mf.af3.tech/wp-content/uploads/2023/08/cropped.png");
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	margin-top: 12%;
}

@media (min-width: 576px) {
	#mf-photo{
		margin-top: 0%;
		height: 170vh;
	}
}

.mf-photo-description{
	/*height: auto;*/
	background: rgba(0,0,0,0.1);
}

.navbar{
	background: rgb(3, 102, 231);
}

#family-photo{
	height: auto;
	min-height: 80vh;
	background-image: url("http://mf.af3.tech/wp-content/uploads/2021/07/DSC_0188M-1800.jpg");
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#lawn{
	background: #fff;
}

#lawn img{
	width: 50%;
	margin-left: 25%;
}

#about, #contact{
	padding: 5%;
}

#re-election, #news{
	padding: 5%;
	background: rgba(3, 102, 231,0.4);
}

#endorsements{
	padding: 5%;
	background: rgba(3, 102, 231,0.4);
}


.offset-12-5{
	margin-left: 12.5%;
}


#news p{
	text-align: center !important;
}

#news a{
	text-decoration: none;
}

#main{
	padding-top: 5%;
}

*{
	scroll-padding-top: 25%;
}

#donate{
	margin-top: 10px;
}

#footer{
	padding: 5px;
	background: rgba(0,0,0,0.1);
}

.single{
	padding: 10%;
}

.single p img {
	max-width: 100%;
}

.logo{
	display: flex;
	justify-content: center;
}

.logo img{
	width: 40%;
}

.margin-top{
	margin-top: 5%;
}

.margin-top-3{
	margin-top: 3%;
}

.margin-bottom{
	margin-bottom: 5%;
}