body, html {
	width: 100%;
	overflow-x: hidden;
	padding: 20px;
	background-color: #000;
}

.missionary {
	background: #f7f7f7;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #d3d3d3;
}

.rounded-corners {
	/* top-left top-right bottom-right bottom-left */
	border-radius: 20px 3px 20px 3px;
}
h2 {
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #01577d;
}
.kids {
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	padding-bottom: 20px;
}
h3 {
	font-family: "Cardo", serif;
	line-height: 1;
}

.blue {
	color:  #01577d;
}

.light-blue {
	color: #017baf;
}

.missionary-image {
	border:  solid 5px #017baf;
	margin-bottom: 15px;
}

.logout {
	position: absolute;
	top:  30px;
	right:  30px;
}

.login h1 {
	color: white;
	text-align: center;
}

.login-logo-wrapper {
	width: 100%;
}

.login-logo {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.white-text {
	color: #fff;
	padding-bottom: 20px;
}

.text-center {
	margin: 0 auto;
	text-align: center;
}

.prayer-requests li {
	font-size: 1.125rem
}