a {
	text-decoration: none;
	color: black;
}

p, li {
	font-family: "Quicksand", sans-serif;
	font-size: 1.5vw;
}

ol li {
	margin-top: 2vw;
	margin-bottom: 2vw;
}

li::marker {
	font-weight: bold;
}

h2 {
	font-family: "Shadows Into Light", cursive;
}

h4 {
	text-align: center;
	font-size: 2.5vw;
	font-family: "Shadows Into Light", cursive;
}

body {
	margin: 0;
}

.italics {
	font-style: italic;
}

.header {
	display: flex;
	justify-content: space-evenly;
	height: 10vw;
	width: 100%;
	background: lightblue;
	align-items: center;
	border-bottom: 4px solid darkgray;
	font-size: 2vw;
	font-family: "Quicksand", sans-serif;
}

.siteName {
	font-family: "Shadows Into Light", cursive;
	font-weight: bold;
	font-size: 3vw;
	transition: all 0.5s;
}

.siteName:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

.footer {
	display: flex;
	justify-content: space-evenly;
	height: 6vw;
	width: 100%;
	background: lightblue;
	align-items: center;
	border-top: 4px solid darkgray;
	font-size: 1.5vw;
	font-family: "Quicksand", sans-serif;
	
}

.homeTop, .homeMiddle, .infoMain, .declaracionDeFe {
	width: 80vw;
	margin: auto;
	
	h2 {
		text-align: center;
		font-size: 3vw;
	}
}

.views-label {
	font-weight: bold;
	margin-right: 1vw;
}

.views-field-field-evento, .views-field-field-fecha-ano, .views-field-field-lugar, .views-field-field-pais, .views-field-field-tema, .views-field-field-es-parte-de-una-serie, .views-field-field-predicador, .views-field-field-numero-en-la-serie {
	display: flex;
	align-items: center;
}

#block-cirrocumulus-views-block-sermon-search-and-play-sermons {
	
	
	header {
		width: 80vw;
		margin: auto;
		text-align: center;
	}
	
	h1 {
		font-family: "Quicksand", sans-serif;
	}
	
	h2 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.5vw;
	}
	.views-row {
		width: 60vw;
		margin: auto;
		border-top: 2px solid gray;
		padding-top: 4vw;
		padding-bottom: 2vw;
	}
	
	.field-content {
		font-family: "Shadows Into Light", cursive;
		font-size: 1.5vw;
		
	}
	
	.views-field-title .field-content {
		font-size: 2.5vw;
		font-family: "Shadows Into Light", cursive;

	}
	
	.views-field-field-test {
		.field-content {
			display: flex;
			gap: 1vw;
		}
	}
	
	.summary {
		padding: 2vw;
		border: 2px solid black;
		border-radius: 12px;
		margin-bottom: 4vw;
		
		h6 {
			font-family: "Quicksand", sans-serif;
			margin: 0vw;
		}
		
		p {
			margin-top: 0;
		}
	}
	
	.normal {
		font-weight: normal;
		font-family: "Shadows Into Light", cursive;
	}
	
	#views-exposed-form-sermon-search-and-play-sermons {
		display: flex;
		gap: 2vw;
		flex-wrap: wrap;
		width: 80vw;
		margin: auto;
		padding: 2vw 0;
		
		.description, label {
			font-family: "Quicksand", sans-serif;
		}
		
		label {
			font-weight: bold;
		}
		
		
	}
}