/* -- CSS Reset -- */
@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 {
  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; } }


/*-- Site CSS --*/

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: 45px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #999999;
  background-image: url("../../images/background.jpg");
  background-position: 100%;
  background-size: cover; }
  body.page-template-page-fullsingle-me p {
    margin-bottom: 28px;
    color: #999999; }

    @media (max-width: 800px) {
      body.page-template-page-fullsingle-me p {
        font-size: 32px;
        line-height: 40px; } }


.fs-me {
  padding: 2vh 0vw;
  overflow: hidden;
  position: absolute;
  z-index: 1000; }

  @media (max-width: 500px) {
    .fs-me {
      padding: 2vh 0vw;
      text-align: center; } }

  .fs-me .me-content {
    height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }

    @media (max-width: 500px) {
      .fs-me .me-content {
        height: 90vh; } }

.logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: left;
          align-self: left;}
  @media (max-width: 500px) {
    .logo {
      -webkit-align-self: center;
              align-self: center; } }
  .logo img {
    max-width: 500px;
    height: auto; }


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

.network {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
          margin-top: auto; }
  .network ul {
    margin-top: auto; }
    .network ul li {
      display: inline-block;
      margin-right: 8px; }
      .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; }

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


/* Navigation Menu */

.social {
  position: fixed;
  top: 140px;
}

.social ul li a {
    color: #AF2525;
    vertical-align: middle;
    font-size: 20px;
    font-family: Calibri;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}


.social ul {
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
  line-height: 0px;
}

.social ul li {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  width: 300px;
  text-align: right;
  
  margin: 5px 5px 5px 5px;
  padding: 15px 17px 15px 15px;
  
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
}

.social ul li:hover a {
  color: #AF2525;
}



/* Social Media Icons */

.social ul li i {
  color: #AF2525;
  font-size: 40px;
  padding-left: 15px;
  vertical-align: middle;
}

.social ul li:hover i {
  color: #AF2525;
}


.footer {
    bottom: 115px;
    width: 15%;
    position: fixed;
    color: #AF2525;
    font-family: Calibri;
    font-style: italic;
    background: rgba(255, 255, 255, 0.75);
}

.footer h1 {
    font-size: 24px;
    line-height: 20px;
    padding: 20px 10px 0px 20px;
    font-weight: bold;
}

.footer h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 10px 20px 20px;
}

.footer h2 a {
    color: #AF2525;
    text-decoration: none;
}


