* {
	margin: 0px;
	padding: 0px;
}


body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  position: relative;
  word-wrap: break-word;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
}


.navbar-inverse {
	background-color: #fff !important;
	border-color: #fff !important;
	box-shadow: 0 3px 4.7px .3px rgba(0,0,0,.5);
} 

.navbar-brand img {
	width: 100px;
}
.navbar-inverse .navbar-nav > .active > a {
	background: transparent !important;
	color: #000;
	font-family: "Raleway", sans-serif;
}

.navbar-inverse .navbar-nav > .active > a:hover {
	color: #000 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #000 !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: #000 !important;
}

.nav > li > a {
	font-size: 17px;
	letter-spacing: 1px;
}

.navbar-brand {
	height: auto !important;
	padding: 0px !important;
}

.topheading {
	margin-top: 8%;
}

.topheading h2 {
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.deimg {
	text-align: center;
	margin: 0 auto;
}

.deimg a  {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 30px;
	padding: 10px 25px;
	border-radius: 20px;
	color: #000;
	display: inline-block;
	position: relative;
	transition: all .5s cubic-bezier(.4,0,1,1) 0s;
	border: 1px solid #00267c;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 1px;
}

.deimg a:hover {
	background: #00267c none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}

.text p {
	color: #000;
	font-size: 17px;
	letter-spacing: 1px;
}

.text ul li {
	letter-spacing: 1px;
	color: #000;
}

.fa-sign-out::before {
	color: #00468c;
	margin-right: 5px;
}


.footer {
	
	width: 100%;
	background: #333;
	padding: 30px 0 0 0;
	margin-top: 88px;
	font-size: 14px;
	position: relative;
}

.footer-about ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-about h3.dottside {
	margin-top: 0;
	padding-top: 0;
}

.footer-about h3 {
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
	margin-top: 0;
}

.footer-about h3 a {
	color: #fff;
	width: 100%;
	padding-bottom: 8px;
	float: left;
	padding-top: 15px;
	font-weight: normal;
}

.footer-link {
	float: left;
	width: 100%;
	border-top: 1px solid #2f2f2f;
	padding: 11px 0 0 0;
	margin: 20px 0 0 0;
}

.copy {
	color: #fff;
}

.footer-social {
	float: right;
}

.footer-social a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	/*line-height: 40px;*/
	/*margin: 4px 0;*/
	padding: 0 5px;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 24px;
}

.fcopy {
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
}

.fcopy a {
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
}

/*responsive*/

@media (min-width: 320px) and (max-width: 992px) {
	.topheading {
		margin-top: 15%;
		margin-bottom: 5%;
	}
}

@media (min-width: 320px) and (max-width: 768px) {
	.navbar-inverse {
		padding: 0 15px;
	}
	
	.navbar-toggle {
		background: #333 !important;
	}
}
