html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'GothamM';
  src: url("Gotham-Medium.woff2") format("woff2"), url("Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Book.woff2") format("woff2"), url("Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamB';
  src: url("Gotham-Black.woff2") format("woff2"), url("Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #F84758;
  background-color: rgba(248, 71, 88, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: #F2C73D; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
#container {
  width: 100%; }

#myNav {
  font-family: "GothamB"; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px; }
  header #menu {
    padding: 25px; }
  header #cart {
    padding: 20px; }

#top {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px; }
  #top h1 {
    font-family: "GothamB";
    font-size: 3em;
    color: #000000;
    margin-bottom: 15px; }
  #top p {
    font-family: "GothamM";
    color: #5ADFA8;
    line-height: 1.5em;
    font-size: 1em; }

p {
  margin: 0 auto;
  text-align: center;
  font-family: "GothamB";
  font-size: 2em; }

.section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 0 auto; }
  .section-text .left {
    margin-top: 12vh;
    width: 50%;
    height: 100%; }
  .section-text .right {
    margin-top: 30vh;
    width: 40%; }
  .section-text h2 {
    font-family: "GothamB";
    font-size: 3em;
    color: white; }
  .section-text h3 {
    font-family: "GothamB";
    font-size: 2em;
    line-height: 2.5em;
    color: black; }
  .section-text ul {
    font-family: "Gotham";
    color: white; }
    .section-text ul li {
      margin-top: 5px; }

.parallax-window {
  height: 100vh;
  width: 100%; }

#sizes {
  margin-top: 20px;
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "GothamB";
  color: black; }

.circle {
  border-radius: 50%;
  border: 4px solid black;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 2.4em; }

.circle:hover {
  background: black;
  color: white; }

.circle:active {
  background: black; }

.add {
  margin-top: 20px;
  border-radius: 8px;
  border: 4px solid black;
  width: 150px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 2.4em;
  font-family: "GothamB";
  color: black; }

.add:hover {
  background: black;
  color: white; }

.add:active {
  background: black;
  color: white; }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-family: "GothamB"; }
  footer #left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 40%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer #left img {
      padding: 25px; }
    footer #left ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding-top: 45px; }
    footer #left li:hover {
      color: #5ADFA8; }
  footer #right {
    width: 175px;
    padding: 25px; }

#logo-small {
  display: none; }

@media screen and (max-width: 1280px) {
  .section-text {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .section-text .right {
      width: 50%; } }
@media screen and (max-width: 1080px) {
  .section-text .left {
    margin-top: 20vh; }

  footer #left ul {
    display: none; } }
@media screen and (max-width: 850px) {
  .section-text .left {
    width: 60%;
    margin-top: 0px; }
  .section-text .right {
    width: 80%;
    margin-top: 0px; } }
@media screen and (max-width: 608px) {
  #top {
    text-align: left;
    width: 85%; }
    #top p {
      text-align: left; }

  #logo {
    display: none; }

  #logo-small {
    display: block;
    padding-top: 10px; }

  .section-text .left {
    width: 90%; } }
@media screen and (max-width: 450px) {
  .section-text h2 {
    font-size: 2em; }
  .section-text .left {
    margin-top: 100px; }
  .section-text .right ul {
    display: none; }
  .section-text .right #sizes {
    margin-top: 0px; } }
@media screen and (max-width: 375px) {
  .section-text .left {
    margin-top: 0px; } }

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