/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/noto-sans-v27-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/noto-sans-v27-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/noto-sans-v27-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/noto-sans-v27-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('./fonts/noto-sans-v27-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.skeleton {
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.skeleton b,
.skeleton strong {
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.skeleton i,
.skeleton em {
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}

.skeleton .container {
  position: relative;
  width: 100%;
  /* max-width: 960px; */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.skeleton .column,
.skeleton .columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
/* @media (min-width: 400px) {
.skeleton .container {
    width: 85%;
    padding: 0; }
} */

/* For devices larger than 550px */
@media (min-width: 550px) {
/* .skeleton .container {
    width: 80%; } */
.skeleton .column,
.skeleton .columns {
    margin-left: 4%; }
.skeleton .column:first-child,
.skeleton .columns:first-child {
    margin-left: 0; }

.skeleton .one.column,
.skeleton .one.columns                    { width: 4.66666666667%; }
.skeleton .two.columns                    { width: 13.3333333333%; }
.skeleton .three.columns                  { width: 22%;            }
.skeleton .four.columns                   { width: 30.6666666667%; }
.skeleton .five.columns                   { width: 39.3333333333%; }
.skeleton .six.columns                    { width: 48%;            }
.skeleton .seven.columns                  { width: 56.6666666667%; }
.skeleton .eight.columns                  { width: 65.3333333333%; }
.skeleton .nine.columns                   { width: 74.0%;          }
.skeleton .ten.columns                    { width: 82.6666666667%; }
.skeleton .eleven.columns                 { width: 91.3333333333%; }
.skeleton .twelve.columns                 { width: 100%; margin-left: 0; }

.skeleton .one-third.column               { width: 30.6666666667%; }
.skeleton .two-thirds.column              { width: 65.3333333333%; }

.skeleton .one-half.column                { width: 48%; }

  /* Offsets */
.skeleton .offset-by-one.column,
.skeleton .offset-by-one.columns          { margin-left: 8.66666666667%; }
.skeleton .offset-by-two.column,
.skeleton .offset-by-two.columns          { margin-left: 17.3333333333%; }
.skeleton .offset-by-three.column,
.skeleton .offset-by-three.columns        { margin-left: 26%;            }
.skeleton .offset-by-four.column,
.skeleton .offset-by-four.columns         { margin-left: 34.6666666667%; }
.skeleton .offset-by-five.column,
.skeleton .offset-by-five.columns         { margin-left: 43.3333333333%; }
.skeleton .offset-by-six.column,
.skeleton .offset-by-six.columns          { margin-left: 52%;            }
.skeleton .offset-by-seven.column,
.skeleton .offset-by-seven.columns        { margin-left: 60.6666666667%; }
.skeleton .offset-by-eight.column,
.skeleton .offset-by-eight.columns        { margin-left: 69.3333333333%; }
.skeleton .offset-by-nine.column,
.skeleton .offset-by-nine.columns         { margin-left: 78.0%;          }
.skeleton .offset-by-ten.column,
.skeleton .offset-by-ten.columns          { margin-left: 86.6666666667%; }
.skeleton .offset-by-eleven.column,
.skeleton .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

.skeleton .offset-by-one-third.column,
.skeleton .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
.skeleton .offset-by-two-thirds.column,
.skeleton .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

.skeleton .offset-by-one-half.column,
.skeleton .offset-by-one-half.columns     { margin-left: 52%; }

}



/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.skeleton .container:after,
.skeleton .row:after,
.skeleton .u-cf {
  content: "";
  display: table;
  clear: both; }

