@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Outfit', 'Helvetica', 'Arial', sans-serif;
	color: #111;
	background-color: #E5E5E5;
	font-size: 1em;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 4em;
	width: 100%;
	line-height: 100%;
	margin-bottom: 0.5em;
}

h2{
	font-size: 2.5em;
	width: 80%;
	line-height: 100%;
	margin: 1em auto 1em;
}

h3{
	font-size: 1em;
	width: 80%;
	line-height: 100%;
	margin: -1.5em auto 2.5em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.p {
  	font-weight: 300;
	width: 80%;
	/*margin: 0 auto;*/
	font-size: 1.5em;
	max-width: 50em;
}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

.light a:link {
	color: #666;
	text-decoration: underline;
}
.light a:visited {
	color: #666;
	text-decoration: underline;
}
.light a:hover {
	color: #666;
	text-decoration: none;
}

header.header {
   display: none;
   width: 100%;
   height: 3.5em;
   position: fixed;
   top: 0;
   background-color: #000;
   text-align: center;
   z-index: 100;
}

.header .logo {
    height: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.header .menu-button {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.25em;
    cursor: pointer;
}

.header .menu-button:hover {
    color: #94C81A;
}

nav {
    display: block;
    width: auto;
    height: auto;
    padding: 1.5em 1.5em 0.5em 1.5em;
    position: fixed;
    top: 3.5em;
    right: 0;
    z-index: 90;
    background-color: #222;
    color: #fff;
    font-size: 1em;
    line-height: 1.75em;
    border-bottom-left-radius: 1em;
    overflow: hidden;
    transform: translateY(-120%);
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(.77,-0.01,.31,.99);
}

nav.open {
    transform: translateY(0);
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(.77,-0.01,.31,.99);
}

nav ul li {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
}

nav ul li ul {
    list-style: inside square;
    margin: 0 0 1em 0.25em;
}

nav ul li ul li {
    text-transform: none;
    font-weight: 300;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

nav a:link, nav a:visited {
    color: #fff;
    text-decoration: none;
}

nav a:hover, nav a:active {
    color: #94C81A;
    text-decoration: none;
}

.fp-prev, .fp-next {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.fp-prev:hover, .fp-next:hover {
	opacity: 1.0;
	transition: opacity 0.5s;
}

.fp-controlArrow.fp-prev {
    border-width: 25px 20px 25px 0;
    left: 3%;
}
.fp-controlArrow.fp-next {
    border-width: 25px 0 25px 20px;
    right: 3%;
}

.fp-slidesNav.fp-bottom {
    width: fit-content;
    background-color: rgba(0,0,0,0.5);
    padding: 2px 10px 0;
    border-radius: 30px;
}

.fp-scrollable {
    cursor: grab;
}

.fp-scrollable:active {
    cursor: grabbing;
}

.light .fp-slidesNav.fp-bottom {
    width: fit-content;
    background-color: rgba(255,255,255,1);
    padding: 2px 10px 0;
    border-radius: 30px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fff;
}

#fp-nav.fp-left {
    display: none;
    background: rgba(0,0,0,0.10);
    left: 0;
    top: 60%;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    border-radius: 0px 50px 50px 0px;
/*    transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translate3d(0,10%,0);*/
    padding: 10px 5px 10px 0;
    transition: background 0.5s;
}

#fp-nav.fp-left:hover {
    background: rgba(0,0,0,0.5);
    transition: background 0.5s;
}

#fp-nav ul li .fp-tooltip.fp-left {
    background-color: rgba(0,0,0,0.75);
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform: translateY(-30%);
    left: 30px;
    font-family: 'Outfit', 'Helvetica', 'Arial', sans-serif;
}

#fullpage video {
    max-width: 75%;
	max-height: 60%;
    position: relative;
	display: block;
	margin: 0 auto;
}

video.logo-video {
	height: 100%;
    max-height: 100% !important;
	max-width: 90% !important;
    pointer-events: none;
    top: -1.75em;
    z-index: 5;
}

video.bg {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    max-width: 200% !important;
    max-height: 100% !important;
    z-index: 1;
    object-fit: fill;
    pointer-events: none;
}

@keyframes home-arrow {
  from   {opacity: 0;}
  to  {opacity: 1;}
}

.home-arrow {
	color: #fff;
    position: absolute;
    bottom: 1em;
    font-size: 2em;
    text-align: center;
    width: 100%;
	opacity: 0;
	animation-name: home-arrow;
	animation-delay: 5s;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
    z-index: 5;
}

.section{
	text-align:center;
}

.section.home {
	background: #000;
    height: 100vh;
    padding-top: 0 !important;
}

.section.home .fp-overflow {
    overflow: visible;
}

.section.info {
	background: #94C81A;
	color: #fff;
}

.intro .slide-content {
    display: flex;
}


