/*
Theme Name: Mountain Man Theme
Theme URL: http://chrismillerstuff.com
Description: Mountain Man Theme
Author: Chris Miller
Author URL: http://chrismillerstuff.com
Template: twentynineteen
Version: 1.0.0
Text Domain: mountainman
*/
/* line 2, sass/navigation/_links.scss */
a:visited {
  color: #3968cb;
}
/* line 6, sass/navigation/_links.scss */
a:hover, a:active {
  color: #3968cb;
  outline: 0;
  text-decoration: none;
}
/* line 13, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

/* line 3, sass/navigation/_navigation.scss */
.site-navigation {
  background-color: #3968cb;
  width: 100%;
}

/* line 8, sass/navigation/_navigation.scss */
.main-navigation {
  max-width: 1168px;
  margin: 0 auto;
}
/* line 12, sass/navigation/_navigation.scss */
.main-navigation .menu-main-menu-container {
  padding: 0 10%;
}
/* line 18, sass/navigation/_navigation.scss */
.main-navigation .main-menu > li > a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 1.25rem;
  line-height: 2.5rem;
  font-family: carlmarx, sans-serif;
  font-weight: normal;
}

/* line 16, sass/style.scss */
body {
  background-color: #f2bce0;
}

/* line 23, sass/style.scss */
#masthead {
  padding: 0;
}

/* line 27, sass/style.scss */
.site-branding-container,
#content,
.site-footer {
  max-width: 1168px;
  background-color: #fff;
  margin: 0 auto;
}

/* line 35, sass/style.scss */
h1, h2, h3, h4, h5, h6,
h1.site-title,
p.site-title {
  font-family: carlmarx, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2em;
}

/* line 44, sass/style.scss */
h1.entry-title {
  text-align: center;
}
/* line 46, sass/style.scss */
h1.entry-title span {
  display: block;
  font-size: 1.5rem;
}

/* line 53, sass/style.scss */
#below-header p {
  margin: 0;
}

/* line 58, sass/style.scss */
.entry .entry-header {
  margin: 1rem 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 64, sass/style.scss */
  .entry .entry-header {
    margin: 1rem 10%;
  }
}
@media only screen and (min-width: 1168px) {
  /* line 70, sass/style.scss */
  .entry .entry-content {
    padding: 0;
  }

  /* line 73, sass/style.scss */
  .entry .entry-content > *, .entry .entry-summary > * {
    max-width: 80%;
  }
}
/* line 78, sass/style.scss */
.entry .entry-title:before {
  margin: 0;
  width: auto;
  height: auto;
  content: none;
}

/*
  font-family: carlmarx, sans-serif;
  font-weight: 400;
  font-style: normal;
*/
/* line 91, sass/style.scss */
.site-branding {
  text-align: center;
  margin: 0 10%;
}

/* line 96, sass/style.scss */
.site-branding-container {
  min-height: 170px;
}

/* line 100, sass/style.scss */
#masthead .site-logo {
  float: left;
  position: static;
}
/* line 103, sass/style.scss */
#masthead .site-logo.logo-right {
  float: right;
}
/* line 106, sass/style.scss */
#masthead .site-logo .custom-logo-link {
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  width: 150px;
  height: 150px;
}

/* line 116, sass/style.scss */
.simple {
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
}

/* line 119, sass/style.scss */
.round-border figure {
  padding-top: 16px;
  padding-bottom: 12px;
}
/* line 122, sass/style.scss */
.round-border figure img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 0 0 4px #3968cb, 0 0 0 8px #fff, 0 0 0 10px #3968cb;
  -webkit-box-shadow: 0 0 0 4px #3968cb, 0 0 0 8px #fff, 0 0 0 10px #3968cb;
  box-shadow: 0 0 0 4px #3968cb, 0 0 0 8px #fff, 0 0 0 10px #3968cb;
}

/* line 132, sass/style.scss */
.half-responsive figure {
  max-width: 50%;
}
