@charset "UTF-8";
/*
* 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/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
* 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/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.7em;
  line-height: 1.7em;
  letter-spacing: 0.05rem;
  font-weight: 400;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.85);
}

a img {
  vertical-align: middle;
}

a {
  color: #234a5f;
  font-weight: bold;
}
a:hover {
  color: #152d3a;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

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

.u-center {
  text-align: center;
}

.u-justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.em {
  font-style: italic;
}

.shadow {
  -moz-box-shadow: 0px 0px 5px 0px #656565;
  -webkit-box-shadow: 0px 0px 5px 0px #656565;
  -o-box-shadow: 0px 0px 5px 0px #656565;
  box-shadow: 0px 0px 5px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Modules */
/*
* 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/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container-wide {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.button,
button {
  display: inline-block;
  padding: 10px;
  color: #234a5f;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(51, 51, 51, 0.25);
  border-radius: 0px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s ease-in-out;
}

input[type=submit], input[type=reset], input[type=button] {
  display: inline-block;
  padding: 10px;
  color: #235f50;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #1c3b4c;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(85, 85, 85, 0.85);
  outline: 0;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  color: rgba(0, 0, 0, 0.85);
  border: none;
  outline: 0;
}

.button:focus,
button:focus {
  color: rgba(0, 0, 0, 0.85);
  border-color: #234a5f;
  outline: 0;
}

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  color: rgba(0, 0, 0, 0.85);
  border: none;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #234a5f;
  border: none;
}

input[type=submit].button-primary, input[type=reset].button-primary, input[type=button].button-primary {
  color: #fff;
  background-color: #234a5f;
  border: none;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #152d3a;
  border-color: rgba(189, 222, 220, 0.8);
}

input[type=submit].button-primary:hover, input[type=reset].button-primary:hover, input[type=button].button-primary:hover {
  color: #fff;
  background-color: rgba(189, 222, 220, 0.8);
  border-color: rgba(189, 222, 220, 0.8);
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.85);
}

input[type=submit].button-primary:focus, input[type=reset].button-primary:focus, input[type=button].button-primary:focus {
  color: #fff;
  background-color: #234a5f;
  border-color: rgba(189, 222, 220, 0.8);
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border: 1px solid #234a5f;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #234a5f;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

ul {
  list-style: square outside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 0rem;
}

li {
  margin-bottom: 0rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: rgba(16, 16, 16, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/**
* Syntax highlighting styles
*/
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.content-wrapper {
  width: 100%;
  background-color: #fff;
}

.content {
  color: #58595c;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .separation, .content .titled {
  color: #234a5f;
}
.content .subtitled {
  color: #235f50;
}
.content span.copy {
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  text-align: right;
}

.content ul {
  list-style-type: none;
}

.content ul li:before {
  content: "• ";
  color: #234a5f;
}

header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 500;
  text-align: center;
  -webkit-transition: all 0.6s; /* Safari */
  transition: all 0.6s ease-in-out;
}
header.scrolled {
  background-color: rgba(0, 0, 0, 0.95);
}

.header-wrapper {
  width: 100%;
}

.header-wrapper > .logo {
  text-align: center;
  padding-left: 2rem;
  z-index: 200;
  float: left;
  box-sizing: border-box;
}
.header-wrapper > .logo a {
  text-transform: uppercase;
  text-decoration: none;
}
.header-wrapper > .logo a img {
  width: 45px;
  height: 45px;
  vertical-align: middle;
  padding: 0.8rem 0;
  opacity: 0.75;
}

.header-wrapper > .menu-mobile-icon {
  display: inline-block;
  font-size: 3rem;
  float: right;
  padding-right: 2rem;
  padding-top: 1rem;
  cursor: pointer;
}
@media (min-width: 750px) {
  .header-wrapper > .menu-mobile-icon {
    display: none;
  }
}

.header-wrapper > nav.menu {
  display: none;
  height: 100vh;
}
@media (min-width: 750px) {
  .header-wrapper > nav.menu {
    display: inline-block;
    height: 100%;
  }
}

