/*
//////////////////////////////////////////////////////////////////////////////
///// events.css   ///////////////////////////////////////////////////////////
///// Version 5.0  ///////////////////////////////////////////////////////////
///// Ver Date 6/12/2025 /////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
*/
body {
	background: linear-gradient(90deg, rgba(26, 121, 197, 1) 0%, rgba(0, 188, 212, 1) 50%, rgba(26, 121, 197, 1) 100%);
	background-size: 100% 100%;
	margin-top: 5em;
}

p {
	font-family: "Montserrat Alternates";
	text-align: center;
	font-size: 1.25em;
}

span {
	font-family: "Montserrat Alternates";
}

.events_cal {
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
}

.data {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.data {
		width: 95%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.data {
		width: 95%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.data {
		width: 95%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.data {
		width: 100%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.data {
		width: 100%;
	}
}