@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Thin_0.otf") format("opentype");
  font-weight: 100
}
@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Extralight_0.otf") format("opentype");
  font-weight: 200
}
@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Light_0.otf") format("opentype");
  font-weight: 300
}
@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Regular_0.otf") format("opentype");
  font-weight: 400
}
@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Medium_0.otf") format("opentype");
  font-weight: 500
}
@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Semibold_0.otf") format("opentype");
  font-weight: 600
}
@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Bold_0.otf") format("opentype");
  font-weight: 700
}
@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Black_0.otf") format("opentype");
  font-weight: 800
}
@font-face {
  font-family: Graphik;
  src: url("font/Graphik-Super_0.otf") format("opentype");
  font-weight: 900
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;

  font: 400 12px 'Graphik', 'Arial';
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #ffed86;
  font-size: 16px;
}
table tbody tr {
  height: 48px;
  border-bottom: 1px solid #e3f1d5;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}
@media screen and (max-width: 35.5em) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 8px 0;
  }
  table tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Code";
  }
  table tbody tr td:nth-child(2):before {
    content: "Stock";
  }
  table tbody tr td:nth-child(3):before {
    content: "Cap";
  }
  table tbody tr td:nth-child(4):before {
    content: "Inch";
  }
  table tbody tr td:nth-child(5):before {
    content: "Box Type";
  }
}

.wave{
  display: none;
  border: 30px solid transparent;
  padding: 15px;
  margin-left: -45px;
  border-image:url(wave.png) 30 round;
}


body {
  background: white;
  /* font: 100 12px 'Graphik', 'Arial'; */
  font-family: 'Graphik', 'Arial';
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-top: 5em;
  padding-bottom: 10em;
}
h1 {
  font-size: 5rem;
  font-weight: 900;
  color: #e83b69;
  margin-bottom: 1em;
}
.btn-info {
  /* background-color: #1e4d84; */
  /* border-color: #1e4d84; */
  background-color: transparent;
  border-color: transparent;
  color:#e83b69;
  font-weight: 900;
}
.btn-info:hover {
  background-color: #e83b69;
  border-color: #e83b69;
  color: #1e4d84;
}
.text-danger {
  color: white;
}
blockquote {
  color: white;
  text-align: center;
}
#logo-col {
  padding: 0 1em;
}
p {
  margin-bottom: 2.5em;
}
p.emphasis {
  color: #1e4d84;
  font-weight: 900;
}
form {
  font-weight: 400;
  color: #e83b69;
}
.form-control {
  color: #1e4d84;
  border: none;
}