/*RESET*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}*/

/*MAIN*/
/*body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
}*/

ah {

	color: #f3f4f5;
	text-decoration: none;
	font-weight: bold;

}

ah:hover {

	color: #ed511e;

}

imgh {

	width: 100%;

}

headerh {
	opacity: 0.8;
	background: transparent;
	background-color: #191a1f;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	/*border-bottom: 4px solid #4C9CF1;*/
	z-index: 100;

}

#logoh {

	margin: -5px;
	float: left;
	width: 36%;
	height: 90px;
	background: url(../images/logo.png) no-repeat center;
	display: block;

}

#logocaptownenver {

	margin: -5px;
	float: left;
	width: 36%;
	height: 90px;
	background: url(../images/Captown-Enver-Final-Logo.webp) no-repeat center;
	display: block;

}

@media only screen and (max-width : 640px) {

	#logoh {

		margin: -5px;
		float: left;
		width: 76%;
		height: 90px;
		background: url(../images/logo.png) no-repeat center;
		display: block;

	}
}

#logoh1 {

	margin: -5px;
	float: left;
	width: 200px;
	height: 90px;
	background: url(../images/logo1.png) no-repeat center;
	display: block;

}

#logocaptownenver {

	margin: -5px;
	float: left;
	width: 200px;
	height: 90px;
	background: url(../images/Captown-Enver-Final-Logo.webp) no-repeat center;
	display: block;

}

navh {

	float: right;
	padding: 25px;

}

#menu-iconh {

	display: hidden;
	width: 40px;
	height: 40px;
	background: url(../images/menu-icon.png) center;

}

ah:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ulh {

	list-style: none;

}

lih {

	display: inline-block;
	float: left;
	padding: 10px
}

.currenth {

	color: #2262AD;

}

sectionh {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px
}

h1h {

	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0;

}

ph {

	line-height: 1.45em;
	margin-bottom: 20px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	headerh {

		position: absolute;

	}

	#menu-iconh {

		display: inline-block;

	}

	navh ulh,
	navh:active ulh {

		display: none;
		position: absolute;
		padding: 20px;
		background: #4b4a4c;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	navh lih {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	navh:hover ulh {

		display: block;

	}
}



/* Mobile-first approach: Default is mobile layout visible */
.desktop-layout {
	display: none;
	/* Hide the desktop layout on mobile */
}

/* Media query for desktop and larger devices (min-width: 768px) */
@media (min-width: 768px) {
	.mobile-layout {
		display: none;
		/* Hide the mobile layout on larger screens */
	}

	.desktop-layout {
		display: block;
		/* Show the desktop layout */
	}
}