@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
html {
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: 1.5;
	outline: none;
}

strong {
	font-weight: 700;
}

a {
	color: #000080;
	text-decoration: none;
	font-weight: 700;
	/* border-bottom: 1px solid #000; */
}

body {
	padding: 0;
	margin: 0;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}

p {
	margin: 0;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 16px;
	padding-top: 0;
}

section {
	padding: 24px;

}

.highlight {
	margin: 0 -24px;
	padding: 24px;
	background: rgba(255, 255, 255, .6);
	border: 1px solid #efefef;
	border-radius: 24px;
}

.first {
	margin-top: 16px;
}

.top-rounded {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom: none;
}

.bottom-rounded {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.break {
	font-size: 21px;
	font-weight: 800;
	text-align: center;
	margin: 0;
	padding: 0;
}

.temp {
	background: #CCC;
}

[class*="grid"] {
	column-count: 1;
	width: 100%;
	column-fill: balance;

}

[class*="grid"] div,
[class*="grid"] img,
[class*="grid"] video {
	width: 100%;
	height: 100%;
	page-break-inside: avoid;
}

[class*="grid"] img,
[class*="grid"] video {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .24);
	border-radius: 4px;
}

.grid2x2 {
	column-count: 2;
}

.grid2x2 div {
	height: calc(50% - 16px);
	margin-bottom: 16px;
}

.grid3x1img {
	column-count: 3;
}

ul {
	padding: 0;
	margin: 0 0 24px 0;
}

li {
	margin-bottom: 6px;
}

li.nodot {
	list-style: none;
}

ul ul {
	margin-top: 6px;
	/*	padding-left: 24px;*/
	list-style: none;
}


.title {
	font-family: "Kaushan Script", cursive;
	padding: 0;
	margin: 0 0 8px 0;
	font-weight: 700;
	letter-spacing: -.25px;
	font-size: 48px;
	line-height: 1;
	color: #212121;
	text-indent: -.1em;
	/*	color: rgb(11, 83, 148);*/
	list-style: none;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .24);
}

.subtitle {
	font-family: "Roboto Condensed", sans-serif;
	padding: 0;
	margin: 0 0 24px 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.15;
	color: #313131;
	list-style: none;
}

.sectiontitle {
	font-family: "Roboto Condensed", sans-serif;
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.15;
	list-style: none;
	letter-spacing: -.25px;
}

.sectionsubtitle {
	font-family: "Roboto Condensed", sans-serif;
	color: #636363;
	padding: 0;
	margin: 36px 0 16px 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.25px;
	line-height: 1.15;
	list-style: none;
}


.caption {
	font-family: "Roboto Mono", monospace;
	font-weight: "200";
	font-size: 13px;
	margin: 0;
	padding: 0 0 13px 0;

}

#logo {
	width: 30%;
}

#logo #sh1,
#sh2 {
	fill: #212121;
}

#logo #ra {
	fill: #212121;
}

#logo #ee {
	fill: #212121;
}

#logo #o {
	fill: #212121;
}

.footer {
	display: flex;
	justify-content: space-between;
	column-gap: 12px;
	padding: 64px;
	width: 100%;
	background: none;
	border: none;
}

.footer li {
	float: left;
	padding: 12px;
}

.footer .social {
	display: flex;
	flex-direction: row;
}

.footer a {
	text-decoration: none;
	border-bottom: none;
}

.footer .social img {
	display: flex;
	width: 24px;
	height: 24px;
	box-shadow: none;
	padding: 0 2px;
}

@media only screen and (min-width: 768px) {
	#logo {
		width: 30%;
	}


	section {
		min-width: 768px;
		padding: 64px;
		background: rgba(255, 255, 255, .4);
		max-width: 1280px;
		border: 1px solid #efefef;
	}

	.first {
		background: rgba(255, 255, 255, .5);
		margin-top: 32px;
	}

	.top-rounded {
		border-top-left-radius: 32px;
		border-top-right-radius: 32px;
		border-bottom: none;
	}

	.bottom-rounded {
		border-bottom-left-radius: 32px;
		border-bottom-right-radius: 32px;
	}



	.breakcol {
		break-after: column;
	}

	[class*="grid"] {
		column-gap: 64px;
		width: 100%;

	}

	.grid1x1 {
		column-count: 1;
	}

	.grid2x1 {
		column-count: 2;
	}

	.grid3x1 {
		column-count: 3;
	}

	.grid3x1img {
		column-count: 3;
	}

	.grid2x2 {
		column-count: 2;
	}
}