/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   YAY
   ========================================================================== */

html, body {
  height: 100%;
}

body {
  font-family: "Apple SD Gothic Neo", Dotum, Helvetica, Sans-serif;
  font-weight: 200;
  min-height: 100%;
  background: #FAFAFA;
  border-top: 6px solid hsl(145, 63%, 49%);
}

.heading {
  padding-top: 50px;
}

.explain {
  font-size: 35px;
  font-weight: 400;
}

.main-content {
  padding: 20px 0 30px;
  position: relative;
  color: hsl(40, 8%, 17%);
}

.main-content .explain small {
  margin-top: 15px;
  display: inline-block;
  line-height: 1.75rem;
  font-size: 24px;
}

.explain-item {
  list-style-type: circle;
  line-height: 1.75rem;
  font-size: 24px;
  color: #8a8375;
}

.explain-item + .explain-item {
  margin-top: 0.8rem;
}

.device-support-container {
  margin-top: 3rem;
}

.feature-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.feature-section:nth-child(2n + 1) {
}

.download-section {
  border-top: 1px solid #EEE;
  padding-top: 30px;
}

.download-section .download-items {
  margin-top: 20px;
}

.feature-description p {
  font-size: 18px;
}

footer {
  background: #FFF;
  min-height: 140px;
  padding-top: 30px;
  position: relative;
  text-transform: uppercase;
}

.logo {
  font-size: 26px;
  font-weight: 400;
  color: hsl(145, 63%, 49%);
  display: flex;
  align-items: flex-end;
}
.logo-img {
  border-radius: 8px;
  border: 1px solid hsl(209, 9%, 91%);
  height: 32px;
  margin-right: 0.5rem;
}

.download-container {
  margin-top: 15px;
}

a {
  color: #66625b;
}

a:hover {
  color: hsl(145, 63%, 49%);
  text-decoration: none;
  cursor: auto;
}

.attribution p {
  margin: 0;
  padding: 0;
}

.attribution a {
  font-weight: 300;
}

@media (max-width: 768px) {
  .heading {
    padding: 0;
  }

  .main-content {
    padding-top: 10px;
  }

  footer {
    text-align: left;
  }

  .attribution {
    text-align: center;
  }
  
  .share {
    margin-top: 10px;
    text-align: center;
  }

  .download-container {
  }
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
