/*
Template Name: Me
Author: One Page Love
Author URI: https://onepagelove.com
Template URI: https://onepagelove.com/me
Description: Me is a slick, personal layout for any individual wanting a minimal online presence. Features include a big background image, logo, bio and icons.
*/
/* -- CSS Reset -- */
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
/* @import url("fonts.css"); */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");

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 {
  font-family: 'Roboto', sans-serif;
  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: #ffgg00;
  border-style: none; }


body,
p,
a,
a:hover {
  color: #ffffff; }
a:hover {
	color: #ff9900;
	  text-decoration: underline !important; }
a,
a:hover {
	text-decoration: underline !important;
  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: #767676; }
h1 {
	font-size: 150%;
}
h1, h3 {
	color: #ff9900;
}
h2 {
	line-height: 1.1;
}

body.page-template-page-fullsingle-me {
  height: 100vh;
  background-color: #141414;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #ffffff;
  /* background-image: url("../../images/background.jpg"); */
  background-position: center center;
  background-size: cover; }
  body.page-template-page-fullsingle-me p {
    margin-bottom: 28px;
    color: #ffffff; }
    /*@media (max-width: 800px) {
      body.page-template-page-fullsingle-me p {
        font-size: 32px;
        line-height: 40px; } 
	}*/
		
.fs-me {
  padding: 10vh 10vw;
  overflow: hidden;
  position: absolute;
  z-index: 1000; }
  /*@media (max-width: 500px) {
    .fs-me {
      padding: 5vh 5vw;
      text-align: center; } }*/
  .fs-me .me-content {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 500px) {
      .fs-me .me-content {
        height: 80vh; } 
	}

.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: left;
      align-self: left;
  -webkit-animation: fadein 6s;
          animation: fadein 6s; }
  @media (max-width: 500px) {
    .logo {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }
  .logo img {
    max-width: 165px;
    height: auto; }

.statement {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadein 12s;
          animation: fadein 12s;
  letter-spacing: -1px;
  max-width: 50%; }
  @media (max-width: 800px) {
    .statement {
      max-width: none; } }
  .statement a {
    color: #CCCCCC;
    transition: 1s; }
    .statement a:hover {
      color: #FFFFFF;
      transition: 0.1s; }

.network {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: fadein 6s;
          animation: fadein 6s;
  margin-top: auto; }
  .network ul {
    -webkit-animation: fadein 6s;
            animation: fadein 6s;
    margin-top: auto; }
    .network ul li {
      display: inline-block;
      margin-right: 8px; }
      .network ul li a {
        display: inline-block;
        width: 20px;
        height: 20px;
        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;
          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;
        transition: 0.1s; }

.credit {
  margin-bottom: 0;
  -webkit-animation: fadein 8s;
          animation: fadein 8s; }
  .credit p {
	  /* font-size: 50% !important; */
    line-height: 14px;
    font-weight: 400;
    opacity: 0.4; }
    .credit p a {
      color: #999999; }

body.page-template-page-fullsingle-me.me-video {
  background-image: none; }
  body.page-template-page-fullsingle-me.me-video .me-video-container {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    width: 100vw;
    height: 100vh; }
  body.page-template-page-fullsingle-me.me-video video.video {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%;
    height: 100%; }
  body.page-template-page-fullsingle-me.me-video .video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.page-template-page-fullsingle-me.me-video .video-container {
    position: relative;
    overflow: hidden;
    height: 56.25vw;
    width: 100vw; }
    @media (max-aspect-ratio: 16 / 9) {
      body.page-template-page-fullsingle-me.me-video .video-container {
        height: 100vh;
        width: 177.7777777778vh; } }
  body.page-template-page-fullsingle-me.me-video .video-container iframe,
  body.page-template-page-fullsingle-me.me-video .video-container object,
  body.page-template-page-fullsingle-me.me-video .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.page-template-page-fullsingle-me.me-video .fs-me {
    background-color: rgba(0, 0, 0, 0.6); }
	
/* Personal */
.social-list {
	line-height: 1;
}
.social-list ul li {
	margin-top: 0;
}
.social-list li i {
	color: #ffffff;
	font-size: 50%;  
}
.statement {
	font-size: 100%;
	line-height: 1.3;
}
@media (max-width: 800px) {
	.statement {
		font-size: 60%;
		line-height: 1.3;
	}
}
.network {
	font-size: 80%;
}
.deets {
	font-size: 40%;
}
.details {
	margin-top: 20vh;
	font-size: 30%;
}
.bio div {
	float: left;
	width: 25%;
	padding-left: 12%;
}
div p {
	font-size: 120%;
	line-height: 1.2;
}
p {
	line-height: 1.3em;
}
.endorsements {
	clear: left;
}
.endorsements div {
	float: left;
	width: 25%;
}
.endorsements div p {
	clear: left;
	font-style: italic;
}
.padded {
	padding-left: 12%;
}
.english {
	padding-left: 0 !important;
	width: 50%;
}
.projects, .bio, .endorsements {
	float: none;
	width: 100%;
	line-height: 1.5;
}
.selfie img {
	margin-top: 1vh;
}
.projects {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.projects ul li {
	width: 15%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.projects ul li:nth-child(6) {
	margin-right: 0;
}
.projects ul li img {
	width: 100%;
}
h3 {
	font-size: 300% !important;
	padding-bottom: 3vh;
}
h4 {
	font-size: 130% !important;
	line-height: 1.3em;
	margin-left: 6em;
	margin-bottom: 1em;
	padding-bottom: 1vh;
}
.selfie img {
	width: 100%;
}
.headshot {
	height: auto;
}
.headshot img {
	width: 6em;
	height: auto;
	margin-right: 10px;

}
@media (max-width: 1200px) {
	.bio div, .endorsements div {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.selfie img {
		width: 33%;
	}
	h4 {
		margin-left: 0;
	}
	.bio, .endorsements {
		width: 100%;
	}
	.projects ul li {
		width: 30%;
		margin-right: 3%;
		float: left;
	}
}
strong {
	font-weight: 900 !important;
}
body {
	width: 100%;
	overflow-x: hidden;
}
.me-video-container {

}