/* HTML5 Boilerplate  */

/* start of reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { width: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background-color: #000;}
html, button, input, select, textarea { font-family: sans-serif; color: #000; }
body { width: 100%; margin: 0; font-size: 1em; line-height: 1.4; background-color: #000;}

::-moz-selection { background: #95792F; color: #fff; text-shadow: none; }
::selection { background: #95792F; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn, em { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font: 600 16px/1 'Open Sans', sans-serif; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fff; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

*:focus {outline: none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#3066b0;}
input:-moz-placeholder, textarea:-moz-placeholder  {color:#3066b0;} 

/* end of reset */

/* start of general */

html {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 10px;
}

body {
  width: 100%;
  height: 100%;
  background: #fff;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

section:not(#intro) {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  section:not(#intro) {
    padding: 6rem 0;
  }
}

@media (min-width: 1200px) {
  section:not(#intro) {
    padding: 9rem 0;
  }
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
} 

h2 {
  font-family:'American Typewriter ITC W01 Md';
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}

/* end of general */

/* start of alignment */

.alignleft { 
  display: inline; 
  float: left; 
  margin: 15px 15px 15px 0; 
}

.alignright { 
  display: inline; 
  float: right; 
  margin: 15px 0 15px 15px; 
}

.aligncenter { 
  clear: both; 
  display: block; 
  margin: 15px auto;
}

.text-center {
  text-align: center;
}

/* end of alignment */

/* start of typography */

/* end of typography */

/* start of header */

header#main-header {
  width: 100%;
  
}


/* end of header */

/* start of main */

#about .content {
  padding: 30px 0;
  background: #F4F3EF;
}

p.lead {
  position: relative;
  font-size: 18px;
  line-height: 1.75;
}

#about h2 {
  font-size: 36px !important;
  text-align: left;
  margin: 0;
  letter-spacing: -2px
}

@media (max-width: 767px) {
  #where-to-buy {
    padding-top: 0 !important;
  }
  #about .content {
    margin: 0 15px;
  }
}

#where-to-buy h2 {
  position: relative;
}

#where-to-buy h2 span {
  position: relative;
  z-index: 2;
}

#where-to-buy h2:after {
  position: absolute;
  bottom: -10px;
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #F4F3EF;
  z-index: 1
}

 #where-to-buy h3 {
  margin: 15px 0 0;
  font-size: 16px;
  text-transform: uppercase;
 }

#where-to-buy h3 a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

 #where-to-buy p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1;
 }

#where-to-buy .row:not(:last-child) .row {
  border-bottom: 4px solid #000;
}

@media (min-width: 992px) {
  #about .content {
  padding: 60px 0;
  }
  p.lead {
     bottom: -140px;
  }
  #where-to-buy .row .row {
    display: flex;
  }
  #where-to-buy .col-md-8 {
    border-right: 4px solid #000;
  }
  #where-to-buy p {
    text-align: center;
  }
  #where-to-buy h3 {
    margin: 30px 0 0 60px
  }
   #where-to-buy p {
    margin: 30px 0;
  }
  h2 {
    margin-bottom: 60px;
    font-size: 48px;
  }
}

/* end of main */

/* start of footer */

footer#main-footer {
  width: 100%;
  padding: 60px 0;
  background: #63676E;
}

footer#main-footer .row {
  display: flex;
  align-items: center;
}

footer#main-footer .row:last-of-type {
  padding-top: 30px;
}

footer#main-footer p {
  font-size: 14px;
  color: #fff;
}

/* end of footer */

@media only screen and (min-width: 35em) {
  
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
