@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
    color: #3D405B !important;
}
h1 {
	border: 0;
	font-size: 24px;
	font-weight: bold;	
	margin: 0;
	padding: 0;
	color: #3D405B !important;
	text-transform: capitalize;
}
hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #3D405B !important;
}
#devide {
  background: url('../img/logoBG.jpg');
  background-repeat: no-repeat;
  background-size: 10000px 256px;
  background-position: center;
  display: inline-block;
  line-height: 256px;
  width: 100%;
  height: 256px;
  text-align: center;
  vertical-align: middle;
}
#devide img {
  height: 256px;
  width: 256px;
}