* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #fff;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.row {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

.box {
  padding: 1%;
}

.box p {
  font-size: 85%;
  line-height: 150%;
  font-weight: 600;
}

/* -- TYPOGRAPHY -- */
/*Headings*/
h1 {
  font-family: "Fraunces", serif;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 250%;
  font-weight: 900;
  word-spacing: 4px;
}

h2 {
  font-size: 175%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  font-size: 150%;
  margin-top: 10px;
  margin-bottom: 25px;
}

h4 {
  font-size: 125%;
}

/* ----- LINKS ----- */
a,
a:link,
a:visited {
  color: #ee2b2b;
  text-decoration: none;
  /*border-bottom: 1px solid #ee7f36;
    padding-bottom: 1px;
  transition: border-bottom 0.2s, color 0.2s;*/
}

a:hover,
a:active {
  color: #555;
  border-bottom: 1px solid transparent;
}

/*--------------------*/
/* HEADER */
/*--------------------*/
header {
  padding-top: 1px;
  background-image: /*linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),*/ url(img/kms_lined_paper.png);
  /*background-size: cover;*/
  background-position: center;
}

.header-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.header-row > div {
  display: table-cell;
  vertical-align: middle;
}

.header-left,
.header-right {
  font-size: 85%;
  color: #fff;
}

.header-left {
  text-align: center;
  padding-right: 10px;
}

.header-middle {
  width: 400px;
}

.header-logo {
  display: block;
  margin: auto;
}

.header-right {
  text-align: center;
  padding-left: 10px;
}

.header-right a:link,
a:visited {
  text-decoration: none;
  color: #fff;
  border-bottom: none;
}

/* Main Nav */
.main-nav {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  list-style: none;
  margin-top: 10px;
  color: #000;
}

.main-nav li {
  display: inline-block;
  margin-left: 10px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 4px 0;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 100%;
  border-bottom: 2px solid transparent;
  /*transition: border-bottom 0.5s;*/
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #ee2b2b;
}

/*BODY*/
section {
  background-image: url(img/kms_lined_paper.png);
}

.hero-text-box {
  margin: 0px auto 40px auto;
  padding: 1%;

}

.hero-text-box h1, h2, p, ul {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 140%;
  margin: 0 100px 0 100px;
}

.hero-text-box a {
  color:#ee2b2b;
  font-weight: 500;
}

.hero-text-box ul {
  text-align: left;
}

.hero-text-box li {
  margin-top: 10px;
}

.hero-text-box h1 {
  font-weight: 900;
  font-size: 200%;
  text-align: center;
  margin-bottom: 10px;
}

.logo {
  display: block;
  height: 200px;
  margin: 0 auto;
}

.label {
  display: block;
  margin: 0 auto;
}

/* -- FORMS -- */
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

.form {
  width: 50%;
}

/* -- IMAGES -- */
img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

.centered-image {
  display: block;
  max-width: 90%;
  max-height: auto;
  margin-top: 10x;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-height: 200px;
}

.offset-image {
  max-width: 80%;
  max-height: auto;
}

.shopping-cart {
  max-width: 200px;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

footer {
  background-color: #333;
  padding: 20px;
}

.footer-nav {
  list-style: none;
  text-align: center;
  padding-top: 5px;
}

.social-links {
  list-style: none;
  font-size: 150%;
  float: right;
  padding-bottom: 5px;
}

.footer-nav li,
.social-links li {
  display: inline-block;
  margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
  margin: 0;
}

.footer-nav li a,
.social-links li a {
  border-bottom: none;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  padding: 4px 0;
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border: 0;
  transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:hover,
.social-links li a:active {
  color: #ddd;
}

footer p {
  font-family: "Work Sans", sans-serif;
  color: #888;
  text-align: center;
  font-size: 80%;
  margin: 20px auto 40px auto;
}

/*--------------------*/
/* ANIMATIONS */
/*--------------------*/
.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-4,
.js--wp-5,
.js--wp-6,
.js--wp-7,
.js--wp-8,
.js--wp-9,
.js--wp-10,
.js--wp-11 {
  opacity: 0;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated,
.js--wp-5.animated,
.js--wp-6.animated,
.js--wp-7.animated,
.js--wp-8.animated,
.js--wp-9.animated,
.js--wp-10.animated,
.js--wp-11.animated {
  opacity: 1;
}

/* Small phones to small tablets: from 481 to 768px */
@media screen and (max-width: 768px) {
  h3 {
    font-size: 120%;
  }

  h4 {
    font-size: 110%;
  }

  .main-nav li {
    margin-left: 6px;
  }

  .box h3 {
    font-size: 100%;
  }
}

/* 412px to 480px */
@media screen and (max-width: 480px) {
  .offset-image {
    max-width: 60%;
  }
  
  .main-nav {
    font-size: 80%;
  }

.header-middle {
  max-width: 200px;
}

  .header-right {
    text-align: left;
    padding-left: 0px;
  }

  .hero-text-box h1, h2, p, ul {
    margin: 0 20px 0 20px;
  }

  .hero-text-box h1 {
    font-size: 140%;
  }

  .hero-text-box h2 {
    font-size: 125%;
  }

  .hero-text-box p {
    text-align:center;
    font-size: 85%;
  }

  .image-container {
    flex-direction: column;
  }

  footer p {
    font-size: 65%;
  }
}
