@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("//hello.myfonts.net/count/39e52e");
@font-face {
  font-family: MisterEarl;
  src: url(../TEMP/tt7274m_.ttf);
}

@font-face {
  font-family: 'MisterEarlBdBTWXX-Bold';
  src: url("../webfonts/39E52E_0_0.eot");
  src: url("../webfonts/39E52E_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/39E52E_0_0.woff2") format("woff2"), url("../webfonts/39E52E_0_0.woff") format("woff"), url("../webfonts/39E52E_0_0.ttf") format("truetype");
}

*, ::after, ::before {
  margin: 0px;
  padding: 0px;
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-moz-selection, ::after::-moz-selection, ::before::-moz-selection {
  background: !important;
}

*::selection, ::after::selection, ::before::selection {
  background: !important;
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

body {
  font-size: 18px;
}

button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  background: #0069ed;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

h1 {
  font-family: MisterEarlBdBTWXX-Bold;
  position: relative;
  line-height: 1 !important;
  font-weight: normal;
}

h1::after {
  content: attr(data-text);
  font-size: inherit;
  font-family: MisterEarlBdBTWXX-Bold;
  -webkit-text-stroke: 6px #000000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  line-height: 1;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

.purple-btn {
  padding: 1rem 2rem;
  color: #ffffff;
  background: #61297b;
  border-radius: 50px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 3px solid #000;
  display: inline-block;
}

.purple-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.yellow-btn {
  padding: 1rem 2rem;
  color: #000000;
  background: #f5bf45;
  border-radius: 50px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 3px solid #000;
  display: inline-block;
}

.yellow-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.red-btn {
  padding: 1rem 2rem;
  color: #ffffff;
  background: #db3739;
  border-radius: 50px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 3px solid #000;
  display: inline-block;
}

.red-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nav-btn-container {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 103;
  cursor: pointer;
}

.nav-btn-container::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 35px;
  height: 35px;
  background: #f5bf45;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nav-btn-container:hover::after {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.nav-btn-container:hover .burger-btn {
  background: #000000;
}

.nav-btn-container:hover .burger-btn::after, .nav-btn-container:hover .burger-btn::before {
  background: #000000;
}

.nav-scrolled {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 103;
  cursor: pointer;
}

.nav-scrolled::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 35px;
  height: 35px;
  background: #f5bf45;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nav-scrolled .burger-btn {
  background: #000000;
}

.nav-scrolled .burger-btn::after, .nav-scrolled .burger-btn::before {
  background: #000000;
}

.burger-btn-click {
  width: 35px;
  height: 35px;
}

.burger-btn {
  margin-top: 10px;
  position: relative;
  z-index: 100;
  height: 3px;
  width: 35px;
  display: block;
  background-color: #fff;
}

.burger-btn::after, .burger-btn::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.burger-btn::before {
  margin-top: -12px;
}

.burger-btn::after {
  margin-top: 12px;
}

.nav-x {
  width: 0px;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.nav-x::before {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-x::after {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav {
  position: fixed;
  z-index: 102;
  width: 100vw;
  height: 100vh;
  text-align: center;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  top: 0px;
  display: -ms-grid;
  display: grid;
}

nav ul li {
  list-style: none;
}

nav a {
  font-size: 5rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.2em;
}

.nav-open {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.nav-content-container {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  opacity: 0;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.nav-content-container-open {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.menu-bg {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #f5bf45;
  height: 1000px;
  width: 1000px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.menu-bg-open {
  -webkit-transform: translateY(-500px) translateX(-500px) scale(3);
          transform: translateY(-500px) translateX(-500px) scale(3);
}

.nav-black {
  background: #000000;
}

.nav-black::after, .nav-black::before {
  background: #000000;
}

header {
  width: 100vw;
  min-height: 60vw;
  position: relative;
}

header::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 60vw;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(54, 180, 229, 0)), to(#36b4e5));
  background: linear-gradient(0deg, rgba(54, 180, 229, 0) 0%, #36b4e5 100%);
  z-index: -1;
}

.crowd-far-wrapper {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 7vw;
  -webkit-transition: none;
  transition: none;
}

.crowd-far-wrapper img {
  width: 110vw;
  margin-left: -5vw;
}

.crowd-wrapper {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 12vw;
  -webkit-transition: none;
  transition: none;
}

.crowd-wrapper img {
  width: 110vw;
  margin-left: -5vw;
}

.boards-wrapper {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 5vw;
  -webkit-transition: none;
  transition: none;
}

.boards-wrapper img {
  width: 110vw;
  margin-left: -5vw;
}

.brady-wrapper {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  -webkit-transition: none;
  transition: none;
}

.brady-hero {
  margin-left: 100px;
  bottom: 0px;
  top: 0px;
  height: 60vw;
  -webkit-transition: none;
  transition: none;
}

.puck {
  width: 100px;
  position: absolute;
  bottom: 5%;
  left: 10%;
  -webkit-transition: none;
  transition: none;
}

.header-title {
  position: absolute;
  right: 40px;
  z-index: 50;
  text-align: right;
  max-width: 520px;
  top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-title h1 {
  font-size: 6.4rem;
  text-transform: uppercase;
  color: #f5bf45;
  line-height: .9;
}

.header-title h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.header-title .hero-quote {
  font-size: 1.8rem;
  font-family: serif;
  margin: 20px;
  display: inline-block;
}

.header-title .hero-quote em {
  font-family: serif;
}

.header-title a {
  display: inline-block;
}

.section-spacer {
  height: 300px;
}

.about-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding: 0px 20px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-block-images {
  width: 300px;
  -webkit-filter: drop-shadow(5px 5px 5px #b2b2b2);
          filter: drop-shadow(5px 5px 5px #b2b2b2);
}

.about-fade {
  opacity: 0;
}

.hockey-block {
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.football-block {
  -webkit-transition: opacity 700ms ease-in-out;
  transition: opacity 700ms ease-in-out;
}

.baseball-block {
  -webkit-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}

.fade-in {
  opacity: 1;
}

.bookseller-btn {
  margin-bottom: 20px;
}

.about-info {
  text-align: center;
}

.about-info p {
  padding: 0px 20px;
  max-width: 800px;
  margin: 10vh auto;
  font-size: 1.8rem;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.about-info p span {
  color: #db3739;
  font-weight: bold;
}

.vignettes {
  max-width: 1366px;
  margin: 0 auto;
}

.hockey-vignettes {
  background-image: url(../img/hockey-vignettes.svg);
  height: 325px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.football-vignettes {
  background-image: url(../img/football-vignettes.svg);
  height: 325px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.baseball-vignettes {
  background-image: url(../img/baseball-vignettes.svg);
  height: 325px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.book-vendors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.scholastic, .brady-brady-inc {
  position: relative;
  text-align: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.scholastic::before, .brady-brady-inc::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #3679c1;
  z-index: -2;
}

.scholastic::after, .brady-brady-inc::after {
  content: '';
  position: absolute;
  height: 500px;
  width: 500px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #5993d1;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.scholastic:hover::after, .brady-brady-inc:hover::after {
  -webkit-transform: scale(3);
          transform: scale(3);
}

.scholastic img, .brady-brady-inc img {
  height: 350px;
  width: 350px;
  margin: 0px 40px 40px 40px;
  border-radius: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.scholastic h1, .brady-brady-inc h1 {
  font-size: 3rem;
  font-weight: normal;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.scholastic::before {
  background: #db3739;
}

.scholastic::after {
  background: #e36264;
}

.tag-container {
  margin: 40px;
}

.tag {
  font-size: .8rem;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.purchase-links {
  text-align: center;
  padding: 150px 40px;
  background: #f5bf45;
}

.purchase-links a {
  margin: 5px 20px;
}

.purchase-title {
  font-size: 4rem;
  text-transform: uppercase;
  line-height: .9;
  font-weight: bold;
  margin-bottom: 10px;
}

.purchase-subtitle {
  font-size: 2rem;
  margin-bottom: 60px;
}

.dim {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: .8;
  display: none;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.dimOpen {
  display: block;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  z-index: 9999;
}

.modal-close {
  position: absolute;
  width: 20px;
  height: auto;
  margin: auto;
  top: 35px;
  right: 35px;
  z-index: 9999;
}

.purchase-modal {
  position: fixed;
  background: #fff;
  left: 25px;
  right: 25px;
  top: 10vh;
  max-width: 400px;
  height: auto;
  margin: auto;
  display: none;
  opacity: 0;
  padding: 70px 40px 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px -10px #000000;
          box-shadow: 0px 0px 20px -10px #000000;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.modalOpen {
  display: block;
  opacity: .98;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  z-index: 9999;
}

.modal-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.modal-copy {
  margin-bottom: 20px;
}

.modal-copy a {
  color: #3679c1;
}

.modal-btn {
  margin-bottom: 20px;
}

.coloring-container {
  padding: 100px 40px;
  max-width: 1400px;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-columns: 6 300px;
          columns: 6 300px;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  margin: 0 auto;
}

.coloring-card {
  max-width: 300px;
  margin: 10px;
  margin-bottom: 20px;
  display: inline-block;
  background: #ffffff;
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.coloring-card img {
  border: 10px solid #ffffff;
  border-radius: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.5);
}

.coloring-card:hover {
  background: #61297b;
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.coloring-card:hover img {
  opacity: 0;
}

.header-image-container {
  z-index: -10;
  position: absolute;
  height: 100vh;
  width: 50vw;
  z-index: 2;
  right: 0;
}

.header-image-container .brady-header-bean {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 95vh;
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 60px #000);
          filter: drop-shadow(0px 0px 60px #000);
}

.snow-overlay {
  position: absolute;
  bottom: -85px;
  left: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  min-width: 1400px;
}

.snow-overlay-down {
  position: absolute;
  top: -80px;
  width: 100%;
  left: 0px;
  right: 0px;
  min-width: 1400px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
}

.books {
  margin-top: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 150px;
  text-align: center;
  background: #61297b;
  overflow: hidden;
}

.books::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#61297b), to(rgba(97, 41, 123, 0)));
  background: linear-gradient(0deg, #61297b 0%, rgba(97, 41, 123, 0) 100%);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.books::after {
  background-image: url(../img/netting-01.svg);
  background-size: 500px;
  opacity: .05;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.books a {
  margin-top: -300px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  z-index: 2;
}

.book-container {
  min-height: 1000px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.home-book {
  max-width: 500px;
  max-height: 500px;
  border: 10px solid white;
  -webkit-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.4);
  margin: 0px 50px;
}

.home-book:first-child {
  -webkit-transform: rotate(-7deg) translateY(200px);
          transform: rotate(-7deg) translateY(200px);
}

.home-book:last-child {
  -webkit-transform: rotate(7deg) translateY(200px);
          transform: rotate(7deg) translateY(200px);
}

.contact {
  width: 100%;
  background: #61297b;
  padding: 0px 40px 0px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info {
  width: 400px;
}

.contact-header {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 50px;
}

.contact-po {
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 50px;
  line-height: 1.6;
}

.contact-btn {
  color: #ffffff;
  background: #61297b;
  padding: 15px 20px;
  display: block;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
}

.contact-image {
  width: 700px;
  margin-left: 100px;
  margin-right: -100px;
}

footer {
  padding: 60px;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer a {
  color: #000000;
}

footer ul li {
  position: relative;
  display: inline;
  margin-right: 70px;
}

footer ul li::after {
  content: '.';
  height: 2px;
  font-size: 32px;
  position: absolute;
  bottom: 160%;
  margin-left: 35px;
}

footer ul li:last-child::after {
  content: '';
}

.social {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}

.social img {
  margin-left: 20px;
}

.page-footer {
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-footer a {
  color: #ffffff;
}

.page-footer ul li::after {
  color: #ffffff;
}

.page-header {
  width: 100vw;
  color: #fff !important;
  position: relative;
  text-align: center;
  padding: 10vh 40px 20vh 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#61297b), to(#ca74f2));
  background: linear-gradient(180deg, #61297b 0%, #ca74f2 100%);
  overflow: hidden;
}

.page-header::before {
  background-image: url(../img/netting-01.svg);
  background-size: 500px;
  opacity: .05;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.page-header h1 {
  font-size: 10rem;
  text-transform: uppercase;
  color: #f5bf45;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  line-height: .9;
  z-index: 5;
}

.page-header h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.page-header a {
  margin-top: 50px;
  position: relative;
  color: #000;
  z-index: 6;
}

.brady-books-note {
  grid-column: 1 / -1;
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.2rem;
  margin-bottom: 50px;
  margin-top: 10px;
  background: rgba(245, 191, 69, 0.25);
  padding: 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.brady-books-note img {
  width: 30px;
  margin-right: 20px;
}

.brady-books-note p {
  font-style: italic;
  font-family: serif;
  text-align: left;
}

.brady-books-note p strong {
  font-family: serif;
}

.books-collection {
  max-width: 80%;
  margin: 0 auto;
  padding: 150px 40px 0px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 2em;
  text-align: center;
}

.collection-subtitle {
  grid-column: 1 / -1;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.collection-title {
  grid-column: 1 / -1;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: .9;
  margin: -35px 0px;
  font-weight: bold;
}

.collection-info {
  font-size: 1.3rem;
  font-style: italic;
  grid-column: 1 / -1;
  margin-bottom: 100px;
}

.book-image-container {
  -webkit-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.book-image-container .book-overlay {
  position: absolute;
  text-align: center;
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 60px 25px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  overflow-y: scroll;
}

.book-image-container .book-overlay hr {
  max-width: 50px;
  margin: 20px auto;
}

.book-image-container:hover .book-overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.book-image-container img {
  max-width: 102%;
  vertical-align: top;
}

.available-scholastic {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 40px;
  background: #db3739;
  color: #ffffff;
  width: 100%;
  font-size: .9rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.book-title {
  font-size: 2.6rem;
  font-family: MisterEarl;
  line-height: 2.2rem;
}

.book-description {
  position: relative;
  height: auto;
  overflow-y: none;
  padding-bottom: 0px;
}

.book-info {
  position: relative;
  font-size: .85rem;
  font-style: italic;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0px 25px 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 70%, rgba(255, 255, 255, 0) 100%);
}

.last-book-collection {
  padding-bottom: 100px !important;
}

.highlights-container {
  padding: 100px 40px;
  max-width: 1400px;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-columns: 6 250px;
          columns: 6 250px;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  margin: 0 auto;
}

.highlight-card {
  max-width: 300px;
  margin: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.highlight-card img {
  border: 10px solid #ffffff;
  border-radius: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.5);
}

.highlight-copy {
  padding: 20px;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  font-family: serif;
}

.contact-header-color {
  width: 100vw;
  color: #fff !important;
  position: relative;
  text-align: center;
  padding: 10vh 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #61297b;
}

.contact-header-color::before {
  background-image: url(../img/netting-01.svg);
  background-size: 500px;
  opacity: .05;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.contact-header-color::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(#61297b), to(rgba(97, 41, 123, 0)));
  background: linear-gradient(0deg, #61297b 0%, rgba(97, 41, 123, 0) 100%);
}

.contact-header-color h1 {
  position: relative;
  font-size: 10rem;
  text-transform: uppercase;
  color: #f5bf45;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  line-height: .9;
  z-index: 5;
}

.contact-header-color h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.about-page {
  padding: 100px 0px;
  text-align: center;
}

.hatrick-about {
  width: 400px;
  margin: 0 auto;
}

.story {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 25px;
  line-height: 2.8rem;
  padding: 0px 40px;
}

.story span {
  float: left;
  font-size: 5.5rem;
  line-height: 4rem;
  padding: 15px 5px 0px 0px;
  font-family: MisterEarl;
}

.about-mary, .about-chuck {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-mary .about-image-container, .about-chuck .about-image-container {
  max-width: 300px;
  max-height: 300px;
  -webkit-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  overflow: hidden;
}

.about-mary .about-image-container img, .about-chuck .about-image-container img {
  width: 300px;
}

.about-mary p, .about-chuck p {
  line-height: 2.8rem;
  max-width: 580px;
  margin: 0 40px;
}

.mary-container {
  background: #f5bf45;
  padding: 120px 0px;
  margin: 120px auto;
}

.mary-chuck-hr {
  max-width: 600px;
  margin: 100px auto;
}

.legal {
  max-width: 960px;
  padding: 40px 20px;
  margin: 0 auto;
  line-height: 2rem;
}

.legal h2, .legal h3 {
  margin: 20px 0px;
}

.legal a {
  color: red;
}

@media screen and (min-width: 1715px) {
  .header-title {
    position: absolute;
    right: 40px;
    z-index: 50;
    text-align: right;
    max-width: 45vw;
    top: 50vh;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-title h1 {
    font-size: 9.4rem;
    text-transform: uppercase;
    color: #f5bf45;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    line-height: .9;
  }
  .header-title h2 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .header-title .hero-quote {
    font-size: 1.8rem;
    font-family: serif;
    margin: 20px;
    display: inline-block;
  }
  .header-title a {
    display: inline-block;
  }
}

@media screen and (max-width: 1715px) {
  .book-container {
    min-height: 800px;
    overflow: hidden;
  }
  .home-book {
    max-width: 350px;
    max-height: 350px;
    border: 8px solid white;
    margin: 0px 25px;
  }
  .home-book:first-child {
    -webkit-transform: rotate(-7deg) translateY(100px);
            transform: rotate(-7deg) translateY(100px);
  }
  .home-book:last-child {
    -webkit-transform: rotate(7deg) translateY(100px);
            transform: rotate(7deg) translateY(100px);
  }
}

@media screen and (max-width: 1300px) {
  .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-info {
    width: 500px;
    text-align: center;
  }
  .contact-image {
    width: 700px;
    margin-left: 100px;
    margin-right: 0px;
  }
  .header-image-container {
    z-index: -10;
    position: absolute;
    height: 100vh;
    width: 50vw;
    z-index: 2;
    right: 0;
  }
  .header-image-container .brady-header-bean {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 95vh;
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 60px #000);
            filter: drop-shadow(0px 0px 60px #000);
  }
  .page-header h1 {
    font-size: 6.8rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    line-height: .9;
    z-index: 5;
  }
}

@media screen and (max-width: 1024px) {
  .brady-hero {
    margin-left: 20px;
  }
  .puck {
    width: 60px;
  }
  .about-mary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .about-mary p {
    max-width: 960px;
  }
  .about-chuck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: left;
  }
  .about-chuck p {
    max-width: 960px;
  }
}

@media screen and (max-width: 960px) {
  .contact-header {
    font-size: 1.8rem;
  }
  .header-image-container {
    display: none;
  }
  .header-content-container {
    padding-left: 0px;
    width: 100vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
  }
  .header-content-container h1 {
    font-size: 8.8rem;
    text-transform: uppercase;
    color: #f5bf45;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    line-height: .9;
  }
  .header-content-container h2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-header h1 {
    font-size: 8.8rem;
  }
}

@media screen and (max-width: 875px) {
  header {
    width: 100vw;
    min-height: 90vw;
    position: relative;
  }
  header::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 60vw;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(54, 180, 229, 0)), to(#36b4e5));
    background: linear-gradient(0deg, rgba(54, 180, 229, 0) 0%, #36b4e5 100%);
    z-index: -1;
  }
  .crowd-far-wrapper {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 7vw;
    -webkit-transition: none;
    transition: none;
  }
  .crowd-far-wrapper img {
    width: 110vw;
    margin-left: -5vw;
  }
  .crowd-wrapper {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 12vw;
    -webkit-transition: none;
    transition: none;
  }
  .crowd-wrapper img {
    width: 110vw;
    margin-left: -5vw;
  }
  .boards-wrapper {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 5vw;
    -webkit-transition: none;
    transition: none;
  }
  .boards-wrapper img {
    width: 110vw;
    margin-left: -5vw;
  }
  .brady-wrapper {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    -webkit-transition: none;
    transition: none;
  }
  .brady-hero {
    margin-left: 100px;
    bottom: 0px;
    top: 0px;
    height: 60vw;
    -webkit-transition: none;
    transition: none;
  }
  .puck {
    position: absolute;
    bottom: auto;
    top: 50vw;
    left: 10%;
    -webkit-transition: none;
    transition: none;
  }
  .header-title {
    text-align: center;
    position: relative;
    right: 0px;
    z-index: 50;
    max-width: 90%;
    top: 65vw;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
  .header-title h1 {
    font-size: 6.4rem;
    text-transform: uppercase;
    color: #f5bf45;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    line-height: .9;
  }
  .header-title h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
  }
  .header-title .hero-quote {
    font-size: 1.8rem;
    font-family: serif;
    margin: 20px;
    display: inline-block;
  }
  .header-title a {
    display: inline-block;
  }
  .scholastic, .brady-brady-inc {
    padding: 40px 20px;
    height: auto;
    width: 100%;
  }
  .scholastic::after, .brady-brady-inc::after {
    height: 0px;
    width: 0px;
  }
  .scholastic:hover::after, .brady-brady-inc:hover::after {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  .scholastic img, .brady-brady-inc img {
    height: 250px;
    width: 250px;
    margin: 0px auto;
  }
  .scholastic h1, .brady-brady-inc h1 {
    font-size: 3rem;
    font-weight: normal;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .nav-btn-container {
    top: 30px;
    left: auto;
    right: 30px;
  }
  .nav-btn-container::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 25px;
    height: 25px;
    background: #f5bf45;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .nav-scrolled {
    top: 30px;
    left: auto;
    right: 30px;
  }
  .burger-btn-click {
    width: 25px;
    height: 25px;
  }
  .burger-btn {
    margin-top: 6px;
    width: 25px;
    background-color: #000;
  }
  .burger-btn::after, .burger-btn::before {
    width: 25px;
    background-color: #000;
  }
  .burger-btn::before {
    margin-top: -8.5px;
  }
  .burger-btn::after {
    margin-top: 8.5px;
  }
  .nav-x {
    width: 0px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .nav-x::before {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-x::after {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav a {
    font-size: 3rem;
  }
  .nav-content-container-open {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  .menu-bg {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: auto;
    right: 0px;
    border-radius: 50%;
    background: #f5bf45;
    height: 1000px;
    width: 1000px;
    -webkit-transform: scale(0) translateX(40px);
            transform: scale(0) translateX(40px);
    -webkit-transform-origin: 96% 4%;
            transform-origin: 96% 4%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .menu-bg-open {
    -webkit-transform: translateY(-500px) translateX(500px) scale(2);
            transform: translateY(-500px) translateX(500px) scale(2);
  }
}

@media screen and (max-width: 900px) {
  .book-container {
    min-height: 700px;
    overflow: hidden;
  }
  .home-book {
    max-width: 250px;
    max-height: 250px;
    border: 8px solid white;
    margin: 0px 5px;
    z-index: 2;
  }
  .home-book:first-child {
    -webkit-transform: rotate(-7deg) translateY(100px);
            transform: rotate(-7deg) translateY(100px);
    z-index: 1;
  }
  .home-book:last-child {
    -webkit-transform: rotate(7deg) translateY(100px);
            transform: rotate(7deg) translateY(100px);
    z-index: 1;
  }
  footer ul, .page-footer ul {
    text-align: center;
    line-height: 2.4rem;
  }
  footer ul, .page-footer ul {
    text-align: center;
    line-height: 2.4rem;
  }
  footer ul li, .page-footer ul li {
    position: relative;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  footer ul li::after, .page-footer ul li::after {
    content: '';
  }
  .hockey-vignettes {
    background-image: url(../img/hockey-vignettes-tablet.svg);
    height: 325px;
  }
  .football-vignettes {
    background-image: url(../img/football-vignettes-tablet.svg);
    height: 325px;
  }
  .baseball-vignettes {
    background-image: url(../img/baseball-vignettes-tablet.svg);
    height: 325px;
  }
}

@media screen and (max-width: 615px) {
  .home-book {
    max-width: 250px;
    max-height: 250px;
    border: 8px solid white;
    margin: 0px -40px;
    z-index: 2;
  }
  .home-book:first-child {
    -webkit-transform: rotate(-7deg) translateY(75px) scale(0.85);
            transform: rotate(-7deg) translateY(75px) scale(0.85);
    z-index: 1;
  }
  .home-book:last-child {
    -webkit-transform: rotate(7deg) translateY(75px) scale(0.85);
            transform: rotate(7deg) translateY(75px) scale(0.85);
    z-index: 1;
  }
  .contact {
    overflow: hidden;
  }
  .contact-info {
    width: 500px;
    text-align: center;
  }
  .contact-image {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .collection-subtitle {
    font-size: 1.2rem;
    text-align: center;
  }
  .collection-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .collection-info {
    font-size: 1rem;
    text-align: center;
  }
  .books-collection {
    max-width: 100%;
    margin: 0 auto;
    padding: 150px 20px 0px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2em;
  }
  .hockey-vignettes {
    background-image: url(../img/hockey-vignettes-mobile.svg);
    height: 550px;
  }
  .football-vignettes {
    background-image: url(../img/football-vignettes-mobile.svg);
    height: 550px;
  }
  .baseball-vignettes {
    background-image: url(../img/baseball-vignettes-mobile.svg);
    height: 550px;
  }
  .about-blocks {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .puck {
    width: 40px;
  }
  .header-title {
    top: 70vw;
  }
  .header-title .hero-quote {
    display: none;
  }
  .header-title a {
    margin: 20px auto;
  }
  .header-title h1 {
    font-size: 6.4rem;
    margin-top: 10px;
  }
  .header-title h2 {
    font-size: 2.4rem;
    max-width: 250px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .page-header {
    padding-top: 100px;
  }
  .page-header h1 {
    font-size: 5rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    line-height: .9;
    z-index: 5;
  }
  .scholastic, .brady-brady-inc {
    padding: 40px 20px;
    height: 100vh;
    width: 100%;
  }
  .scholastic::after, .brady-brady-inc::after {
    height: 0px;
    width: 0px;
  }
  .scholastic:hover::after, .brady-brady-inc:hover::after {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  .scholastic img, .brady-brady-inc img {
    height: 150px;
    width: 150px;
    margin: 0px auto;
  }
  .scholastic h1, .brady-brady-inc h1 {
    font-size: 1.7rem;
    font-weight: normal;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .tag-container {
    margin: 10px;
  }
  .menu-bg-open {
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-transform: translateY(-500px) translateX(500px) scale(1.5);
            transform: translateY(-500px) translateX(500px) scale(1.5);
  }
  .about-fade {
    opacity: 1;
  }
}

@media screen and (max-width: 375px) {
  .contact {
    overflow: hidden;
  }
  .contact-info {
    text-align: center;
  }
  .contact-image {
    width: 300px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .collection-subtitle {
    font-size: 1rem;
  }
  .collection-title {
    font-size: 2rem;
  }
  .collection-info {
    font-size: .8rem;
  }
  .page-header h1 {
    font-size: 4rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    line-height: .9;
    z-index: 5;
  }
  .hockey-vignettes {
    height: 350px;
  }
  .football-vignettes {
    height: 350px;
  }
  .baseball-vignettes {
    height: 350px;
  }
  .scholastic, .brady-brady-inc {
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  .hockey-vignettes {
    height: 300px;
  }
  .football-vignettes {
    height: 300px;
  }
  .baseball-vignettes {
    height: 300px;
  }
}
/*# sourceMappingURL=styles.css.map */