.profile-photo {
	/*float: left;*/
    width: auto;
    height: auto;
    max-width: 100%;
	border-radius: 100%;
	background-color: #fff;
    margin: 0 1em 1em 0;
	overflow: hidden;
    align-self: center;
}

.profile-photo img {
	width: 100%;
    transform-origin: 50% 25%;
    transform: scale(1.1)
}

.intro .flex-wrapper .p {
    width: 100%;
}

.resume {
    
}

.resume h3 {
    display: inline-block;
/*    max-width: 20em; */
    margin: 2em 0 1em;
    font-size: 1.25em;
    width: auto;
    line-height: 1.35em;
}

.resume-content {
    display: flex;
}

.flex-wrapper {
    margin-right: 5%;
}

.flex-wrapper.wide {
    width: 60%;
}

.flex-wrapper.narrow {
    width: 30%;
}

.resume ul {
  	font-weight: 300;
	font-size: 1em;
    letter-spacing: 0.05em;
	max-width: 50em;
    margin-bottom: 1em;
    list-style: square inside;
}

.resume ul.work-xp {
    list-style: none;
}

.resume ul li ul {
    list-style: square outside;
    margin-left: 1.5em;
}

.contact .p {
    line-height: 1.5em;
}

.contact a:link, .contact a:visited {
    font-size: 0.9em;
    text-decoration: none;
    padding-left: 1em;
}

.contact a:hover, .contact a:active {
    text-decoration: underline;
}


.contact i {
    position: relative;
    top: 0.1em;
}

.section.footer {
	background: #94C81A;
	color: #fff;
    padding-top: 0 !important;
}

.info article {
    margin-left: 20em;
    max-width: 50em !important;
}

.add-shadow {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}

.section.tinuiti {
	background: #21005e;
	color: #fff;
}

.tinuiti video {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}

.tinuiti .slide:first-child {
	background-color: rgba(0,0,0,0);
    transition: background-color 2s;
}

.tinuiti .slide {
	background-color: rgba(0,0,0,0);
    transition: background-color 2s;
}

.section.viki {
	background: rgb(167,232,236);
	background: linear-gradient(45deg, rgba(167,232,236,1) 0%, rgba(12,155,255,1) 21%, rgba(159,121,243,1) 100%);
	color: #fff;
}

.viki video {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}

.viki .slide:first-child {
	background-color: rgba(0,0,0,0);
    transition: background-color 2s;
}

.viki .slide {
	background-color: rgba(0,0,0,0.25);
    transition: background-color 2s;
}

.section.fender {
    background: #d52b1e;
    color: #fff;
}

.fender .slide:first-child {
	background-color: transparent;
    transition: background-color 2s;
}

.fender .slide {
	background-color: rgba(0,0,0,0.25);
    transition: background-color 2s;
}


.section.ancestry {
    background: #F0EEE9;
    color: #222;
}

.section.tiktok {
    background: #000;
    color: #fff;
}

.section.m1 {
    background: #06B089;
    color: #fff;
}

.section.tart {
    background: #F5F5F5;
    color: #222;
}

.section.honest {
    background-color: #eedfc8;
    color: #222;
}

.honest .slide:first-child {
	background-color: transparent;
    transition: background-color 2s;
}

.honest .slide {
	background-color: rgba(255,255,255,0.5);
    transition: background-color 2s;
}

.section.citizen {
    background: #F5F5F5;
    color: #222;
}

.citizen .slide:first-child {
	background-color: transparent;
    transition: background-color 2s;
}

.citizen .slide {
	background-color: #d5dbdb;
    transition: background-color 2s;
}

.section.chamberlain {
	background: rgb(167,232,236);
	background: linear-gradient(45deg, rgba(45,156,160,1) 0%, rgba(1,58,129,1) 100%);
	color: #fff;
}

.chamberlain video {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}

.chamberlain .slide:first-child {
	background-color: rgba(0,0,0,0);
    transition: background-color 2s;
}

.chamberlain .slide {
	background-color: rgba(0,0,0,0.25);
    transition: background-color 2s;
}

.section.lokai {
    background: #F5F5F5;
    color: #222;
}

.section.ownable {
    background: #f9f9f9;
    color: #222;
}

.section.carved {
    background: #eae8e2;
    color: #222;
}

.carved .fp-slide article, .carved .fp-slide aside {
    margin-top: 0;
}

.carved .fp-slide:first-child aside {
    margin: 1em 0;
}

.section.aob {
    background: #111;
    color: #fff;
}

.light .fp-next{
    border-left-color: rgba(0,0,0,0.5);
}

.light .fp-prev{
    border-right-color: rgba(0,0,0,0.5);
}

.light #fp-nav ul li a span, .light .fp-slidesNav ul li a span {
	background: #333;
}

.slide {
    /*    padding-bottom: 3em;  */
}

.slide-content {
	padding-top: 3em;
	padding-bottom: 3em;
	box-sizing: border-box;
}

