html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	color: #ffffff;
	background: #000000;
}

header {
	font-family: 'Economica', sans-serif;
	font-weight: 700;
	width: 100%;
	height: 5vh;
	background: #000000;
	color: #aeaeae;
	position: sticky;
}

.content {
	width: 90%;
	margin: 4em auto;
	font-size: 22px;
}

.logo {
	position: fixed;
	float: left;
	margin: 0;
}

.H1 {
	font-size: 38pt;
	text-shadow: 4px 4px 6px #000000;
}

.H2 {
	font-size: 26pt;
	text-shadow: 4px 4px 6px #000000;
	margin-top: 150px;
}

.collage {
	object-position: 50% 50%;
	object-fit: fill;
	width: 100%;
	text-align: center;
}

.activeli {
	background: url(waveform_bg.png) 0px 0px repeat;
}

.activea {
	color: #ffffff;
	text-shadow: 2px 2px 2px #aeaeae;
}

.services {
	margin-top: 150px;
	margin-left: 4em;
	margin-right: 4em;
	margin-bottom: 20px;
}

.style6 {
	font-size: 22px;
	color: #ffffff;
}
.style9 {
	color: #ffffff;
	font-size: 24px;
	text-decoration: underline;
	font-weight: 500;
	text-shadow: 1px 1px 2px #6c6c6c;
	text-transform: capitalize;
}

.style14 {
	font-size: 16px;
}

.style21 {
	color: #FFFFFF; 
	font-size: 20pt;
	font-weight: 500;
	text-shadow: 1px 1px 2px #6c6c6c;
	text-transform: capitalize;
}

.floating-box1 {
    float: left;
    width: 695px;
    height: 600px;
    margin: 10px;
    border: none;
    font-size: 16pt;
    font-style: italic;
    text-align: justify;
    color: #6b6b6b;
}

.table {
	margin: auto;
	padding-top: 150px;
}

.form {
	font-size: 16pt;
}

.fb-like {
	width: 100px;
	height: 50px;
	margin: 0;
	border: none;
}


nav {
	position: fixed;
	width: 100%;
}

nav ul {
	font-family: 'Economica', sans-serif;
	font-weight: 700;
	list-style: none;
	background: #000000;
	overflow: hidden;
	color: #aeaeae;
	padding: 0;
	margin: 0;
	text-align: center;
	transition: 1s;
}


nav.black ul {
	background: #000000;
}

nav ul li {
	display: inline-block;
	padding: 20px;
	text-size: 48px;
}

nav ul li:hover {
	background: url(waveform_bg.png) repeat;
}

nav ul li a {
	text-decoration: none;
	color: #aeaeae;
	font-size: 30px;
}

nav ul li a:visited {
	
}

nav ul li a:hover {
	color: #ffffff;
	text-shadow: 2px 2px 2px #aeaeae;
}

nav2 {
	position: relative;
	width: 33%;
}

nav2 ul {
	font-family: 'Economica', sans-serif;
	font-weight: 600;
	list-style: none;
	overflow: hidden;
	color: #aeaeae;
	padding: 0;
	margin: 0;
	text-align: center;
	transition: 1s;
}


nav2.black ul {

}

nav2 ul li {
	display: inline-block;
	padding: 20px;
}

nav2 ul li:hover {
	background: url(waveform_bg.png) repeat;
}

nav2 ul li a {
	text-decoration: none;
	color: #aeaeae;
	font-size: 26px;
}

nav2 ul li a:visited {
	
}

nav2 ul li a:hover {
	color: #ffffff;
	text-shadow: 2px 2px 2px #aeaeae;
}


.menu-icon {
	width: 100%;
	background: #000000;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 24px;
	cursor: pointer;
	color: #0c00ec;
	display: none;
	font-size: 60px;
}



#bottomFrame {
	height: 50px;
	width: 100%;
	border: 0;
	scroll: no;
	position: relative;
	bottom: -960px;
}

#mainFrame {
	height: 95%;
	width: 100%;
	border: 0;
	scroll: yes;
	top: 0;
	left: 0;
	align: top;
	position: absolute;
}


@media(max-width: 1500px) {
	.logo {
		position: fixed;
		top: 0;
		margin-top: 16px;
	}
	
	nav ul {
		max-height: 0px;
		background: #000000;
	}
	
	nav.black ul {
		background: #000000;
	}
	
	.showing {
		max-height: 150em;
	}
	
	nav ul li {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		font-size: 38px;
	}
	
	nav ul li:hover {
	background: url(waveform_bg.png) repeat;
	}
	
	.menu-icon {
		display: block;
	}
	

	nav ul li a {
	text-decoration: none;
	color: #aeaeae;
	font-size: 38px;
	vertical-align: middle;
	}
	

}
	
	
	
	


	








