nav {
  padding: 0.825rem 0;
}
#first-block, #second-block, #third-block, #fourth-block {
  padding:0.5rem 0;
}
#carousel {
  background:#000000;
}
#first-block {
  background:#000;
}
#second-block {
  background:#000;
}
#third-block {
  background:#000;
}
#fourth-block {
  background:#000;
}
footer {
  background:#000;
  padding:3.5rem 0;
}


hr.style1{
	border-top: 1px solid #367588;
  size="30";
}


hr.style2 {
	border-top: 0px double #367588;
  width: 50%;
}

hr.style3 {
	border-top: 1px dashed #367588;
  width: 50%;
}

hr.style4 {
	border-top: 1px dotted #367588;
  width: 50%;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #367588;
  width: 50%;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #367588;
  width: 50%;
}

hr.style7 {
	border-top: 1px solid #367588;
	border-bottom: 1px solid #fff;
  width: 50%;
}


hr.style8 {
	border-top: 1px solid #008989;
	border-bottom: 1px solid #fff;
  width: 50%;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #008989;
	border-bottom: 1px solid #fff;
  width: 50%;
}




@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
  nav {
    padding: 0;
  }
}
