.header-inner {
	display: none;
}

.header {
  height: 500px;
}

@media (max-width: 1000px){
  .header {
      height: 300px;
  }
}

@media (max-width: 700px){
  .header {
      height: 120px;
  }
}

@media (max-width: 500px){
  .header {
      height: 100px;
  }
}

.big-wrapper .section.bg-dark, .big-wrapper .toggle-container {
    background: #92be4b;
}

.nav-toggle.toggle .bar {
	background: #ffffff;
}

.search-toggle.toggle {
	display: none;
}

.navigation .blog-menu > li:before {
	content: "|";
}

.navigation .blog-menu > li a {
	color: #ffffff;
}

.navigation .blog-menu > li:hover a {
	background: transparent;
}

.navigation-inner.section-inner {
	max-width: 100%;
}

.footer .menu a {
	color: #ffffff;
}

.section.footer.large-padding {
	padding: 2.5% 0;
}

img {
	border: 0 !important;
}