body.single-services.custom-background {
    background-image: none;
}
.single-services .page-wrap {
    padding-bottom: 0 !important;
}

.single-services .page-wrap .content-wrapper {
    padding-bottom: 0 !important;
}

.single-services .content-area .hentry {
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-services .entry-footer {
    display: none !important;
}

.single-services .post-navigation {
    display: none !important;
}

.page-wrap {
    padding-top: 10 !important;
}

.single .entry-header, .page .entry-header {
    display: none !important;
}

    @media only screen and (min-width: 1025px) {
      #mainnav ul li ul {
        width: 250px;
      }
      #mainnav ul ul li,
      #mainnav ul ul a {
        display: block;
        width: 100%;
      }
        #mainnav .sub-menu li a {
        font-size: 14px;
      }
    }

.site-header {
	background-color: rgba(0, 0, 0, 0.4);
}
#mainnav-mobi {
  background-color: rgba(0, 0, 0, 1); !important;
} 
   
/* Disablet for øyeblikket
@media only screen and (max-width: 991px) {
      body.custom-background {
        background-image: url('https://yoursite.com/path/to/other/image-background.jpg');
        background-size: cover; 
        background-position: top center;
      }
    }
*/
    @media only screen and (max-width: 600px) {
      body.custom-background {

        background-image: url('https://musikk-quiz.no/wp-content/uploads/sites/108/2019/09/IMG_9362-600.jpg');
        background-size: contain; 
        background-position: center center;
      }
    }
@media (max-width: 600px)
  h2, .h2 {
    font-size: 28px;
  }