.h-header{
  display: none;
}

.nav-menu>li>a:after {
color: rgba(0,0,0,.3);
}

.textwidget a {
color: #63aeb2;
font-weight: bold;
}

h1.site-title img {
width: 500px;
}

div.site-branding {
  padding-bottom: 0;
  padding-top: 0;}

.front-page-content-area .with-featured-image {
display: none;
}

/* to center the gallerys on page*/
.site-content {
  text-align: center;
}

div.content-wrapper {
	display: inline-block;
  	padding: 0;
}

.entry-content .gallery-item {
  max-width: none;
}

.page-id-12 .site-content {
	text-align: left;
}

h1.site-title img {
    width: 500px;
}

.main-navigation {
    background-color: #74ccd1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    color: #fff;
    display: block;
    padding: 0 1em;
}

.main-navigation .nav-menu > li > a:after, .main-navigation .menu > li > a:after {
    color: grey;
}

.menu-toggle {
	background-color: #74ccd1;
}