/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
  body {
    background: #263238;
    color: #fff;
    -webkit-trasition: background 2s, color 1s;
    -webkit-transition: background 2s, color 1s;
    transition: background 2s, color 1s;
  }
  article {
    background: #37474F;
    color: #fff;
    -webkit-transition: background 2s;
    transition: background 2s;
  }
  a {
    color: #80CBC4;
  }
  .navigation {
    background: #4F5B62;
    margin: 0 -15px 30px;
  }
  .navigation__item a {
    color: #fff;
  }
}

/* Small devices (phones, 601px and up) */
@media (min-width: 601px) {
  body {
    background: #ff0266;
    color: #000;
    -webkit-trasition: background 2s, color 1s;
    -webkit-transition: background 2s, color 1s;
    transition: background 2s, color 1s;
  }
  article {
    background: #fff;
    color: #000;
    -webkit-transition: background 2s;
    transition: background 2s;
  }
  a {
    color: #C5003C;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    background: #ff5722;
    color: #000;
    -webkit-trasition: background 2s, color 1s;
    -webkit-transition: background 2s, color 1s;
    transition: background 2s, color 1s;
  }
  article {
    background: #fff;
    color: #000;
    -webkit-transition: background 2s;
    transition: background 2s;
  }
  a {
    color: #c41c00;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    background: #FFB300;
    color: #000;
    -webkit-trasition: background 2s, color 1s;
    -webkit-transition: background 2s, color 1s;
    transition: background 2s, color 1s;
  }
  article {
    background: #fff;
    color: #000;
    -webkit-transition: background 2s;
    transition: background 2s;
  }
  a {
    color: #C68400;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  body {
    background: #00695C;
    color: #000;
    -webkit-trasition: background 2s, color 1s;
    -webkit-transition: background 2s, color 1s;
    transition: background 2s, color 1s;
  }
  article {
    background: #fff;
    color: #000;
    -webkit-transition: background 2s;
    transition: background 2s;
  }
  a {
    color: #003D33;
  }
}

/* Super Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {
  body {
    background: #1A237E;
    color: #000;
    -webkit-trasition: background 2s, color 1s;
    -webkit-transition: background 2s, color 1s;
    transition: background 2s, color 1s;
  }
  article {
    background: #fff;
    color: #000;
    -webkit-transition: background 2s;
    transition: background 2s;
  }
  a {
    color: #000051;
  }
}

/* 4k devices (large laptops and desktops, 1900px and up) */
@media only screen and (min-width: 1900px) {
  body {
    background: #039be5;
    color: #000;
    -webkit-trasition: background 2s, color 1s;
    -webkit-transition: background 2s, color 1s;
    transition: background 2s, color 1s;
  }
  article {
    background: #fff;
    color: #000;
    -webkit-transition: background 2s;
    transition: background 2s;
  }
  a {
    color: #006db3;
  }
}

html,
body {
  font: normal 16px 'Consolas', Arial, Helvetica, sans-serif;
  height: 100%;
  min-height: 100%;
}

.wrapper {
  height: 100%;
}

.wrapper__main {
  height: 100%;
  margin: 40px;
  min-width: 240px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    height: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper__main {
    height: auto;
    max-width: 1000px;
    max-height: 600px;
    margin: 0 auto;
    min-width: 75%;
    -webkit-transition: min-width 2s;
    transition: min-width 2s;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper__main {
    min-width: 65%;
    -webkit-transition: min-width 2s;
    transition: min-width 2s;
  }
}

.gridContainer {
  padding: 0 16px 16px;
}

@media only screen and (min-width: 600px) {
  .gridContainer {
    padding: 0 30px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .gridContainer {
    display: -ms-grid;
    display: grid;
        grid-template-areas: 'nav nav nav nav nav nav' 'header header header main main main' 'aside aside aside main main main' 'footer footer footer footer footer footer';
    grid-gap: 32px 16px;
    -ms-grid-columns: 72px 72px 72px 72px 72px 72px;
        grid-template-columns: 72px 72px 72px 72px 72px 72px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 16px 16px;
  }
  .gridContainer--topRight1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: nav;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .gridContainer--left1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: header;
  }
  .gridContainer--righ1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: main;
  }
  .gridContainer--left2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: aside;
  }
  .gridContainer--left3 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: footer;
  }
}

.navigation {
  padding: 10px;
  text-align: center;
}

.navigation__item {
  display: inline;
}

.navigation__item a {
  text-decoration: none;
}

.header {
  font-size: 1.5em;
  font-size: 3vw;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .header {
    font-size: 30px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.social__item {
  font-size: 30px;
  margin-right: 10px;
  margin-right: 1vw;
}

@media (max-width: 768px) {
  .social__item {
    margin-right: 10px;
  }
}

.content {
  font-size: 1.3em;
  font-size: 1.8vw;
  line-height: 120%;
  margin-top: 15px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .content {
    font-size: 18px;
  }
}

.footer {
  margin-top: 30px;
  text-align: center;
}
/*# sourceMappingURL=home.css.map */