@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@font-face {
  font-family: "MuseoSans_500";
  src: url("/assets/fonts/museosans_500_macroman/MuseoSans_500-webfont.woff2") format("woff2"), url("/assets/fonts/museosans_500_macroman/MuseoSans_500-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans_500_Italic";
  src: url("/assets/fonts/museosans_500italic_macroman/MuseoSans_500_Italic-webfont.woff2") format("woff2"), url("/assets/fonts/museosans_500italic_macroman/MuseoSans_500_Italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1,
h2 {
  font-family: "Abril Fatface", serif;
}

h3,
h4,
h5 {
  font-family: MuseoSans_500;
}

h2 {
  font-size: 3rem;
  margin-bottom: 1em;
}

/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
#theme-yellow a,
#theme-yellow a:focus,
#theme-yellow a:hover {
  color: #000;
  border-bottom-color: #000;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 0.05rem solid #fff;
}
#theme-yellow .btn-secondary,
#theme-yellow .btn-secondary:hover,
#theme-yellow .btn-secondary:focus {
  color: #000;
  background-color: gold;
  border-color: #000;
}

/*
 * Base structure
 */
html,
body {
  min-height: 100vh;
  background-color: #333;
  color: #fff;
}
html #theme-yellow,
body #theme-yellow {
  background-color: gold;
  color: #000;
}

body {
  display: -ms-flexbox;
  display: flex;
  font-family: "MuseoSans_500", sans-serif;
}

.theme-container {
  display: flex;
  width: 100%;
  min-height: 100vh;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.cover-container {
  max-width: 42em;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  color: #fff;
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}
#theme-yellow .nav-masthead .nav-link {
  color: #000;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #fff;
}
#theme-yellow .nav-masthead .nav-link:hover,
#theme-yellow .nav-masthead .nav-link:focus {
  border-bottom-color: #000;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff !important;
}
#theme-yellow .nav-masthead .active {
  color: #000;
  border-bottom-color: #000 !important;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }
}
/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}

.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

/*
 * Footer
 */
.mastfoot {
  margin-top: 100px !important;
  color: #fff;
}
#theme-yellow .mastfoot {
  color: #000;
}

.logo {
  background-image: url("/assets/images/winters_and_associates_logo_large_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  height: 275px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 1em;
  margin-top: 150px;
}
#theme-yellow .logo {
  background-image: url("/assets/images/winters_and_associates_logo_large.svg");
  border-bottom-color: #000;
}

.masthead-brand {
  background-image: url("/assets/images/w_plus_a_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  width: 90px;
}
@media (max-width: 960px) {
  .masthead-brand {
    display: none;
  }
}
#theme-yellow .masthead-brand {
  background-image: url("/assets/images/w_plus_a.svg");
}

.nav-masthead .nav-link {
  border-bottom: 1px dashed transparent;
}

hr {
  height: 1px;
  border-top: transparent;
  border-bottom: 1px dashed #fff;
  margin: 3em 0;
}
#theme-yellow hr {
  border-bottom-color: #000;
}

a {
  border-bottom: 1px dashed #fff;
}
a:active, a:focus, a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.inner.cover p {
  font-size: 1.2em;
}

.return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #333;
  background-color: #fff;
}
#theme-yellow .return-to-top {
  color: gold;
  background-color: #000;
}
@media (max-width: 760px) {
  .return-to-top {
    display: none;
  }
}

#theme-selector {
  position: fixed;
  left: 30px;
  bottom: 30px;
  text-shadow: none;
}
@media (max-width: 760px) {
  #theme-selector {
    position: relative;
    bottom: 60px;
  }
}
#theme-selector a:active, #theme-selector a:focus, #theme-selector a:hover {
  border-bottom: none;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
