@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');

@font-face {
  font-family: "Booter - Zero Zero";
  src: url("Fonts/Booter - Zero Zero.woff") format("woff"),
    url("Fonts/Booter - Zero Zero.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

:root {
  --danger: #EB5757;
}

html {
  font-size: 100%;
  font-size: 16px;
}

body {
  height: 100%;
  font-size: 16px;
  font-family: Arial, Helvetica, "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .03em;
  line-height: 1.5em;
  margin: 0 auto 2rem auto;
}

header h1 {
  color: hsla(0, 0%, 60%, .9);
  font-family: serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  margin-block-end: .5em;
}

header h1 a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  header {
    margin-block-end: 2.5rem;
  }
}

header h1 a:hover {
  color: hsla(0, 0%, 50%, 1);
}

header.h1 {
  color: hsla(0, 0%, 60%, .9);
  font-family: serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  padding: .85rem 0 .85rem 0;
  line-height: 1.15rem;
  margin-inline-start: .5rem;
  margin-inline-end: .5rem;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  header.h1 {
    margin-block-end: 1.5rem;
    font-size: 3.25rem;
  }
}

.header-cart img {
  width: 7.5%;
  height: 7.5%;
  vertical-align: middle;
  margin-block-end: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: .5em 0;
}

h1 {
  text-align: center;
  line-height: 2.25rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}


h2 {
  font-size: 1.65em;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.5em;
  }
}

h3 {
  font-size: 1.35em;
  line-height: 1.15em;
  font-weight: 400;
}

h4 {
  font-size: 1.15em;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.08417em;
  }

  h4 {
    font-size: 1.35em;
  }

  .article h2 {
    font-size: 2.25em;
    line-height: 2.25em;
  }

  .article h3 {
    font-size: 2em;
  }

  .article h4 {
    font-size: 1.55rem;
  }

  .article h5 {
    font-size: 1.55rem;
  }
}

a:hover {
  text-decoration: underline;
}

header.h1 a {
  color: hsla(0, 0%, 60%, .9);
}

.add-to-cart {
  margin-block-end: 0;
}

.bold {
  font-weight: bold;
  font-size: 1.15em;
}

button {
  color: red;
  background-color: hsla(9, 58%, 30%, 1);
  box-shadow: inset 0px 2px 6px rgb(217, 217, 217);
}

.btn-danger {
  color: white;
  background-color: var(--danger);
  font-weight: bold;
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
  font-size: .85rem;
  line-height: 1rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: .1rem auto .2rem auto;
  text-decoration: none;
}

.btn-danger:hover {
  background-color: var(--danger);
  text-decoration: underline;
}

.btn-purchase {
  color: white;
  background-color: #56CCF2;
  display: block;
  margin: 1.25rem auto 1.25rem auto;
  font-size: 1rem;
  border: none;
  border-radius: .3em;
  font-weight: bold;
  text-decoration: none;
}

.btn-purchase:hover {
  text-decoration: underline;
}

.figure-caption {
  font-style: italic;
}

.folio-entry {
  margin-block-end: 1.25rem;
}

.folio-text {
  margin-block-end: 1.5rem;
}

input[type=number] {
  width: 35px;
}

.link-style {
  font-size: 1rem;
  text-decoration: underline;
  color: #fefefe;
  padding: .5rem 1rem;
  text-align: center;
}

.navigation-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
}

.navigation-main li {
  padding: 0 .35rem;
  border-right: 1px solid #782d20;
  text-align: center;
  color: #782d20;
  font-size: .95rem;
  margin-block-end: .5rem
}

@media screen and (min-width: 768px) {
  .navigation-main li {
    font-size: 1.35rem;
    padding: 0 .75rem;
  }
}

.navigation-main li:last-child {
  border-right: none;
}

.navigation-main a:hover {
  text-decoration: underline;
}

p {
  padding-bottom: .5rem;
  color: #0a0a0a;
}

@media screen and (min-width: 768px) {
  .ch-width p {
    max-width: 95ch;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}

.principal-text {
  margin-inline-start: 1rem;
  margin-inline-end: 1rem;
}

@media screen and (min-width: 768px) {
  .principal-text {
    margin-inline-start: auto;
    margin-inline-end: auto;
    max-width: 95ch;
  }
}

thead th {
  text-align: left;
}

.thank-you {
  text-align: center;
  color: red;
  font-weight: bold;
  font-style: italic;
}

/* Modal details */
.modal {
  display: none;

  position: fixed;

  z-index: 1;

  padding-top: 20px;

  left: 0;
  top: 0;
  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgb(0, 0, 0);

  background-color: hsla(0, 0%, 20%, .8);

}

.modal-content {
  position: relative;
  background-color: hsla(0, 0%, 93%);
  margin: 0 auto 0 auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@media screen and (min-width: 768px) {
  .modal-content {
    width: 60%;
  }
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: hsla(0, 0%, 20%, .8);
  color: white;
  height: 1.85rem;
}


@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.modal-body {
  padding: 16px;

  padding: 2vw 5vw;
}

/* End Modal Details */

.honeypot {
  position: absolute;
  left: -9999px;
}


@media (min-width: 768px) {
  .smallScreen {
    display: none;
  }
}

@media (max-width: 768px) {
  .largeScreen {
    display: none;
  }
}