.left-aligned {
	padding-left: 15%;
	padding-right: 15%;
	text-align: left;
}

.slide article {
	text-align: left;
	width: 80%;
	max-width: 30em;
	display: block;
	margin: 2em auto;
}

aside {
	margin: 1em 0;
	letter-spacing: 0.05em;
	font-weight: 200;
}

article aside {
	padding-bottom: 5em;
}

aside b {
	font-weight: 500;
}

aside li {
	margin-bottom: 0.5em;
}

.client-logo {
	width: 20em;
	margin-bottom: 2.5em;
}

.black-button {
	display: inline-block;
	font-size: 1em;
	padding: 0.85em 1.15em 1em 1.15em;
	border-radius: 0.25em;
	background-color: #000;
	color: #fff !important;
	font-weight: 500;
	text-decoration: none !important;
	transition: background-color 0.5s;
}

.black-button:hover {
	background-color: #466000;
	transition: background-color 0.5s;
}

.black-button.mono:hover {
    background-color: rgba(0,0,0,0.33);
	transition: background-color 0.5s;
}

.rich-preview {
    width: 800px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

.rich-preview iframe {
    width: 1600px;
    border: none;
    border: 0;
    /*zoom: 0.5;*/
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.summer-2016-slides {
	max-width: 40%;
	margin: 0 auto;
}

.summer-2016-slides .swiper-container {
    position: relative;
    padding-bottom: 64.375%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}
 
.swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 0;
}

.swiper-slide img {
	width: 100%;
}

img.project {
	width: initial;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    cursor: default;
}

img.project.email {
    max-width: 600px;
}

img.preload, iframe.preload {
    display: none;
}

.preload-wrapper::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('../assets/loading_100px.gif');
    border-radius: 50px;
    margin: 0 auto;
}

.footer h3 {
    margin: 1em auto;
    text-align: center;
}

.footer-links {
    margin: 0 auto 1.5em;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.lock-screen {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(20px);
    color: #fff;
    z-index: 2;
}

.lock-screen-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.lock-screen-content h4 {
    margin-bottom: 2em;
}

.lock-screen-content input {
    color: #fff;
    background-color: transparent;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 1em 1.5em;
    font-family: 'Outfit', Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    margin-bottom: 1em;
}

.lock-screen-content input[type="button"] {
    border: 2px solid #94C81A;
    background-color: #94C81A;
    margin-left: 1em;
    margin-bottom: 1em;
}

.lock-screen-content input[type="button"]:hover {
    border: 2px solid #9DD600;
    background-color: #9DD600;
}

.lock-screen-content input[type="button"]:active {
    border: 2px solid #83AF0B;
    background-color: #83AF0B;
    position: relative;
    top: 2px;
}

.incorrect {
    color: #fff;
    display: none;
    height: 0;
    overflow: visible;
    font-size: 0.8em
}

.incorrect i {
    color: orangered;
}

.cancel {
    margin-top: 4em;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing:0.1em;
}

.cancel a:link, .cancel a:visited{
    text-decoration: none;
}

.cancel a:hover {
    text-decoration: underline;
}

.fp-watermark {
    display: none;
}

@media only screen and (max-device-width: 640px) {
	body {
		font-size: 2em;
	}
	
	.p {
		width: 100%;
	}
	
    nav {
        font-size: 1.25em;
        top: 2.3333em;
    }
    
    .header .logo {
    height: 45%;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    }   
    
	.profile-photo {
		float: none;
		/*width: 16em;
		height: 10em;*/
        max-width: 60%;
		margin: 1em auto 3em;
		border-radius: 100%;
		background-color: #fff;
	}
    
    .resume-content {
        display: block;
        font-size: 1.25em;
    }
    
    .intro .p {
        font-size: 1.35em;
    }
    
    .intro .slide-content {
    display: block;
    }
    
    .flex-wrapper.wide, .flex-wrapper.narrow {
        width: 100%;
    }
    
    .info article {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .info article .p {
        width: 100%;
    }

	.summer-2016-slides {
		max-width: 80%;
		margin: 0 auto;
	}
    
    #fp-nav.fp-left {
        transform: scale(1.5) translateX(12.5%);
    }
}

@media only screen and (max-height: 1080px) {
    #fullpage video {
        max-height: 540px; /* normally 60% */
    }
    #fullpage video.vertical{
        max-height: 540px; /* normally 60% */
    }
	.logo-video {
		max-height: 100% !important;
		height: 100% !important;
		max-width: 90% !important;
	}
}

@media only screen and (max-height: 720px) {
    #fullpage video {
        max-height: 280px; /* normally 60% */
    }
    #fullpage video.vertical{
        max-height: 280px; /* normally 60% */
    }
	.logo-video {
		max-height: 100% !important;
		height: 100% !important;
		max-width: 90% !important;
	}
}