/*
 Theme Name:   Synapse Child theme
 Template:     Synapse
 Version:      1.0.0
*/

.header-background {
  text-align: center;
  background-image: url("https://sorenogtorben.dk/wp-content/uploads/2016/12/Header-med-projektoerer_lille2.jpg");
    background-repeat: no-repeat;
    background-color: #085976;
    background-position: center;
  color: #888;
  border-top: solid 1px #464a51;
  z-index: 103;
position: relative;
  padding-top: 0px;
	padding-bottom: 0px;
}

.site-description {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0px;
  color: #fff;
  transition: 3s all ease;
  -webkit-transition: 3s all ease;
  -moz-transition: 3s all ease;
  -ms-transition: 3s all ease;
  -o-transition: 3s all ease;

}
.gallery img {
    padding: 10px;
 }  