* {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit; }

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans', serif;
  color: #32677d;
  text-align: center; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.7em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: .8em; }

body {
  font-size: 16px; }
  body::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #080808;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    z-index: 0; }
  body.card-card::before {
    display: none; }

.content {
  position: relative;
  z-index: 1; }

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 1em; }
  .hero .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: rgba(248, 248, 248, 0.7);
    border-radius: .5rem;
    color: #333;
    text-shadow: #f8f8f8 1px 1px 1px;
    width: 60%;
    padding: 1em 10%; }
    @media (max-width: 500px) {
      .hero .card {
        padding: 1em;
        width: auto;
        font-size: .8em; } }
  .hero .sf-logo {
    width: 50%; }
    @media (max-width: 500px) {
      .hero .sf-logo {
        width: 100%; } }
  .hero .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center; }
    @media (max-width: 500px) {
      .hero .products {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .hero .products > * {
      display: inline-block;
      vertical-align: top; }
    .hero .products > h1 {
      width: 100%; }
  .hero .product {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em;
    margin: 1em;
    border-radius: .5em;
    text-align: center;
    background-color: white;
    box-shadow: rgba(8, 8, 8, 0.5) 2px 2px 6px;
    color: #080808;
    text-decoration: none;
    font-size: 14px; }
    .hero .product h4, .hero .product h5 {
      font-family: inherit;
      color: inherit;
      font-weight: lighter; }
    .hero .product img {
      width: 60%; }
    .hero .product.hexxen img {
      border-radius: 30px; }

footer {
  position: relative;
  width: 100%;
  margin: 1em 0;
  color: #f8f8f8;
  text-shadow: rgba(8, 8, 8, 0.5) 1px 1px 1px;
  text-align: center; }

.single-line > * {
  display: inline-block; }
  .single-line > *::after {
    content: ' | '; }
  .single-line > *:last-child::after {
    content: ''; }

ul {
  padding: .5em 0 .5em     2em; }
