@media screen and (min-width:601px) {
	h1 {
		font-family: Montserrat, Arial, sans-serif;
		color: #FFA07A;
		font-size: 50px;
		text-align: center;
	}
}

@media screen and (max-width:600px) {
	h1 {
		font-family: Montserrat, Arial, sans-serif;
		color: #FFA07A;
		font-size: 30px;
		text-align: center;
	}
}

h2 {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 17px;
	text-align: center;
}

h4 {
	font-family: Montserrat, Arial, sans-serif;
	color: #170303;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

@media screen and (min-width:601px) {
	
	.welcomeText {
		background-color: none;
		width: auto;
		border: none;
		padding: none;
		margin: 20px 190px 20px 190px;
		font-family: Montserrat, Arial, sans-serif;
		text-align: center;
		font-size: 16px;
	}
}

@media screen and (max-width:600px) {
	
	.welcomeText {
		background-color: none;
		width: auto;
		border: none;
		padding: none;
		margin: 20px 20px 20px 20px;
		font-family: Montserrat, Arial, sans-serif;
		text-align: justify;
		font-size: 12px;
	}
}

.scheduleText {
	background-color: none;
	width: auto;
	border: none;
	padding: none;
	margin: 20px 190px 20px 190px;
	font-family: Montserrat, Arial, sans-serif;
	text-align: center;
	font-size: 16px;
}

.programArticleImage {
	width: 300px;
	border-radius: 10px;
}

.programArticleImage1 {
	position: relative;
	display: inline-block;
	width: 100%;
}

.programArticleImage1 img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.programArticleImage2 {
	width: 600px;
	border-radius: 10px;
}

.programArticleImage3 {
	width: 300px;
	border-radius: 10px;
}

.supportArticleImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border-radius: 10px;
}

@media screen and (min-width:601px) {
	.programLayout {
		display: flex;
		flex-direction: row;
		column-gap: 20px;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media screen and (max-width:600px) {
	.programLayout {
		display: flex;
		flex-direction: column;
		column-gap: 20px;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.text1 {
		order:2;
	}
	.image1{
		order:1;
	}
}

.programLayoutSchedule {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.programWelcome {
	align-items: center;
}

section.programLayout {
	justify-content: center;
}

@media screen and (min-width:601px) {
	.programBox {
		background-color: none;
		width: auto;
		border: none;
		padding: none;
		margin: 20px 90px 20px 90px;
	}
}

@media screen and (max-width:600px) {
	.programBox {
		background-color: none;
		width: auto;
		border: none;
		padding: none;
		margin: 20px 20px 20px 20px;
	}
}

.eventbox {
	font-family: Montserrat, Arial, sans-serif;
}

.calendarBox {
	background-color: #FFF8FF;
	padding: 5px;
}

.background {
	background-color: #FFA07A;
	border-radius: 10px;
}

/* The navigation menu */
.navbar {
	overflow: hidden;
	background-color: #DEB887;
	border-radius: 10px;
}

/* Navigation links */
.navbar a {
	float: left;
	font-size: 12px;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: Montserrat, Arial, sans-serif;
}

/* Notification */
.notification {
	overflow: hidden;
	background-color: #DEB887;
	border-radius: 10px;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover {
	background-color: #FFF8DC;
}

.image-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.image-container img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.content {
	position: absolute;
    top: 0;
    left: 0;
}

.bold {
	font-weight: bold;
}

.lineheight {
	line-height: 1.6;
}

.footer-content {
	font-family: Oswald, Arial, sans-serif;
	background-color: #FFF8DC;
	padding: 5px;
}

@media screen and (min-width:601px) {
	.footer-text-marge {
		margin: 10px 200px;
	}
}
	
@media screen and (max-width:600px) {
	.footer-text-marge {
		margin: 10px 20px;
	}
}

.mainpage-container-marge {
	padding: 5px;
	margin: 10px 20px;	
}

@media screen and (max-width:600px) {
	.dcFlyer {
		max-width: 100vw;
		max-height: 100%;
		width: auto;
		margin: auto;
	}
}

.subscriptionBox {
	height: 400px;
	width: 300px;
	background-color: darkorange;
}

.centerImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.centerImage1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.centerImage2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.centerImage3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
}

.subscriptionBoxHeading {
	font-family: Montserrat, Arial, sans-serif;
	color: black;
	padding-top: 40px;
	top: 4000px;
	left: 100px;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

.subscriptionBoxText {
	font-family: Montserrat, Arial, sans-serif;
	color: black;
	padding-left: 30px;
	padding-right: 30px;
	top: 400px;
	left: 100px;
	font-size: 20px;
	text-align: center;
}

.noUnderline {
	text-decoration: none;
}