.head {
	width: 100%;
	background-image: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	background-position-x: 70%;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	height: auto;
	text-align: right;
	padding: 55px 78px;
}

.head h1 {
	font-size: 4em;
	margin-bottom: 40px;
}

.hd {
    font-size: 20px;
}
.head p {
	font-size: 3em;
}

nav {
	padding: 0 5%;
	background-color: #292929;
	-webkit-box-shadow: inset 0px -200px 27px -186px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px -200px 27px -186px rgba(0,0,0,1);
	box-shadow: inset 0px -200px 27px -186px rgba(0,0,0,1);
}

nav ul li {
	display: inline-block;
	padding:15px 0;
	margin:0 3%;
}

nav ul li a:hover {
	background-color: #2cadea;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#active {
	background-color: #2cadea;
}

nav ul li a {
	padding:15px 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	font-family: 'Times New Roman', sans-serif;
}

.content {
	padding: 10px 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
}

.content h1 {
	font-family: 'Lobster', cursive;
	margin: 20px 0;
	font-size: 2em;
}

.content h2 {
	margin: 20px 0;
}

.content img {
	margin: 40px auto;
    display: block;
    width: 80%;
}

.content ul {
	list-style-type: disc;
	padding-left: 2%;
}

.services p {
	font-family: 'Lobster', cursive;
	display: block;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    padding: 14px 0;
    border-radius: 3%;
	color: #fff;
	margin-bottom: 5px;
	background-image: url(../img/rightH.jpg);
}

.services .right_box {
	border: 1px solid #067dc2;
	border-radius: 2%;
}

.services .right_box_none {
	border: 1px solid #067dc2;
	border-radius: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.services .right_box li {
	padding: 12px 0;
	margin-left: 16px;
	list-style-image: url(../img/liststyle.png);
}

.services .right_box li a {
	padding-left: 2px;
	font-family: 'Times New Roman';
	font-weight: 400;
	color: #067dc2;
	font-size: 1.3em;
}

.video {
	margin: 40px 0;
}

.video iframe {
	margin: 10px 0;
}

.right_box_none li {
	padding: 12px 0;
	margin-left: 16px;

}

.services .right_box_none li {
	padding: 12px 0;
	margin-left: 16px;
	list-style-type: none;
}

.services .right_box_none li a {
	padding-left: 2px;
	font-family: 'Times New Roman';
	font-weight: 400;
	color: #067dc2;
	font-size: 1.3em;
}

footer {
	padding: 30px 50px;
	-webkit-box-shadow: inset 0px -96px 170px -93px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -96px 170px -93px rgba(0,0,0,0.75);
box-shadow: inset 0px -96px 170px -93px rgba(0,0,0,0.75);
}

footer .col-md-12 p {
	color: #0c00ff;
	margin-bottom: 20px;
	font-size: 1.6em;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif; ;
}

footer img {
	margin-top: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;

}

footer .left p:first-child {
	color: #0c00ff;
    font-size: 1.8em;
	font-family: 'Lobster', cursive;
}

footer p {
	color: #0c00ff;
	margin-top: 10px;
    font-size: 1.4em;
	font-family: 'Times New Roman';
}

footer p:last-child {
	color: #8baecd;
	margin-top: 10px;
    font-size: 1.4em;
}

footer .right {
	text-align: right;
}

footer .right p {
	color: #0c00ff;
    font-size: 1.8em;
	font-family: 'Lobster', cursive;
}
.dropdown {
	display: none;
}