/* BASE STYLES */
body {
  background: #000;
  color: #ffffff;
  font-family: "skolar-sans-latin", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
  text-align: center; }

.brand {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("../images/canon-logo.png");
  background: center no-repeat;
  height: 61px;
  margin: 1.25em auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .brand {
      background-image: url("../images/canon-logo_2x.png");
      background-size: 294px 61px; } }

.cart {
  margin: 0 auto; }
  .cart a:hover {
    color: #ffffff; }

.button {
  background: #EE1B22;
  padding: 1em 2em;
  font-size: 0.75em;
  text-transform: uppercase;
  text-align: center;
  display: inline-block; }

h1 {
  font-size: 2.875em;
  color: #EE1B22;
  font-weight: 100;
  text-align: center; }

h2 {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.25;
  text-align: center; }

h3 {
  font-size: 1.125em;
  font-weight: 400;
  text-align: center; }

ul {
  font-weight: 100;
  padding: 0 1em;
  list-style: none; }

a {
  color: #ffffff; }

a:hover {
  color: #EE1B22; }

.wrapper {
  margin: 0 auto;
  padding: 0 1.25em;
  max-width: 1440px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }

.hero {
  margin: 0 0 100px 0; }

.section {
  margin: 100px 0 0; }

.contents {
  margin: 50px 0 0; }

.site-footer {
  margin: 0;
  padding: 20px 0;
  background-color: #232323; }
  .site-footer .footer-list {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media only screen and (min-width: 768px) {
      .site-footer .footer-list {
        width: calc(25% - 62.5px);
        float: left;
        margin-left: 50px; } }
    .site-footer .footer-list h2 {
      text-transform: uppercase;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-align: left; }
    .site-footer .footer-list ul {
      text-align: left;
      list-style-type: none;
      padding: 0;
      font-size: 1em; }

/* LAYOUTS */
header {
  margin: 1em 0 2em; }
  header img {
    max-width: 100%; }

/* FOOTER STYLES */
.site-footer .footer-list.social ul li {
  display: inline-block;
  padding: 0 3px; }

.hero {
  text-align: center; }
  .hero .featured h1, .hero .featured h2 {
    margin: 0;
    padding: 0; }
  .hero .featured img {
    max-width: 100%; }
  .hero .supporting {
    margin: 0 auto;
    max-width: 780px; }

.box-contents {
  margin: 60px 0; }
  .box-contents .diagram {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media only screen and (min-width: 768px) {
      .box-contents .diagram {
        width: calc(50% - 75px);
        float: left;
        margin-left: 50px; } }
    .box-contents .diagram img {
      max-width: 100%; }
  .box-contents .contents {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .box-contents .contents {
        width: calc(50% - 75px);
        float: left;
        margin-left: 50px;
        text-align: left; } }
    .box-contents .contents h2 {
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .box-contents .contents h2 {
          text-align: left; } }
    .box-contents .contents ul {
      margin: 2em 0; }
      .box-contents .contents ul li {
        padding: 0.25em 0;
        list-style: disc; }
    .box-contents .contents .cart {
      margin-top: 2em; }
      @media only screen and (min-width: 768px) {
        .box-contents .contents .cart {
          text-align: left; } }
      .box-contents .contents .cart .button {
        display: block; }
        @media only screen and (min-width: 768px) {
          .box-contents .contents .cart .button {
            display: inline-block; } }

.box-contents .diagram img {
  max-width: 100%; }

.feature-contents .contents img {
  max-width: 100%; }

.feature-contents .contents .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .feature-contents .contents .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@grid-media ($tablet) {
  .spec-contents h2 {
    text-align: center; } }

.product-review {
  margin: 100px 0 0 0;
  background-color: #3C3C3C;
  padding: 3em; }
  .product-review img {
    max-width: 50%; }

.carousel {
  height: 100%; }

.carousel-cell {
  width: 100%;
  height: 180px;
  margin-right: 10px;
  freeScroll: true; }

.flickity-prev-next-button {
  display: none; }

/* move page dots into carousel */
.flickity-page-dots {
  bottom: 10px; }

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white; }

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #EE1B22;
  border: none; }

.photos img {
  max-width: 100%; }
/*# sourceMappingURL=app.css.map */