/*  HTML5 RESET  +=========================================================================== */

html, body, div, span, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
header, hgroup, menu, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a {text-decoration: none; outline: 0;}

body {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* ::selection {
    background: rgba(41,255,204, 0.8);
  }


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col, .h-col {
	display: block;
	float:left;
	margin: 1px 0 0 2%;
}
.col:first-child, .h-col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.col_4 {
	width: 100%;
}
.col_3 {
	width: 74.5%;
}
.col_2 {
	width: 49%;
}
.col_1 {
	width: 23.5%;
}
.col img {
    max-width: 100%;
}

/*  FONTS  +============================================================================= */

@font-face {
    font-family: "StudioPro-Regular";
    src: url('/lib/fnt/StudioPro-Regular.woff') format('woff'); unicode-range: U+0-7F, U+00E9, U+00A9, U+2013, U+2018, U+2019, U+0101 }

@font-face {
    font-family: "StudioPro-SemiBold";
    src: url('/lib/fnt/StudioPro-SemiBold.woff') format('woff'); unicode-range: U+0-7F, U+00E9, U+00A9, U+2013, U+2018, U+2019, U+0101 }

@font-face {
    font-family: "StudioPro-UltraBold";
    src: url('/lib/fnt/StudioPro-UltraBold.woff') format('woff'); unicode-range: U+0-7F, U+00E9, U+00A9, U+2013, U+2018, U+2019, U+0101 }



/*  COMMON  +============================================================================= */

body {
    background-color: #fff;
    padding-left: 2%;
    padding-right: 2%;
}
.g-ls {
    margin-top: 1rem;
}
.g25 {
    margin-top: 25px;
}
.g40 {
    margin-top: 40px;
}
.g-project {
    margin-top: 0.8vw;
}
.g90 {
    margin-top: 90px;
}
.g170, .project-start {
    margin-top: 170px;
}
/*
.home-group {
    margin-top: 170px;
}
*/
.g-ls {
    margin-bottom: 200px;
}
.center {
    align-content:center;
}
h2 {
    font-family: "StudioPro-UltraBold", Arial, Helvetica, sans-serif;
    font-size: 10vw;
    line-height: 9.25vw;
    letter-spacing: -0.015em;
    word-spacing: -0.015em;
    color: #f0f0f1;
}
.h2-about {
    color: #fff;
    margin-top: 0;
    padding-top: 70px;
}
.h2-outline {
    color: #f0f0f1;
    -webkit-text-stroke: 1.5px #f0f0f1;
    -webkit-text-fill-color: #0f0f0e;
}
h3 {
    font-family: "StudioPro-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 3.5vw;
    letter-spacing: -0.08vw;
    line-height: 4.1vw;
    color: #f0f0f1;
}
.h3-outline {
    color: #777;
    font-size: 3.5vw;
    letter-spacing: -0.08vw;
}

.nav-cont a, .mob-nav-cont a {
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    color: #000;
}
.nav-cont a:hover {
    color: #530CF3;
    -webkit-transition: color 0.05s;
    transition: color 0.05s;
}
p {
    font-family: "StudioPro-Regular", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.45rem;
}
.nav-cont, .mob-nav-cont {   
    position: fixed;
    z-index: 99;
    width: 96%;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding-top: 10px;
    padding-bottom: 12px;
    font-family: "StudioPro-SemiBold", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.45rem;
}
.mob-nav-cont {
    display: none;
}
#nav-pop {
    top: -75px;
    transition: top 0.3s ease;
}
.marq-cont {
    height: 1.4rem;
    overflow: hidden;
}
.scrolling {
    display: inline-block;
    animation: marquee 4.5s linear infinite;
}
@keyframes marquee {
    40% { 
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
a {
    color: #fff;
    text-decoration: none;
}
.underline {
    font-family: "StudioPro-Regular", Arial, Helvetica, sans-serif;
    color: #444;
    border-bottom: 1px solid rgba(153,153,153,0.6);
    padding-bottom: 2px;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}
.underline:hover {
    color: #999;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}
.home-footer .underline {
    border-bottom: 1px solid rgba(38,100,176,1);
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}

/*  HOME  +============================================================================= */

.feat-number {
    position: sticky;
    font-family: "StudioPro-Regular", Arial, Helvetica, sans-serif;
    color: #555;
}
.home-title {
    z-index: -1;
}
.home-title-clear {
    z-index: 1;
    height: 12vh;
}
.home-title h2 {
    margin-bottom: 0;
}
.byline {
    padding-top: 7vw;
    margin-left: -0.1vw;
}
.byline p {
    color: #fff;
    max-width: 32ch;
 }
 .byline a {
    color: #ccc;
 }
 .byline a:hover {
    color: #29FFCC;
 }

/*  ABOUT  +============================================================================= */
.about {
    font-family: "StudioPro-SemiBold", Arial, Helvetica, sans-serif;
    color: #ccc;
    font-size: 3.5vw;
    line-height: 4.1vw;
    letter-spacing: -0.08vw;
    max-width: 98.4%;
}
.about-first {
    text-indent: 25.5%;
}
.about-screen {
    z-index: 99;
    position: fixed;
    margin-top: 50px;
    padding-left: 2vw;
    margin-left: -2vw;
    border-radius: 20px;
    height: 100vh;
    bottom: -100%;
    background-color:#191919;
    transition: bottom 0.6s;
    overflow-y: scroll;
}
  
.slidenavdown {
    bottom: -45px;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(.86, .03, .53, 1.01);
    animation-timing-function: cubic-bezier(.86, .03, .53, 1.01);
  }

.nav-about-active {
    color: #530CF3;
  }

a.nav-about-active, a.nav-about-active:hover {
    color: #530CF3;
}
  
  /* --- KEYFRAMES --- */
  
  @keyframes slidenavdown {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 0px;
    }
  }
ul {
    margin-top: -12vw;
}
h4 {
    font-family: "StudioPro-SemiBold", Arial, Helvetica, sans-serif;
    color: #777;
    font-size: 1.05rem;
    letter-spacing: -0.04rem;
    line-height: 1.45rem;
}
.profile {
    margin-top: 2.5vw;
    width: 90%;
    border-radius: 15px 15px 0 0;
}

/*  FOOTER   ==================================================================== */

.home-footer {
    flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    padding: 0;
    width: 100vw;
    margin-left: -2vw;
    padding-bottom: 12px;
  }
  .home-footer-wrap {
      margin-left: 2vw;
  }

/*  RESPONSIVE   ==================================================================== */

@media only screen and (max-width: 640px) {
    .col {  margin: 1% 0 1% 0; }
	.col_1, .col_2, .col_3, .col_4, .h-col_1, .h-col_2, .h-col_3 { width: 100%; }
    body { 
        margin-left: 1.6%;
        padding-right: 1.6%;
        width: 94.8%;
    }
    .nav-cont {
        display: none;
    }
    .mob-nav-clear {
        display: inline-block;
        height: 50px;
    }
    .mob-nav-cont {
        display: inline-block;
        width: 96%;
        margin-left: -3%;
        padding-left: 3%;
    }
    .mob-nav-cont .col_1 {
        display: flex;
        justify-content: space-between;
        width: 96%;
    }
    .mob-nav-cont .col_1 a:not(:first-child) {
        flex-grow: 1;
        color: #999;
        text-align: right;
    }
    .byline {
        padding-top: 0;
    }
    .about {
        text-indent: 15%;
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .about-first {
        margin-top: 20px;
    }
    .profile {
        float: right;
        width: 33%;
        margin-top: 0;
    }
    .about-screen {
        display: none;
    }
    h3, .h3-outline, .about {
        font-size: 2.15rem;
        line-height: 2.55rem;
    }
}
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0; }
	.col_1, .col_2, .col_3, .col_4 { width: 100%; }
    body { 
        width: 94%;
        margin-left: 2%;
    }
    h3, .h3-outline, .about {
        font-size: 1.75rem;
        line-height: 2.15rem;
    }
}