﻿/*
 Template:twentynineteen 
Theme Name:19_child 
*/

h1:not(.site-title):before{
display:none;
}

h1:before{
display:none;
}

.entry .entry-title:before {
display:none;
}

.site-header.featured-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	min-height: 50vh;
}

h2:before{
display:none;
}

/* Font modification */
.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 530; /* <-- Correction point */
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-title {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
}

.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}

h1 {
  font-size: 2.25em;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.8125em;
  }
}

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size,
h2 {
  font-size: 25px; /* <-- Correction point */
	color: #0073aa; /* <-- Correction point */
}

@media only screen and (min-width: 768px) {
  .entry-title,
  .not-found .page-title,
  .error-404 .page-title,
  .has-larger-font-size,
  h2 {
    font-size: 35px; /* <-- Correction point */
  }
}

.has-regular-font-size,
.has-large-font-size,
.comments-title,
h3 {
  font-size: 30px; /* <-- Correction point */
	color: #0073aa; /* <-- Correction point */
}

#masthead {
	padding-top: 30px;
	padding-bottom: 0px;
}

.entry-header {
	margin: 30px 50px!important;
}

.entry-content {
	padding-right: 10px!important;
	padding-left: 10px!important;
}

.sticky-post {
	display: none;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -70px;
  background: #0073aa;
  opacity: 0.3;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#breadcrumbs {
	padding: 0px 0px 0px 35px;
	color: #0073aa; /* <-- Correction point */
}

@media (max-width: 48em) {
    #breadcrumbs{
	padding: 10px 10px 0 5px;
    }
}


