/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   dev
   ========================================================================== */

.dev-border {
   	border:1px dotted magenta;
}

.dev-dummy {
	position:relative;
	top:100px;
	width:100%;
	height:3024px;	
}
   
/* ===== Initializr Styles ==================================================
   main
   ========================================================================== */   
html {
	width:100%;
	height:100%;	
}
body {
    font-family: 'Libre Baskerville', serif;
	font-size:14px;
	background:#ffffff;
	


}

.wf-sans {
	font-family: 'Libre Franklin', sans-serif;	
}
.light {
	font-weight:200;	
}

.gradient {
	/*
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(251,251,251,1) 73%, rgba(250,250,250,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(251,251,251,1) 73%,rgba(250,250,250,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(251,251,251,1) 73%,rgba(250,250,250,1) 100%);	
*/
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
}

#bg {
	position:absolute;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	z-index:1;	

	
}

.main-container {
	position:relative;
	width:100%;	
	z-index:3;	
	overflow:hidden;
	
}



.container {
    width: 98%;
	height:100vh;
	margin:0 1%; 

	
}

.bottom-border {
	position:fixed;
	background:#fff;
	width:110%;
	height:150px;
	left:-5%;
	bottom:20px;
	
	border-bottom:1px solid black;
	box-shadow:0 10px 15px rgba(0,0,0,0.7);
	
	transform:rotate(-2deg);
	z-index:1;
}

.bg-bottom {
	position:fixed;
	width:200%;
	height:60px;
	left:-5%;
	bottom:20px;
	overflow:hidden;
	
	z-index:1;
}
.bg-bottom div {
	position:absolute;
	width:100%;
	height:100%;
	top:-58%;
	left:0;
	transform:skewY(178deg);
	border-bottom:1px solid black;
	box-shadow:0 10px 15px rgba(0,0,0,0.7);
}

#me {
	
}

#tooltip-interlude {
	border:2px solid black;
	padding:5px;
	color:black;
	background:white;
	font-size:80%;
	position:absolute;
	z-index:3;
	opacity:0;
	transition:opacity 250ms ease-in;
	-webkit-transition:opacity 250ms ease-in;	
	transition-delay:5s;
	-webkit-transition-delay:5s;
	
}
.tooltip-go {opacity:1 !important;}

#contact {
	margin-top:800vh;	
}

footer {
	position:fixed;
	width:100%;
	bottom:0px;	
	z-index:1;
	
	
}
footer a {
	position:relative;
	display:inline-block;
	margin:0 10px;
}
footer span {
	display:none;
}
footer a svg {
	width:20px;
	height:20px;	
	border:1px solid transparent;
	padding:2px;
	background:#fff;
/*	transition:all 200ms linear;*/
}
footer a:hover svg {
	background:#000;
	padding:2px;
}

footer a:hover .icon {
	fill:#fff;
}

.tooltip {
	position:absolute;
	width:250px;
	height:100px;
	left:-97px;
	bottom:25px;	
	
	color:#fff;
	
	background:url(../img/basic/tooltip.svg) no-repeat center center;
	background-size:contain;
	opacity:0;
	display:block;
	padding:20px;
	
	transform-origin:97px 100%;
	/*
	transform:scale(0.9);
	
	transition:all 200ms linear;
	*/
	

}

.tooltip div {
}

footer a:hover .tooltip {
	
	/*opacity:1;
	transform:scale(1);
	animation:tooltipAnim 1s linear;
	*/

	
}



.center {
	text-align:center;	
}
.left {
	text-align:left;	
}

.vcenter {
  text-align: center;
  overflow: hidden;
}
.vcenter:after,
.vcenter .vcenter-inner {
  display: inline-block;
  vertical-align: middle;
}
.vcenter:after {
  content: '';
  height: 100%;
  margin-left: -0.25em;
  width: 1px;
}
.vcenter .vcenter-inner {
  max-width: 99%;
}


.reset {
	list-style-type:none;
	margin:0;
	padding:0;	
}

.inline li {
	display:inline;	
}

.fixed {
	position:fixed !important;	
	left:0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#logo {
		/*position:fixed;
		left:0;*/
}
#logo img,
#contact img {
	width:98px;
	height:auto;	
}

h1 {
	font-size:14px;
	font-weight:400;	
	position:relative;
	margin:15px auto;
	width:150px;
	overflow:visible;
	white-space:nowrap;	
}

h1 span {
	font-weight:700;	
}

.marker {
	position:absolute;
	left:-25px;
	top:-7px;	
}

.marker svg {
	width:77px;
	height:	151px;
}

h2 {
	font-weight:400;
	margin:0;
	font-size:16px;	
}
#me {
	margin-top:100vh;
	font-size:1.2em;
	line-height:2em;
}
.timeline {
	position:relative;
	width:300px;
	margin:0 auto;
	
	
}

#contact {
		
}
.text-perspective {
	/*
	transform:perspective(1400px) translateZ(-5px) rotateY(5deg);
	transform-style:preserve-3d;
	

	*/
	
	transition:all 250ms linear;
	-webkit-transition:all 250ms linear;
}

.underline, .job-title {
	border-bottom:2px solid black;	
	display:inline-block;
	position:relative;
	width:40px;
	height:35px;
	top:14px;
	transition:width 500ms cubic-bezier(.72,.01,.27,1.55);
	-webkit-transition:width 500ms cubic-bezier(.72,.01,.27,1.55);
	
}
.job-title  span {
	transition:opacity 750ms linear;
	-webkit-transition:opacity 750ms linear;	
	display:inline-block;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
}
.underline li {
	position:absolute;
	top:0;
	left:0;
	
}



#social {
	padding:50px 0;	
}

a {
	color:black;	
}
a:hover {
	text-decoration:none;	
}

section {
	position:relative;
	width:100%;
	height:100vh;
	left:0;	
	z-index:2;
	
}


/* ==========================================================================
   noscript
   ========================================================================== */

noscript {
	
}

noscript > div {
	
}








/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 600px) {

.container {
    width: 90%;
	margin:0 5%;    
}

#contact .vcenter-inner > div {
		position:relative;
		width:500px;
		padding-top:50px;

}
#contact .vcenter-inner > div div {
	position:absolute;
	width:110px;
	text-align:left;
	right:52%;
}

#contact .vcenter-inner > div div + div {
	position:absolute;
	width:50%;
	text-align:left;
	left:52%;
	right:auto;
}

}

@media only screen and (min-width: 1140px) {

#me p {
	width:50%;
	margin:0 25%;
}

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}