html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  font-family: 'Catamaran', Helvetica, sans-serif;
  font-size: 16px;
  color: #353535;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh; }

.container {
  padding-bottom: 2rem; }

a {
  text-decoration: none;
  transition: background-color 0.5s ease; }

.wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem; }

img {
  width: 100%;
  height: auto; }

header {
  border-bottom: solid 5px #000000; }

.banner {
  background: #d01818;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 0.2rem 0 0 0;
  border-top: solid 2px #000000; }
  .banner span {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 1rem; }
  .banner .wrapper {
    display: flex; }

.header {
  align-items: baseline; }
  .header.wrapper {
    display: flex;
    flex-direction: row; }

nav {
  margin-left: auto;
  position: relative;
  bottom: -0.35rem; }

h1 {
  position: relative;
  background: white;
  bottom: -1.25rem;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 4.25rem;
  line-height: 100%;
  color: black;
  font-weight: 600; }

ul.menu {
  margin: 0;
  padding: 0;
  margin-left: auto; }
  ul.menu li {
    display: inline-block;
    margin-left: 0.5rem; }
  ul.menu a {
    display: block;
    background: #cccccc;
    color: #000000;
    font-weight: 600;
    border-top-right-radius: 0.35rem;
    border-top-left-radius: 0.35rem;
    padding: 0.25rem 0.75rem 0 0.75rem; }
    ul.menu a:hover {
      background-color: #000000;
      color: white; }

@media (max-width: 640px) {
  .header.wrapper {
    flex-direction: column; }

  h1 {
    margin-bottom: 1rem; }

  nav {
    bottom: 0; } }
main {
  position: relative; }
  main .book-cover {
    float: right;
    margin-left: 2rem;
    margin-top: -20px;
    right: 0; }
    main .book-cover img {
      max-height: 400px;
      width: auto; }
  main .highlight {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    padding: 1rem 1rem 0 1rem;
    color: #ac2727;
    font-style: italic; }
  @media (max-width: 980px) {
    main .book-cover {
      position: relative;
      padding-right: -1rem; } }

#where-to-buy {
  border-top: solid 3px #000000; }
  #where-to-buy .wrapper, #where-to-buy .countries {
    display: flex; }
  #where-to-buy h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    color: #ac2727;
    margin-bottom: 0; }
  #where-to-buy p {
    font-size: 0.875rem;
    line-height: 135%; }
  #where-to-buy .umbrella-image {
    width: 20%; }
    @media (max-width: 640px) {
      #where-to-buy .umbrella-image {
        width: 30%; } }
  #where-to-buy .countries {
    width: 80%; }
    @media (max-width: 640px) {
      #where-to-buy .countries {
        width: 70%;
        flex-direction: column; } }
  #where-to-buy .button-wrapper {
    margin-top: auto; }
    #where-to-buy .button-wrapper a {
      border: none;
      border-radius: 0.5rem;
      font-size: 1rem;
      margin-top: auto;
      margin-bottom: 2rem;
      display: flex;
      padding: 0.25rem 1rem;
      align-items: center;
      color: white; }
      #where-to-buy .button-wrapper a:hover {
        background-color: #cccccc;
        color: #000000; }
        #where-to-buy .button-wrapper a:hover img {
          filter: invert(100%); }
    #where-to-buy .button-wrapper img {
      width: 25px;
      height: 25px;
      margin-left: auto; }
  #where-to-buy .usa, #where-to-buy .canada {
    display: flex;
    flex-direction: column; }
  #where-to-buy .usa {
    padding-right: 2rem;
    width: 50%; }
    #where-to-buy .usa h3 {
      color: #000000; }
    #where-to-buy .usa a {
      background-color: #000000; }
  #where-to-buy .canada {
    width: 45%; }
    #where-to-buy .canada h3 {
      color: #d01818; }
    #where-to-buy .canada a {
      background-color: #d01818; }
  @media (max-width: 640px) {
    #where-to-buy .canada, #where-to-buy .usa {
      width: 100%; }
    #where-to-buy .usa .button-wrapper a {
      margin-bottom: 0; } }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background: #000000;
  color: #ffffff;
  padding: 0.25rem 0; }
  footer .wrapper {
    display: block; }
  footer .copyright {
    text-align: right;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600; }

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