/*
 Theme Name:   John Butterfield
 Description:  New theme for John - 2017 child
 Template:     twentyseventeen
 Text Domain:  johnbutterfield
*/


body, button, input, select, textarea, .site-title {
     font-family: 'Source Code Pro', monospace;
}

h1, h2, h3, h4, h5, .site-description {
      font-family: 'Source Code Pro', monospace;
font-weight:700;
text-transform:uppercase;
}

.main-navigation ul > li > a {
      font-family: 'Source Code Pro', monospace;
color:#000;
font-weight:400;
}

a {
  color:#900;
}

a:hover, a:visited {
  color:#600;
}

.front-page-wrapper {
 display:none;
}

.PP_Entry__title {
 display:none;
}

.PP_Description {
 max-width:1000px;
 padding-left:3rem;
 padding-right:3rem;
}

.PP_Description__title, .PP_Description__subtitle {
 text-align:left;
}

.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
 width:69%;
}

body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
 width:31%;
}