/*
 Theme Name: Twenty Sixteen Child
 Template: twentysixteen
*/

body:not(.search-results) article:not(.type-page) .entry-content {
width: 80%;
}
body:not(.search-results) article:not(.type-page) .entry-footer {
width: 20%;
}

.entry-title { font-size: 2rem; }

.header-image a:hover img { opacity: 1; }

@media screen and (min-width: 61.5625em) {
  .site-header {
   padding-top: 0px ;
   padding-bottom: 20px;
  }

/* Remove the logo/title area */
.site-branding {
    display: none;
}

/* Make header a clean flex container */
.site-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Force the main menu to align right */
#site-header-menu {
    margin-left: auto;
    margin-right: 0;
}

/* Prevent the inner wrapper from forcing left alignment */
#site-header-menu .primary-menu {
    margin-left: auto;
    margin-right: 0;
}

@media screen and (max-width: 56.875em) {
    .menu-toggle {
        color: #dd3333 !important;
    }
}

