/*
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.
Version: 0.2.2
*/
/* -- CSS Reset -- */
@import url("https://fonts.googleapis.com/css?family=Bitter:400,500");
@import url("https://fonts.googleapis.com/css?family=Montserrat:900");
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap')
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;
  display: flex;
  flex-direction: column;
}

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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -- Content -- */
/*
@keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}*/
html {
  background-color: #263136;
}

body.page-template-page-fullsingle-me {
  height: 100vh;
  background-color: #263136;
  font-family: "Bitter", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #e1e7e9;
  background-image: url("../../images/background.jpg");
  background-position: center center;
  background-size: cover;
}
body.page-template-page-fullsingle-me p {
  color: #e1e7e9;
}
@media (max-width: 800px) {
  body.page-template-page-fullsingle-me p {
    font-size: 30px;
    line-height: 40px;
  }
}

.fs-me {
  flex-grow: 1;
  padding: 0 10vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .fs-me {
    padding: 5vh 5vw;
    text-align: center;
  }
}


.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;
      -ms-grid-row-align: left;
      align-self: left;
  /*animation: fadein 2s;*/
}
@media (max-width: 500px) {
  .logo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.logo img {
  max-width: 450px;
  height: auto;
}

.bio {
  -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;
  /*animation: fadein 4s;*/
  letter-spacing: -1px;
}
@media (max-width: 800px) {
  .bio {
    max-width: none;
  }
}
.bio h1 {
  font-size: 75px;
  margin-bottom: 160px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.bio a {
  color: #fd0;
  /*	transition: 1s;*/
  text-decoration: underline;
}
.bio a:hover {
  opacity: 0.85;
  /*		transition: 0.1s;*/
}
.bio a.pol {
  color: #FF1659;
}
.bio a.tef {
  color: #009b4e;
}
.bio a.ko {
  color: #6CD1EF;
}

.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;
  /*animation: fadein 4s;*/
  margin-top: auto;
}
.network ul {
  /*animation: fadein 4s;*/
  margin-top: auto;
}
.network ul li {
  display: inline-block;
  margin-right: 8px;
}
.network ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.network ul li a .svg-icon {
  padding: 4px;
  width: 40px;
  height: 40px;
  margin: 0 0 20px 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: #fd0;
  -webkit-transition: 1s;
  transition: 1s;
}
.network ul li a .svg-icon circle {
  stroke: #fd0;
  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: #e1e7e9;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0.85;
}

.credit {
  line-height: 20px;
  margin-bottom: 0;
  /*animation: fadein 4s;*/
  color: #e1e7e9;
  padding: 50px 0;
}
.credit p.copyright {
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
}
.credit p.copyright a {
  color: #fd0;
  text-decoration: underline;
}

#human-wrapper{
  position: relative;
  display: inline;
}

#human {
  font-family: 'Homemade Apple', cursive;
  position: absolute;
  top: -2.2em;
  left: -2.1em;
  padding-bottom: 35px;
  padding-left: 10px;
  background-image: url(../../images/brace.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline;
  color: #ffdd00;
}

@media (max-width: 1050px) {
  body #human {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 0;
    padding-left: 5px;
    background-image: none;
  }
}

/*
body.page-template-page-fullsingle-me.me-video {
	background-image: none;

	.me-video-container {
		overflow:hidden;
		position: absolute;
		z-index: 0;
		width: 100vw;
		height: 100vh;
	}

	video.video {
		object-fit      : cover;
		object-position : 50% 50%;
		width           : 100%;
		height          : 100%;
	}

	// YouTube
	.video-wrap{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	.video-container {
		position:relative;
		overflow:hidden;
		height: 56.25vw;
		width: 100vw;
		@media (max-aspect-ratio:16/9) {
			height: 100vh;
			width: 177.7777777778vh; // this is for the ration 16:9
		}
	}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	// dark overlay, tweak the 0.6 if needed = 60% darkness
	.fs-me {
		background-color: rgba(0,0,0,0.6);
	}
}
*/
