media screen and ( max-width: 48.875em ) {
.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page
  .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
//top: 25%;

}
}

.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page
.site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
//top: 25%;
//margin-left: 20%;
}


.site-title {
//font-size: 50pt;
//margin: 0px;
}


.site-description {
//font-size: 12pt;
//margin: 0px;
}

#masthead .wrap {
  /* position: relative; */
  text-align: center;
}


/* Make featured images invisible on their source page, but still visible on the start page */
.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  display: none;
}


/* Make images on source pages invisible on the start page */
.panel-content img {
  visibility: hidden;
  display: none;
}


/* Fix menu bar to the top of the start page */
.home .navigation-top {
  bottom: auto;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  font-size: 14px;
  font-size: 0.875rem;
  left: 0;
  right: 0;
}


/* Make scroll-down arrow invisible. It has no purpose when the menu bar is at the top of the page */
.menu-scroll-down {
  display: none !important;
}


/* Large screens only */
@media screen and (min-width: 48em) {
  
  /* Center the main menu */
  .menu-main-menu-container {
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
  }
  
  
  /* Center the main menu */
  .menu-main-menu-container ul {
    list-style:none;
    position:relative;
    left:50%;
  }
  
  
  /* Make featured image on start page not covering the whole screen */
  .home .custom-header {
    height: 75vh !important;
  }

  
  /* Move site branding text to bottom so that it is not disturbed by the fetured image */
  .home .site-branding {
    margin-bottom: 0 !important;
    padding: 0.5em 0 !important;
  }

  
  /* Make site branding text larger */
  .home .site-title a {
    font-size: 50px !important;
  }

  
  /* Make site branding text larger */
  .home .site-description {
    font-size: 22px !important;
  }
}
