/* style */
/* import */
/* eric */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
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; }

/* variables */
/* mixins */
/* fonts */
/* typography */
body, h1, h2, h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  word-break: break-word; }

body {
  font-size: 20px;
  line-height: 24px; }

p {
  margin-bottom: 20px; }

h1 {
  font-size: 120px;
  line-height: 200px;
  letter-spacing: -8px; }

h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 80px;
  letter-spacing: -2px; }

h3 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 40px; }

/* main */
body {
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  background-color: #fff; }

a {
  -webkit-transition: all 0.25s ease;
  color: #000;
  border-bottom: solid 20px #000;
  text-decoration: none; }
  a:hover {
    -webkit-transition: all 0.25s ease;
    color: #000;
    border-color: #fff; }

/* layout */
.main, .collection, .footer {
  float: left;
  padding: 4%;
  width: 92%; }

.main {
  padding-bottom: 8%;
  background-color: #0dfcfc; }

.collection {
  float: left; }
  .collection .single {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-right: 2px solid #000;
    width: 25%;
    -webkit-transition: all 0.25s ease;
    float: left;
    height: 400px;
    margin-bottom: 40px;
    padding: 0; }
    .collection .single:nth-child(4n+1) {
      border-right: none; }
  .collection a.single {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border-right: 2px solid #000;
    width: 25%;
    -webkit-transition: all 0.25s ease;
    float: left;
    height: 400px;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: 0; }
    .collection a.single:nth-child(4n+1) {
      border-right: none; }
  .collection a.single:hover {
    -webkit-transition: all 0.25s ease;
    background-color: #000;
    color: #fff; }

.connect {
  float: left; }

.logo {
  float: right;
  background-image: url(../image/logotype.svg);
  background-size: 100%;
  width: 184px;
  height: 40px;
  text-indent: -9999px;
  border: none; }
  .logo:hover {
    cursor: pointer; }

/* footer */
.footer {
  margin-top: 160px; }
  .footer .connect a {
    float: left;
    line-height: 35px;
    margin-right: 10px;
    border-width: 5px; }

/* button */
a.cta {
  -webkit-transition: all 0.25s ease;
  display: block;
  border: none;
  background: #000;
  line-height: 80px;
  color: #fff;
  width: 200px;
  text-align: center;
  text-transform: uppercase; }
  a.cta:hover {
    -webkit-transition: all 0.25s ease;
    border: none;
    background: #fff;
    color: #000;
    cursor: pointer; }

/* image */
img {
  display: block;
  width: 100%; }

/* responsive */
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 100px;
    line-height: 160px;
    letter-spacing: -5px; }

  h2 {
    letter-spacing: 0; }

  .collection .single, .collection a.single {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-transition: all 0.25s ease;
    background-color: #000;
    color: #fff;
    width: 100%; }

  .connect {
    width: 100%; }

  .logo {
    float: left;
    margin-top: 20px; } }

/*# sourceMappingURL=style.css.map */
