/* -- CSS Reset -- */
@import url("css.css");
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; }

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #FFFFFF;
  border-style: none; }

body,
p,
a,
a:hover {
  color: #000000; }

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none; }

/* -- Content -- */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html {
  background-color: #141414; }

body.page-template-page-fullsingle-me {
  height: 100vh;
  background-color: #141414;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #4f4e4e;
  background-image: url("../../images/background.jpg");
  background-position: center center;
  background-size: cover; }
  body.page-template-page-fullsingle-me p {
    margin-bottom: 28px;
    color: #4f4e4e; }
    @media (max-width: 1300px) {
      body.page-template-page-fullsingle-me p {
        font-size: 30px;
        line-height: 50px; } }
    @media (max-width: 800px) {
      body.page-template-page-fullsingle-me p {
        font-size: 22px;
        line-height: 40px; } }
    @media (max-height: 500px) {
      body.page-template-page-fullsingle-me p {
        line-height: 40px; } }

.fs-me {
  padding: 1vh 3vw;
  overflow: hidden;
  position: absolute;
  z-index: 1000; }
  @media (max-width: 500px) {
    .fs-me {
      padding: 0vh 1vw;
      text-align: center; } }
  .fs-me .me-content1 {
    height: 20vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: start;
            justify-content: start;}
    @media (max-width: 500px) {
      .fs-me .me-content1 {
        padding: 0vh 5vw;
        height: 20vh; } }
  .fs-me .me-content2 {
    height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-direction: row;
    flex-direction: row;}
  @media (max-width: 500px) {
    .fs-me .me-content2 {
      height: 50vh; } }

.logo {
  -webkit-flex: 1 1 none;
          flex: 1 1 none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: self-start;
          align-self: self-start;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }
  @media (max-width: 500px) {
    .logo {
      -webkit-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-align-self: self-start;
              align-self: self-start; } }
  .logo img {
    max-width: 165px;
    height: auto; }
  @media (max-height: 550px) {
    .logo img {
      max-width: 140px;
      height: auto; } }
  @media (max-height: 450px) {
    .logo img {
      max-width: 100px;
      height: auto; } }

.bio {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: self-start;
          justify-content: self-start;
  -webkit-animation: fadein 4s;
          animation: fadein 4s;
  letter-spacing: -1px;
  max-width: 80%; }
  @media (max-width: 1600px) {
    .bio {
      max-width: 90%; } }
  @media (max-width: 1300px) {
    .bio {
      max-width: none; } }
  @media (max-width: 800px) {
    .bio {
      max-width: none; } }
  .bio a {
    color: #D58F8F;
    -webkit-transition: 1s;
    transition: 1s; }
    .bio a:hover {
      color: #FFFFFF;
      -webkit-transition: 0.1s;
      transition: 0.1s; }

.network {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: self-start;
          align-self: self-start;
  -webkit-animation: fadein 6s;
          animation: fadein 6s;
  margin-top: 0px; }
  .network ul {
    -webkit-animation: fadein 6s;
            animation: fadein 6s;
    margin-top: 50px; }
  @media (max-height: 550px) {
    .network ul {
      margin-top: 35px; } }
  @media (max-height: 450px) {
    .network ul {
      margin-top: 20px; } }
    .network ul li {
      display: inline-block;
      margin-right: 8px;
      margin-left: 15px;}
      .network ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        cursor: pointer; }
        .network ul li a .svg-icon {
          padding: 4px;
          width: 22px;
          height: 22px;
          margin: 0;
          display: block; }
        .network ul li a .svg-icon path,
        .network ul li a .svg-icon polygon,
        .network ul li a .svg-icon rect {
          fill: #999999;
          -webkit-transition: 1s;
          transition: 1s; }
        .network ul li a .svg-icon circle {
          stroke: #999999;
          stroke-width: 1; }
      .network ul li a:hover .svg-icon path,
      .network ul li a:hover .svg-icon polygon,
      .network ul li a:hover .svg-icon rect {
        fill: #FFFFFF;
        -webkit-transition: 0.1s;
        transition: 0.1s; }