.header-nav{
    background-image: url(../../images/header-bg.jpg);
}
.repeat-x{
    background-repeat: repeat-x;
}
.bg-top-pos{
    background-position: top;
}
.text-xl-3{
    font-size: 1.3rem!important;
}
.header-slider .front{
    padding: 15px 15px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,88,113,0.7);
}
.header-slider .slide-logo{
	margin-top: 5px;
}
.side-menu .main-menu>ul#primary-menu-list>li{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.wpcf7-form input[type=submit]{
    padding: 5px 15px;
    background-color: black;
    cursor: pointer;
}
footer .footer-info-top{
    background-color: rgb(0,79,101);
}
footer p.follow-us{
    margin-bottom: 3px;
}
footer .footer-info-bottom{
    background-image: url(../../images/header-bg.jpg);
}
footer .footer-info-bottom .copyright p{
	margin: 0;
	line-height: 1rem !important;
}
@media (min-width: 768px){
	.main-container {
		margin-left: 140px;
		width: calc(100% - 280px);
	}
	.page-header .page-title {
	  font-size: 5vw !important;
	}
}
@media (max-width: 767px){
  .xs{
      flex-direction: column;
  }
  .header-slider .front {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .page-header .page-title {
    display: none!important;
  }
  .hdr-img{
      min-height: 150px;
  }
  #content,
  footer .footer-info-top,
  footer .footer-info-bottom{
      padding-left: 1rem;
      padding-right: 1rem;
  }
  footer .footer-info-bottom{
      padding-top: 1rem!important;
      padding-bottom: 1rem!important;
      line-height: 3rem;
  }
  footer .footer-info-bottom .copyright p {
    font-size: 0.7rem !important;
    line-height: 1rem !important;
  }
}
