@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: 18px;
	font-weight: 400;
	color: #212121;
	line-height: 1.4;
	outline: none;
}


.limeade {
	background-color: #a9d26a;
}

.blueParadise {
	background-color: #83d2f4;
}

.sunnySide {
	background-color: #f8d156;
}

.postivelyPink {
	background-color: #f5bed3;
}

.guava {
	background-color: #f0919a;
}

.vitalOrange {
	background-color: #f4b36d;
}

.irisInfusion {
	background-color: #bc9dd5;
}

.luckyGreen {
	background-color: #7ec58f;
}

.seaGlass {
	background-color: #5fa8bc;
}

.acidLime {
	background-color: #e6ee72;
}

.powerPink {
	background-color: #e475a6;
}


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;
	background: rgba(255, 255, 255, .4);
	max-width: 1280px;
	border: 1px solid #efefef;

}

.highlight {
	margin: 0 -24px;
	padding: 24px 24px 12px 24px;
	
	/* background: none; */
	border: 0px;
	border-radius: 16px 16px 0 0;
}

.first {
	margin-top: 16px;
	padding-bottom: 0;
}

.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;
	overflow: hidden;
}

.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: 12px;
}

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;
	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: #939393;
	padding: 0;
	margin: 36px 0 16px 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.25px;
	line-height: 1;
	list-style: none;
}


.caption {
	font-family: "Roboto Mono", monospace;
	font-weight: 400;
	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;
	}


	.breakcol {
		break-after: column;
	}

	.one-p {
		transform: rotate(-1deg);
	}

.one-n {
		transform: rotate(1deg);
	}
	

	.highlight {
		margin: 0 -24px;
		padding: 24px 24px 12px 24px;
		/* background: rgba(255, 255, 255, .6); */
		/* border: 1px solid #efefef; */
		border-radius: 16px;
		/* box-shadow: 0 8px 48px rgba(0, 0, 0, .12); */
	}

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

	}

	.first {
		background: rgba(255, 255, 255, .5);
		margin-top: 32px;
		padding-bottom: 64px;
	}
	
	.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;
	}

	.grid1x1 {
		column-count: 1;
	}

	.grid2x1 {
		column-count: 2;
	}

	.grid3x1 {
		column-count: 3;
	}

	.grid3x1img {
		column-count: 3;
	}

	.grid2x2 {
		column-count: 2;
	}
}