/* Baggrundsfarve på navigationsbjælke */

.main-navigation {
  background-color: #dce283;
}
.site-info  {
  background-color: #dce283;
  /* background-color: #97a890; */
}

.site-header, .site-branding p, .main-title a {
  color: #dce283 !important; 
}

.main-navigation .main-nav ul li a, .menu-toggle {
  color: #333 !important;
}

.main-navigation .main-nav ul li a:hover {
  color: #fff !important;
}

.main-navigation .main-nav ul .current_page_item > a {
  color: #fff !important;
}

.site-header {
  background: none !important;
}

.site-info {
  color: #333 !important;
}

.site-info a {
  color: #333 !important;
}

header .site-header {
  background-color: none; !important
  background: none !important;
}

header #masthead .site-header {
  background-color: none !important;
  background: none !important;
}

body {
  background: url(http://kropsterapitildig.dk/wp-content/uploads/2015/11/DSC01442.jpg);
background-position: fixed;
background-repeat: no-repeat;
background-size: cover;
}

.inside-article {
  background-color: rgba(255, 255, 255, 0.75);
}