nav.menu ul {
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding-top: 65px;
  -webkit-transition: all 0.6s; /* Safari */
  transition: all 0.6s ease-in-out;
}
nav.menu ul li {
  display: block;
  margin-bottom: 1px;
}
nav.menu ul li a {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  padding: 2.5rem 2rem;
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  line-height: 1rem;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s ease-in-out;
}
nav.menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
nav.menu ul li a.active {
  background-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 750px) {
  nav.menu ul li a {
    text-align: left;
  }
}
nav.menu ul li a:before {
  content: "⎕ ";
}
@media (min-width: 750px) {
  nav.menu ul {
    padding-top: 0;
  }
  nav.menu ul li {
    display: inline-block;
  }
  nav.menu ul li a {
    display: inline-block;
  }
}

footer {
  width: 100%;
  margin-top: 1rem;
  padding: 5rem 0rem;
  color: rgba(166, 166, 166, 0.85);
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
@media (min-width: 750px) {
  footer {
    margin-top: 10rem;
  }
}
footer .footer-col-wrapper {
  padding: 0 1rem;
}
footer h5 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
footer span {
  color: #38977f;
}
footer p:first-of-type {
  margin-bottom: 0px;
}
footer p {
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  text-align: left;
}
@media (min-width: 750px) {
  footer p {
    text-align: center;
  }
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.gradient {
  background: linear-gradient(359deg, #134b3d, #0d203a);
  background-size: 400% 400%;
  margin-bottom: 7rem;
  -webkit-animation: softGradient 40s ease infinite;
  -moz-animation: softGradient 40s ease infinite;
  animation: softGradient 40s ease infinite;
}
@-webkit-keyframes softGradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-moz-keyframes softGradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes softGradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

.square-elmt {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2rem;
  text-align: center;
  letter-spacing: normal;
  line-height: normal;
}
.square-elmt .square-letters {
  font-size: 7rem;
  font-weight: 300;
}
.square-elmt .square-number {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 400;
  top: 0;
  left: 3px;
}

p.square {
  position: relative;
  height: 100%;
}

.intro {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  margin: 8rem 0rem;
  padding: 0rem 1rem;
  letter-spacing: 2px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
}
.intro a {
  text-decoration: none;
}
.intro img {
  opacity: 0.75;
}
.intro p.square {
  height: 130px;
}
.intro h1 {
  text-transform: uppercase;
  letter-spacing: 1rem;
  font-size: 2.5rem;
  color: #FFFFFF;
}
.intro h6 {
  font-size: 1.2rem;
  letter-spacing: 1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.intro .arrow-down a {
  font-size: 3rem;
  color: #FFFFFF;
}
@media (min-width: 750px) {
  .intro {
    margin: 15rem 0rem;
  }
}

.separation {
  margin-top: 3rem;
  margin-bottom: 5rem;
  letter-spacing: 0.5rem;
}
.separation:before {
  content: "--- • ---";
}

.index h2 {
  text-align: center;
}
.index p {
  text-align: justify;
}
.index .project-details {
  text-align: center;
}

.project-page .gradient {
  height: inherit;
  min-height: 300px;
}

.project-page .project-thumb {
  margin-bottom: 5rem;
}

.project-intro {
  position: relative;
  height: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
}

.project-intro .project-thumb {
  padding: 8rem 1rem;
}
.project-intro .project-thumb p.square {
  min-height: 130px;
  margin-bottom: 2.5rem;
}
@media (min-width: 750px) {
  .project-intro .project-thumb {
    padding: 15rem 1rem;
  }
}

.project-thumb {
  position: relative;
  height: inherit;
  margin-bottom: 1rem;
  padding: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
}
.project-thumb p.square {
  min-height: 200px;
  margin-bottom: 0;
}

.project-thumb::before {
  content: "";
  background-color: rgba(29, 32, 33, 0.7);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-thumb .project-title {
  position: relative;
  text-align: center;
}
.project-thumb .project-title a {
  text-decoration: none;
}
.project-thumb .project-title h2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  border: 1px solid #bbb;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 1rem;
}

.project-thumb .project-details {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1.3rem;
}
.project-thumb .project-details h4 {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.project-thumb .project-details h6 {
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0 1rem;
  margin-bottom: 1px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.project-thumb .project-details p {
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin: 2rem 0;
}
.project-thumb .project-details a.button {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
}
.project-thumb .project-details a.button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.project-content {
  padding: 3rem;
}

.post-intro {
  padding: 0 2rem;
  margin-bottom: 2.5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.post-intro p {
  margin-bottom: 0;
}

.filter--all {
  -webkit-transition: all 0.6s ease-in-out; /* Safari */
  transition: all 0.6s ease-in-out;
}

.filters p {
  margin-bottom: 0;
  padding-bottom: 1rem;
  line-height: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1.2rem;
}

.filters a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  outline: 0;
  text-decoration: none;
}
.filters span:before {
  content: " • ";
  padding: 1rem;
}
.filters span:first-of-type:before {
  content: "";
}
.filters a:hover, .filters a:active, .filters a:focus {
  text-decoration: underline;
}
.filters .filter-selected {
  text-decoration: underline;
  font-weight: bold;
}

.projects-number p {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.projects-number p .filter-number {
  font-weight: bold;
  color: #234a5f;
}

.cv-content {
  font-size: 1.3rem;
  line-height: 2rem;
}
.cv-content a.cv-download {
  line-height: 1.8rem;
}
.cv-content a.cv-download .info {
  text-transform: lowercase;
  font-style: italic;
}
.cv-content .cv-categories p {
  margin-bottom: 3rem;
  padding: 1rem 0rem;
  background-color: #235f50;
  line-height: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1.2rem;
}
.cv-content .cv-categories a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  outline: 0;
  text-decoration: none;
}
.cv-content .cv-exp, .cv-content .cv-skills {
  padding-bottom: 0rem;
  text-align: center;
}
.cv-content .cv-exp h2, .cv-content .cv-skills h2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cv-content .cv-exp:last-child, .cv-content .cv-skills:last-child {
  padding-bottom: 3rem;
}
.cv-content .cv-infos {
  text-transform: uppercase;
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 2rem;
  border-left: 1px dotted #235f50;
}
@media (min-width: 750px) {
  .cv-content .cv-infos {
    padding-right: 2rem;
    border-right: 1px dotted #235f50;
    border-left: none;
    text-align: right;
  }
}
.cv-content .cv-infos .cv-infos--skills {
  letter-spacing: 2px;
}
.cv-content .cv-infos .cv-infos--skills span:before {
  content: "/ ";
}
.cv-content .cv-infos .cv-infos--skills span:after {
  content: " /";
}
.cv-content .cv-infos .cv-infos--company {
  text-transform: none;
  font-weight: 500;
}
.cv-content .cv-infos .cv-infos--company a {
  text-decoration: none;
}
.cv-content .cv-infos .cv-infos--company a:hover {
  text-decoration: underline;
}
.cv-content .cv-infos .cv-infos--company img.logo-gl {
  width: 50px;
}
.cv-content .cv-infos .cv-infos--company img.logo-ldlc {
  width: 100px;
}
.cv-content .cv-infos .cv-infos--company img.logo-atc {
  width: 100px;
}
.cv-content .cv-skills {
  font-size: 1.5rem;
}
.cv-content .cv-list {
  text-align: left;
  padding: 0 1rem;
}
@media (min-width: 750px) {
  .cv-content .cv-list {
    padding: 0;
  }
}
.cv-content .cv-list li {
  text-indent: -0.5em;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.cv-content .cv-list li:before {
  content: "• ";
  color: #235f50;
  display: inline-block;
  width: 0.5rem;
}

.contact {
  padding-top: 3rem;
}
.contact .photo-id {
  background-color: #234a5f;
}
.contact img {
  width: 10rem;
  margin-bottom: 1.5rem;
}
.contact h5 {
  letter-spacing: 0.5rem;
  margin-bottom: 1rem;
}

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