html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, img, q, s, samp, h1, h2, h3,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,img,
caption,
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;
}

.large-product{
    display: block;
    width: 70%;
}

.small-product {
  display: block;
  height: 50%;
  width: 50%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
header, hgroup, menu, nav, section {
  display: block;
}

body {
  text-align: center;
  line-height: 1;
}

.center {
  text-align: center;
  width: 60%;
  margin: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

.img-circle {
  border-radius: 60%;
}

footer {
  display: block;
  text-align: center;
  font-size: 12px;
  vertical-align: bottom;
}

.hr {
  color: red;
}

.h1 {
  font-size: 24px;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  HTML & BODY
============================================================ */
body {
  color: rgba(249, 50, 14, 1);
  font-family: "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

/*=============================================================
MODAL Window
=============================================================*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: white;
  border: 2px solid black;
  margin: auto;
  padding: 15px;
  width: 80%;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  margin-top: 70px;
  display: block;
  background-color: #fff;
}

button {
  border: 0;
  font-family: "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  color: #f2f2f2;
  background-color: rgba(249, 50, 14, 1);
}

.right-button {
  float: right;
}

.left-button {
  float: left;
}

hr {
  width: 70%;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
  INFO BAR
============================================================ */
.info-bar {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(249, 50, 14, 1);
}

.info-bar a {
  font-family: "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
  float: right;
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  color: #f2f2f2;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.info-bar a:hover {
  background: #fff;
  color: rgba(249, 50, 14, 1);
}

/*==============================================================
PRODUCT TABLE
==============================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-size: 24px;
  text-align: center;
}

td {
  font-size: 21px;
  text-align: center;
  padding: 15px;
}

.small-product {
  display: block;
  width: 100%;
}

@media all and (min-width: 600px) {
  header .branding {
    padding-left: 60px;
  }

  header .logo {
    margin-bottom: 0;
    margin-left: -60px;
    float: left;
    width: 60px;
    height: 60px;
  }

  header .logo img {
    display: block;
    margin: 0;
  }

  header .social {
    padding: 15px 0;
    float: right;
    width: 100%;
    text-align: right;
  }
}

/* site title */
.site-title {
  padding: 5px 0;
  background-color: #818181;
  text-align: center;
}

.site-title h1 {
  color: #fff;
}

/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  text-decoration: none;
  color: #b4b4b4;
}

a:hover {
  color: #818181;
}
