@import url("base.css");
@import url("base_media.css");

body {
}

.page-body {
}

.Background {
	background-color: rgba(230, 234, 242, 10);
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url('https://www.liferock316.org/media/em3fv12q/background.jpg');
	/*height:100%;*/
}

h1 {
	/* 52 / 62 / 74 */
	font-size: 4em;
	margin-bottom: 1.5em;
	line-height: 1;
	/*color: rgba(255, 255, 255, 99);*/
	color: #4b629c;
	/*background:rgba(75, 96, 156, 99);*/
	background: rgba(230, 234, 242, 10);
	line-height: 1;
	padding: 1.25em;
	border-top-left-radius: 2.8125em;
	border-top-right-radius: 1.5625em;
	border-bottom-left-radius: 1.5625em;
	border-bottom-right-radius: 2.8125em;
}
