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

@font-face {
  font-family: Jura;
  src: url(../font/Jura-Light.ttf);
}

@font-face {
  font-family: Jura;
  src: url(../font/Jura-Bold.ttf);
  font-weight: bold;
}

body {
  line-height: 1;}

ol, ul {
  list-style: none;
  line-height: 1.2;
  padding-bottom: 0.2em;
  padding-left: 3px; }

ul li {
  display: block;
  float: left;
  padding: 6px 12px;
  border-left: 1px solid #d1d1d1;
  margin: 0px 30px 20px 0;
}

.section:nth-child(odd) ul li {
  float: right;
  margin: 0px 0px 20px 30px;
}

blockquote, q {
  quotes: none; }

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

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

body {
  background: #0a0a0a;
  color:#d1d1d1;
  font-family:Jura, sans-serif;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-size: 30px;
  background-attachment: fixed; }

h1 {
  color: #d1d1d1;
  font-size: 3em;
  padding-bottom: 0.5em;}

h2 {
  font-size: 2em;
  padding-bottom: 0.8em;
  font-weight: bold;
  max-width: 100%;
  }

p {line-height: 1.2;}

a {
  color: #d1d1d1; }

.header {
  display: block;
  padding: 100px 60px 120px;
}

.content {
  display: block;
  padding: 0px 60px 60px;
  height: auto;
  box-sizing: border-box;
  float: left;
}

.section {
  display: block;
  box-sizing: border-box;
  width: calc(100% - 24px);
  max-width: 66vw;
  float: left;
  margin: 0 12px 120px 12px;
}

.section:nth-child(odd) {
  float: right;
}

.section:nth-child(odd) h2 {
  text-align: right;
}

.worksection {
  display: block;
  width: 100%;
  max-width: 100%;
  float: left;
}

.logos li {
  display: block;
  height: 32px;
  border: none;
  margin: 0 40px 20px 0;
  padding: 6px 0 0;
}

.logos li img {
  display: block;
  height: 32px;
}

ul.work li {
  border-left: none;
  padding: 0px;
}

ul.work li img {
  display: block;
  height: 250px;
}

#line {
  display: block;
  margin-top: 20px;
  height: 2px;
  width: 66%;
  background: rgba(106, 0, 255, 1);
  animation: gradient 20s ease infinite;
}

@keyframes gradient {
  0%   {background: rgba(106, 0, 255, 1);}
  33% {background: rgba(255, 0, 221, 1);}
  66%  {background: rgba(0, 255, 251, 1);}
  100% {background: rgba(106, 0, 255, 1);}
}

@media (max-width: 600px) {
  
  .header {
    padding: 60px 20px 80px;
  }
  
  .content {
    padding: 0px 20px 40px;
  }

  .section {
    max-width: 100vw;
  }

  .section:nth-child(odd) {
    float: left;
  }

  .section:nth-child(odd) h2 {
    text-align: left;
  }

  .section:nth-child(odd) ul li {
    float: left;
    margin: 0px 3px 20px 0px;
  }

  ul.work li img {
    width: 100%;
    height: auto;
  }

  h1 {
  font-size: 2em;
  padding-bottom: 0.5em;}

  h2 {
    width: 100%;
  }

  #line {
    width: 100%;
  }

}