/* Responsive CSS */

    @media (max-width: 1440px) {
      body.page-template-page-fullsingle-me {
	background-position: 90%; 
			    }
      
     .social {
      position: fixed;
      top: 140px;    }
	
    	.social ul li {
          display: block;
          background: rgba(255, 255, 255, 0.75);
          width: 300px;
          text-align: right;
          
          margin: 5px 5px 5px 5px;
          padding: 10px 12px 10px 10px;
          
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          -ms-transition: all 1s;
          -o-transition: all 1s;
          transition: all 1s;
        }
        
        .footer {
            bottom: 80px;
            width: 40%;
            position: fixed;
            color: black;
            font-family: Calibri;
            font-style: italic;
            background: rgba(255, 255, 255, 0.75);
        }
        
        .footer h1 {
    	    font-size: 22px;
    	    line-height: 20px;
    	    padding: 20px 10px 0px 20px;
    	    font-weight: 500;
    	}
	
    	.footer h2 {
    	    font-size: 16px;
    	    font-weight: 400;
    	    line-height: 20px;
    	    padding: 15px 10px 20px 20px;
    	}
    	
    	.footer h2 a {
            color: black;
            text-decoration: none;
        }   
        
    }

    @media (max-width: 1200px) {
      body.page-template-page-fullsingle-me {
	background-position: 90%; 
			    }
      .social {
      position: fixed;
      top: 140px;    }
	
    	.social ul li {
          display: block;
          background: rgba(255, 255, 255, 0.75);
          width: 300px;
          text-align: right;
          
          margin: 5px 5px 5px 5px;
          padding: 10px 12px 10px 10px;
          
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          -ms-transition: all 1s;
          -o-transition: all 1s;
          transition: all 1s;
        }
        
        .footer {
            bottom: 80px;
            width: 40%;
            position: fixed;
            color: black;
            font-family: Calibri;
            font-style: italic;
            background: rgba(255, 255, 255, 0.75);
        }
        
        .footer h1 {
    	    font-size: 22px;
    	    line-height: 20px;
    	    padding: 20px 10px 0px 20px;
    	    font-weight: 500;
    	}
	
    	.footer h2 {
    	    font-size: 16px;
    	    font-weight: 400;
    	    line-height: 20px;
    	    padding: 15px 10px 20px 20px;
    	}
    	
    	.footer h2 a {
            color: black;
            text-decoration: none;
        }   
    }

    @media (max-width: 900px) {
      body.page-template-page-fullsingle-me {
	background-position: 90%; 
			    }

	  .logo img {
	max-width: 300px;
    	height: auto; }
    	
    		.social {
      position: fixed;
      top: 92px;    }
      
      .social {
      position: fixed;
      top: 105px;    }
	
    	.social ul li {
          display: block;
          background: rgba(255, 255, 255, 0.75);
          width: 300px;
          text-align: right;
          
          margin: 5px;
          padding: 10px 12px 10px 10px;
          
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          -ms-transition: all 1s;
          -o-transition: all 1s;
          transition: all 1s;
        }
        
        .footer {
            bottom: 80px;
            width: 40%;
            position: fixed;
            color: black;
            font-family: Calibri;
            font-style: italic;
            background: rgba(255, 255, 255, 0.75);
        }
        
        .footer h1 {
    	    font-size: 22px;
    	    line-height: 20px;
    	    padding: 20px 10px 0px 20px;
    	    font-weight: 500;
    	}
	
    	.footer h2 {
    	    font-size: 16px;
    	    font-weight: 400;
    	    line-height: 20px;
    	    padding: 15px 10px 20px 20px;
    	}
    	
    	.footer h2 a {
            color: black;
            text-decoration: none;
        }
      
	}

    @media (max-width: 425px) {
      body.page-template-page-fullsingle-me {
	background-position: 90%; 
			    }

	  .logo img {
	max-width: 250px;
    	height: auto; }
    	
    	.social {
      position: fixed;
      top: 105px;    }
	
    	.social ul li {
          display: block;
          background: rgba(255, 255, 255, 0.75);
          width: 300px;
          text-align: right;
          
          margin: 5px;
          padding: 10px 12px 10px 10px;
          
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          -ms-transition: all 1s;
          -o-transition: all 1s;
          transition: all 1s;
        }
        
        .footer {
            bottom: 20px;
            width: 80%;
            position: fixed;
            color: black;
            font-family: Calibri;
            font-style: italic;
            background: rgba(255, 255, 255, 0.75);
        }
        
        .footer h1 {
    	    font-size: 22px;
    	    line-height: 20px;
    	    padding: 20px 10px 0px 20px;
    	    font-weight: 500;
    	}
	
    	.footer h2 {
    	    font-size: 16px;
    	    font-weight: 400;
    	    line-height: 20px;
    	    padding: 15px 10px 20px 20px;
    	}
    	
    	.footer h2 a {
            color: black;
            text-decoration: none;
        }
	}
	
	@media (max-width: 375px) {
	    .social {
          position: fixed;
          top: 105px; 
	    }
	
    	.social ul li {
          display: block;
          background: rgba(255, 255, 255, 0.75);
          width: 292px;
          text-align: right;
          
          margin: 5px;
          padding: 7px 7px 5px 5px;
          
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          -ms-transition: all 1s;
          -o-transition: all 1s;
          transition: all 1s;
        }
        
        .social ul li img {
            width: 25px;
        }
        
        .social ul li i {
          color: #AF2525;
          font-size: 30px;
          padding-left: 15px;
          vertical-align: middle;
        }
        
        .social ul li:hover i {
          color: #AF2525;
        }

	}