.font-roboto {
	font-family: "Roboto", sans-serif;
}

.font-crimson {
	font-family: "Crimson Text", serif;
}

.cursor-pointer {
	cursor: pointer;
}

.web-section {
	margin-top: 50px;
	padding: 40px;
	font-family: "Roboto", sans-serif;
	text-align: justify;
}
.web-section h2 {
	text-align: center;
}

.sbg-cyan {
	background-color: #17a2b8;
	color: white;
}

.sbg-green {
	background-color: #5b4f4c;
	color: white;
}

.flex-centered {
	display: flex;
	align-items: center;
	justify-content: center;
}

.font-blue {
	color: #19397d;
}

.capellan-info {
	font-family: "Roboto", sans-serif;
	font-size: x-large;
}

.capellan-status {
	font-size: xx-large;
	border: solid 3px #19397d;
	color: #19397d;
	font-weight: 700;
	margin: 20px auto;
}

.capellan-info #portrait {
	border: solid 5px #cbaa5b;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px;
	margin: 15px;
}

.info-row-name {
	font-weight: 700;
	border-right: solid 3px black;
	margin-right: 10px;
	padding-right: 5px;
}

.info-row-value {
	font-weight: 700;
	color: #19397d;
	align-self: center;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.capellan-info #portrait {
		max-width: 160px;
	}
	.info-row-name,
	.info-row-value {
		font-size: large;
	}
}
/* Desktop */
@media only screen and (min-width: 768px) {
	.capellan-info #portrait {
		max-width: 120px;
	}
	.info-row-name,
	.info-row-value {
		font-size: x-large;
	}
}
