/* 
Change body font size
*/

body, button, input, select, textarea {
    font-size: .875rem;
}

/* 
This changes pages NAME size
*/
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
    font-size: 14px;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;

/* Force sticky navigation into position */
#page-header {
  margin-bottom: 0 !important;
}
/* Force header image to full height */
#custom-header-media {
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
