/* CSS Document */



body {

	background-image: url("images/background.webp");
	
	background-color: #4287FF;

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-position: center;

	background-size: cover;

}

#content {

	background-color: white;

	width: 75%;

	height: auto;

	margin-left: auto;

	margin-right: auto;

	text-align: center;

	border-radius: 7px;

	font-family: Arial, Helvetica, sans-serif;

	padding-top: 1em;

	padding-bottom: 1em;

}

.nav-bar {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	heigh: auto;
	border-radius: 7px;
	color: white;
	background-color: #4287FF;
}

.nav-bar button {
	display: inline;
	color: white;
	background-color: inherit;
	border: none;
  	outline: none;
  	cursor: pointer;
	padding: 1em;
}

.nav-bar button:hover {
	background-color: #81AFFF;
}

.nav-bar button.active {
  background-color: #2D5BAA;
}

.nav-bar a {
	text-decoration: none;
}

.tab_content {
	display: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90%;
	height: auto;
}

.tab_content2 {
	display: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90%;
	height: auto;
}

.programs_titlebar {
	border-radius: 7px 7px 0px 0px;
	color: white;
	background-color: #4287FF;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.programs_item_content {
	background-color: #B9C8E2;
	display: block;
	width: 100%;
	height: auto;
	overflow: auto;
	border-radius: 0px 0px 7px 7px;
	margin-bottom: 1em;
}

.programs_item_content iframe {
	width: 100%;
	height: 315px;
}

.programs_item {
	margin-top: 1em;
}

.programs_item_image img{
	width: 30%;
	height: auto;
	float: left;
	display: block;
	margin-right: 1em;
	margin-top: auto;
	margin-bottom: auto;
}

.affiliates_item_image img{
	width: 10%;
	height: auto;
	float: left;
	display: block;
	margin-right: 1em;
	margin-top: auto;
	margin-bottom: auto;
}

.programs_item_description {
	display: grid;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.mods_item_image img{
	width: 100%;
	height: auto;
	display: block;
	margin-right: 1em;
	margin-top: auto;
	margin-bottom: auto;
}

.mods_item_description {
	text-align: left;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}