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;
}

.H3 {
	font-size: 32pt;
	text-shadow: 5px 5px 7px #000000;
	margin-top: 10px;
}

.disclaim {
	font-size: 13pt;
	font-style: italic;
	font-style: bold;
	
}

.label {
	padding-bottom: 0px;
	font-style: bold;
}

.field {
	padding-bottom: 15px;
}

.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: 18px;
}

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

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

.table1 {
	margin: auto;
	padding-top: 150px;
	float: center;
}

.table2 {
	margin: auto;
	padding-top: 25px;
	float: center;
}

.form {
	margin: auto;
	font-size: 16pt;
	font-style: Bold;
	border-style: inset;
	border-width: thick;
	border-color: #999999;
	width: 48%; 
	padding: 10px; 
	background-color: hsla(0, 0%, 0%, 0.85);
	
}

.button {
	border: outset;
	background-color: #A6A6A6;
	border-color: #8D8D8D;
	border-width: 3px;
	color: Black;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: 'Economica', sans-serif;
	font-size: 18px;
}

.g-recaptcha {
	padding-bottom: 8px;
	transform: scale(.75);

}

.fb - like span, .fb - like iframe {
    height: 25px!important;
    width: 150px!important
}


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: 0s;
	opacity: 1;
}


nav.black ul {
	background: #000000;
}

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

}

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

nav ul li a:visited {
	
}

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

nav2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 68px;
	
}

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: 0s;
	font-size: 68px;

}


nav2.black ul {

}

nav2 ul li {
	display: inline-block;
	padding: 80px;
	font-size: 68px;

}

nav2 ul li:hover {
	
}

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

nav2 ul li a:visited {
	font-size: 68px;
	
}

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


.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: 600px) {
	.logo {
		position: fixed;
		float: left;
		top: 0;
		transform: scale(.85);
	}
	
	.drlogo {
		transform: scale(.5);
		top: 0; 
	}
	
	nav ul {
		max-height: 0px;
		background: #000000;
		opacity: 1;
	}
	
	nav.black ul {
		background: #000000;
		opacity: 1;
	}
	
	.showing {
		max-height: 150em;
		opacity: 1;
	}
	
	nav ul li {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		font-size: 38px;
		opacity: 1;
	}
	
	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;
	opacity: 1;
	}
	

}
	
	
	
	


	








