h1 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #ffffff;
}

h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: lighter;
  letter-spacing: -0.5px;
  color: #ffffff;
}

h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #4c4c4c;
}

h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #4c4c4c;
}

h5 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #ffffff;
}

h6 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #4c4c4c;
}

menu {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #4c4c4c;
  text-align: right;
}

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #4c4c4c;
  letter-spacing: 0px;
}

adres {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0px;
}


hr {
  border-top: 1px dashed gray;
  background: none;
}

li {
  font-size: 14px;
  line-height: 20px;
}

#masthead.site-header {
  display: inline;
  visibility: hidden;
}

#page.site {
  margin-top: -50px;
  padding: 0px;
}

a:active {
  color: #4c4c4c;
}

a:hover {
  color: #000000;
}

a {
  color: #4c4c4c;
}

h7 {
  color: #ffffff;
}


body:not(.single) .entry-content p:only-of-type {
  margin-top: 10px;
  margin-bottom: -10px;
}