/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */
#close-button_about > button {
  width: 0.8em;
	height: 0.8em;
}

#close-button_work > button {
  width: 0.8em;
	height: 0.8em;
}

#close-button_contact > button {
  width: 0.8em;
	height: 0.8em;
}

#close-button_about > button > p {
	font-size: 14px;
}

#close-button_work > button > p {
	font-size: 14px;
}

#close-button_contact > button > p {
	font-size: 14px;
}



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

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

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

li {
  list-style: none
}

/* =============================================================================
   My CSS
   ========================================================================== */
#imagesliderwork {
  width: 400px;
  height: auto;
}

.imagesliderwork img {
  width: 400px;
  height: auto;
}

/* ---- header ---- */
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.container {
  max-width: 41em;
  margin: 0 auto;
  padding: 0 1.5em;
}

.brand {
  display: inline-block;
  text-decoration: none;
  padding: 1em 0;
  color: #fff;
  -webkit-font-smoothing: antialiased
}

.brand__forename {
  font-weight: bold;
  font-family: 'Crimson Text', serif;
  font-size: 25px;
  color: #4ECDC4
}

.brand__surname {
  font-weight: normal;
  font-family: 'Crimson Text', serif;
  font-size: 25px;
  text-decoration: none;
  border: none;
  color: #A9ABAE
}

.header {
  background-color: none;
}

.header__link {
  color: #A9ABAE;
  font-family: 'Crimson Text', serif;
  font-size: 25px;
  text-decoration: none;
  border: none
}

.header__link:hover {
  /* background-color: rgba(78, 205, 196, 0.1) */
}

.header__link a {
  display: inline-block;
  padding: 1em;
  border: none
}

#header>div>a>b.brand__surname.subdued:hover {
  color: #fff
}

.header__link:focus {
  outline: none;
  /* background-color: rgba(78, 205, 196, 0.1) */
}

.header__link:hover .icon {
  color: #4ECDC4
}

.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0
}

.nav {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  float: right
}

.nav__item {
  display: inline-block
}

@media screen and (min-width: 40em) {
  .nav__item {
    display: inline-block
  }
}

.nav__item:hover {
  /* background-color: rgba(78, 205, 196, 0.1) */
}

.nav__item a {
  display: inline-block;
  padding: 1em;
  border: none
}

.complimentary {
  display: none
}

@media screen and (min-width: 40em) {
  .complimentary {
    display: inline
  }
}

.push--left {
  margin-left: .0em !important
}

.push--right {
  margin-right: .0em !important
}

.subdued {
  opacity: .6;
  text-shadow: none
}

a.subdued:hover {
  color: #fff
}

/* ---- drag ---- */
/* ---- About ---- */
#nav>ul>li:nth-child(1)>button {
  font-weight: normal;
  font-family: 'Crimson Text', sans-serif;
  font-size: 22px;
  text-decoration: none;
  border: none;
  text-align: left;
  color: #A9ABAE;
  padding: 1em;
  background: none;
  outline: none;
}

#container_about {
  padding-left: 14em;
  padding-top: 3em;
}

#mydiv_about {
  position: absolute;
  z-index: 99;
  background-color: none;
  border: 1px solid #d3d3d3;
  text-align: center;
  display: none;
}

#mydiv_abouthead {
  padding: 2px;
  cursor: move;
  z-index: 10;
  background-color: #d3d3d3;
  color: #fff;
  z-index: 100;
}

#mydiv_about>p {
  font-weight: normal;
  font-family: 'Crimson Text', sans-serif;
  font-size: 22px;
  text-decoration: none;
  border: none;
  text-align: left;
  color: #A9ABAE;
  padding: 1em;
}

#close-button_about>p {
  font-size: 18px;
}

#close-button_about {
  margin-left: 90%;
  margin-top: -16px;
}

/* ---- Work ---- */
#nav>ul>li:nth-child(2)>button {
  font-weight: normal;
  font-family: 'Crimson Text', sans-serif;
  font-size: 22px;
  text-decoration: none;
  border: none;
  text-align: left;
  color: #A9ABAE;
  padding: 1em;
  background: none;
  outline: none;
}

#container_work {
  padding-left: 2em;
  padding-top: 0em;
}

#mydiv_work {
  position: absolute;
  background-color: none;
  border: 1px solid #d3d3d3;
  text-align: center;
  z-index: 100;
  display: none;
}

#mydiv_workhead {
  padding: 2px;
  cursor: move;
  z-index: 10;
  background-color: #d3d3d3;
  color: #fff;
  z-index: 100;
}

#mydiv_work>p {
  font-weight: normal;
  font-family: 'Crimson Text', sans-serif;
  font-size: 22px;
  text-decoration: none;
  border: none;
  text-align: left;
  color: #A9ABAE;
  padding: 1em;
}

#close-button_work>p {
  font-size: 18px;
}

#close-button_work {
  margin-left: 90%;
  margin-top: -16px;
}

/* ---- Contact ---- */
#nav>ul>li:nth-child(3)>button {
  font-weight: normal;
  font-family: 'Crimson Text', sans-serif;
  font-size: 22px;
  text-decoration: none;
  border: none;
  text-align: left;
  color: #A9ABAE;
  padding: 1em;
  background: none;
  outline: none;
}

#container_contact {
  padding-left: 18em;
  padding-top: 9em;
}

#mydiv_contact {
  position: absolute;
  z-index: 99;
  background-color: none;
  border: 1px solid #d3d3d3;
  text-align: center;
  z-index: 100;
  display: none;
}

#mydiv_contacthead {
  padding: 2px;
  cursor: move;
  z-index: 10;
  background-color: #d3d3d3;
  color: #fff;
  z-index: 100;
}

#mydiv_contact>p {
  font-weight: normal;
  font-family: 'Crimson Text', sans-serif;
  font-size: 22px;
  text-decoration: none;
  border: none;
  text-align: left;
  color: #A9ABAE;
  padding: 1em;
}

#close-button_contact>p {
  font-size: 18px;
}

#close-button_contact {
  margin-left: 90%;
  margin-top: -16px;
}

/* ---- base ---- */
html, body {
  width: 100%;
  height: 100%;
  background: #111;
  font-family: 'Crimson Text', serif;
  font-size: 55px;
  color: white;
}

.content {
  font-family: 'Crimson Text', serif;
  position: absolute;
  z-index: 98;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-canvas {
  font-family: 'Crimson Text', serif;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
  z-index: 1;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  z-index: -1;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
  visibility: hidden;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  visibility: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
