
@font-face {
  font-family: SFPROROUNDED;
  src: url(SF-Pro-Rounded-Regular.otf);
}

html {
    height:100vh;
    width:100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color:black;
}
body {
    margin:0;
    width:100%;
    height:100%;
    font-family: SF Pro Rounded, SFPROROUNDED, Calibri, sans-serif;
    text-align: center;
}
.splash {
    background: linear-gradient(180deg, black 0%, #121212 64%);
    position:absolute;
    top:0;
    left:0;
    margin-left:0;
    margin-top:0;
    width:100vw;
    height:90vh;
    overflow: hidden;
}
.splash_regular {
    background: linear-gradient(180deg, black 0%, #121212 64%);
    position:absolute;
    top:0;
    left:0;
    margin-left:0;
    margin-top:0;
    width:100vw;
    height:100px;
    overflow: hidden;
}

/* ---------- */
/* Navigation */
/* ---------- */


.mobile_welcome {
    margin-top:100px;
    margin-bottom:0px;
}
.mobile_h3 {
    margin-top:50px;
    margin-bottom:-4px;
}

.mobile_hide {
    display:none;
}


nav {
    display:none;
}
h2 {
    font-size:36px;
}
h3 {
    margin-top:-10px;
    font-size:22px;
    font-weight:700;
}
p {
    font-size:22px;
}
/* ---------- */
/* SVG Stuffs */
/* ---------- */

.home_h1 {
    font-size:22px;
    color:white;
    font-weight: 400;
    position:absolute;
    z-index:3;
    left:10%;
    top:50%;
    margin-left:0;
    margin-top:130px;
    width:80%;
    height:auto;
    text-align: center;
}

.home_blob {
    position:fixed;
    z-index:3;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-240px;
    height:200px;
    width:200px;
    transition:all 0.3s;
}

.home_blob_fixed {
    position:fixed;
    z-index:3000;
    top:0%;
    left:0%;
    margin-top:18px;
    margin-left:16px;
    height:64px;
    width:64px;
}


.home_glawen {
    position:absolute;
    z-index:3;
    left:50%;
    top:50%;
    margin-left:-150px;
    margin-top:20px;
    width:300px;
    height:auto;
}


.blob {
    position:fixed;
    z-index:3000;
    left:6px;
    top:20px;
    width:64px;
    height:auto;
    transition:all 0.3s;
}

.blob:hover {
    transform: rotate(12deg) scale(1.1);
}

.about_left {
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
    align-content: center;
    padding:0px;
    padding-top:32px;
}

.about_right {
    display:flex;
    padding:0px;
}

.pfp {
    width: 290px;
    height: 290px;
    border-radius: 500px;
    border: 1px white solid;
}





.nav {
    justify-content: right;
}

.sinewave {
    position:absolute;
    bottom:-30px;
    width:100%;
    min-width: 1920px;
    height:200px;
    z-index:1;
    transform:scale(1,0.5);
    left:0;
}

sw_regular {
    position:absolute;
    top:120px;
    width:100%;
    min-width: 1920px;
    height:200px;
    z-index:1;
    transform:scale(1,0.5);
    left:0;
}

.sinewave_dark {
    position:absolute;
    top:-100px;
    width:100%;
    min-width: 1920px;
    height:30vh;
    z-index:1;
    transform:scale(1,0.5) rotate(180deg);
    left:0;
    background-color:black;
}

.mobile_nav_button {
    position:fixed;
    z-index:2001;
    width:44px;
    height:44px;
    top:30px;
    right:16px;
    background-image: url('../img/menu.svg');
    background-size: cover;
    transition:all 0.3s;
    transition-timing-function: ease-in-out;
}


.button_open {
    background-image: url('../img/menu_close.svg');
    transform:rotateX(180deg);
    position:fixed;
}

.hide {
    top:-100vh !important;
    padding-bottom:104px;
    padding-top:0px !important;
    background-color:rgba(0,0,0,0) !important;
}

.mobile_nav {
    position:fixed;
    display:flex;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,1);
    z-index:2000;
    justify-content: center;
    flex-direction: column;
    transition:all 0.3s;
    padding-top:4px;
    
    transition-timing-function: ease-in-out;
    overflow:hidden;
}

.menu_scrolled {
    background-color:rgba(0,0,0,1) !important;
}

.mobile_nav a {
    color:white;
    display:flex;
    padding:32px;
    font-size:28px;
    flex-direction: column;
}



.mobile_nav_divider {
    color:white;
    display:flex;
    width:100%;
    height:1px;
    flex-direction: column;
    background-color:white;
    opacity:0.35;
    justify-content: center;
}



.spinning_background {
    -webkit-animation: rotating 100s linear infinite;
    -moz-animation: rotating 100s linear infinite;
    -ms-animation: rotating 100s linear infinite;
    -o-animation: rotating 100s linear infinite;
    animation: rotating 100s linear infinite;
    position:absolute;
    left:50%;
    margin-left:-1000px;
    top:50%;
    margin-top:-1090px;
    width:2000px;
    height:2000px;
    z-index:0;
}
@keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@keyframes sliding {
from {
transform: translate(0, 0);
}
to {
transform: translate(-400px, 0);
}
}
svg path {
-webkit-animation: sliding 31s linear infinite;
-moz-animation:sliding 31s linear infinite;
-ms-animation: sliding 31s linear infinite;
-o-animation: sliding 31s linear infinite;
animation: sliding 31s linear infinite;
mix-blend-mode: screen;
}
.sinewave path:nth-of-type(1) {
-webkit-animation: sliding 25s linear infinite;
-moz-animation: sliding 25s linear infinite;
-ms-animation: sliding 25s linear infinite;
-o-animation: sliding 25s linear infinite;
animation: sliding 25s linear infinite;
animation-direction: reverse;
}
.sinewave path:nth-of-type(2) {
-webkit-animation: sliding 30s linear infinite;
-moz-animation: sliding 30s linear infinite;
-ms-animation: sliding 30s linear infinite;
-o-animation: sliding 30s linear infinite;
animation: sliding 30s linear infinite;
animation-direction: reverse;
}
.sinewave_dark path {
-webkit-animation: sliding 31s linear infinite;
-moz-animation:sliding 31s linear infinite;
-ms-animation: sliding 31s linear infinite;
-o-animation: sliding 31s linear infinite;
animation: sliding 31s linear infinite;
mix-blend-mode: screen;
}
.sinewave_dark path:nth-of-type(1) {
-webkit-animation: sliding 25s linear infinite;
-moz-animation: sliding 25s linear infinite;
-ms-animation: sliding 25s linear infinite;
-o-animation: sliding 25s linear infinite;
animation: sliding 25s linear infinite;
animation-direction: reverse;
}
.sinewave_dark path:nth-of-type(2) {
-webkit-animation: sliding 30s linear infinite;
-moz-animation: sliding 30s linear infinite;
-ms-animation: sliding 30s linear infinite;
-o-animation: sliding 30s linear infinite;
animation: sliding 30s linear infinite;
animation-direction: reverse;
}

/* --------- */
/*  Content  */
/* --------- */

.project_list {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    width:100%;
    min-height:400px;
    justify-content: center;
    margin-top:32px;
}

.project_title {
    margin-top:56px;
    margin-left:0px;
    color:black;
    width:90%;
}

p a {
    color:#4E7DE6 !important;
}
.project_card {
    display:flex;
    flex-direction: row;
    width:100%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    aspect-ratio: 1 / 1;
}

.project_card_on_page {
    margin-top:-60px !important;
}

.project_thumb {
    display:inline-block;
    width:70%;
    height:auto;
    border-radius:100%;
    max-width: 500px;
}

a {
    color:black;
}

.about_mobile {
    flex-direction: column !important;
    margin-top:0px !important;
    background-color:white !important;
    color:black !important;
}

.mobile_nav a:nth-of-type(4) {
    display:none;
}

.mobile_about_content {
    margin-top:0px !important;
    top:104px !important;
}


.project_card:hover {
    opacity:0.7;
}


.project_card h3 {
    display:block;
    font-size:22px;
    font-weight: 700;
    margin-top:10px;
}
.project_card h4 {
    display:block;
    font-size:20px;
    opacity:0.5;
    font-weight: 500;
    margin-top:-16px;
    padding-bottom:64px;
}


nav a:nth-child(3) {
    display:none;
}


.project_image {
    width:100%;
    margin-top:0px;
}
.project_image_caption {
    width:100%;
    text-align:right;
    opacity: 0.65;
    text-shadow: 1px 1px 5px black;
    color:white;
    margin-top:-32px;
    padding-bottom:13px;
    font-weight:900;
    font-style: italic;
    margin-right:32px;
}
.project_image_caption_dark {
    color:black;
    text-shadow: 1px 1px 4px white;
}

.circle {
    display:none;
}

.content_dark div div h3 {
    color:white;
}
.content_dark div div h4 {
    color:white;
}

.sinewave_blocker {
    width:100%;
    height:200px;
    background-color:red;
    position:absolute;
    bottom:-200px;
}

.circle:nth-of-type(1) {
    top:600px;
    left:auto;
    margin-left:auto;
    right:50%;
    margin-right:380px;
    background-color:#4E7DE6;
}

.content {
    position:absolute;
    z-index:2;
    top:126px;
    width:100%;
    padding-top:0px;
    margin-top:-22px;
    padding-bottom:0px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index:1;
    overflow:hidden;
    background-color:white;
}

.home_content {
    top:90vh;
}

.content_dark {
    position:relative;
    top:100px;
    width:100%;
    padding-top:100px;
    padding-bottom:200px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index:1;
    overflow:hidden;
    background-color:black;
    min-height:500px;
}
.content_block {
    display:inline-block;
    text-align:center;
    width:100%;
    min-height:25px;
    background-color:#4E7DE6;
    margin-top:50px;
    color:white;
}
.content_block_code {
    display:inline-block;
    text-align:center;
    width:100%;
    min-height:25px;
    background-color:white;
    margin-top:10px;
    padding-top:50px;
    color:black;
    background-image:url("../img/code.svg");
    background-size:cover;
}
.content_block:nth-of-type(4) {
    margin-top:0px;
}

.business_logo {
    width:36vw;
    height:auto;
    margin:20px;
}

h2 {
    width:100%;
    margin-left:0%;
}

.mobile_h2 {
    width:80%;
    margin-left:10%;
}

.splash_mobile {
    background-color:black !important;
}

.IPA {
    opacity: 0.3;
    display:flex;
    flex-direction: row;
    justify-content: center;
    height:44px;
    margin-top:-20px;
    cursor: pointer;
}

.IPA_img {
    left:50%;
    margin-top:27px;
    margin-left:5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display:inline-block;
    content:url(../img/sound_dark.png);
}
.IPA_text_img {
    left:50%;
    margin-top:21.5px;
    margin-left:5px;
    width: auto;
    height: 30px;
    cursor: pointer;
    display:inline-block;
    content:url(../img/ipa_dark.png);
}

.content p {
    padding:16px 32px 16px 32px;
    text-align: justify;
}
.content h3 {
    padding:0px 32px 0px 32px;
}
.content h1 {
    padding:0px 16px 0px 16px;
}


.IPA:hover {
    opacity:1;
}

.check {
    float:left;
    vertical-align:middle
}

td {
    text-align: left;
    display:flex;
    align-items:center;
}

a {
    text-decoration: none;
    justify-content: center;
}
.button_primary {
    border-radius:64px;
    font-size:18px;
    font-weight:900;
    padding:15px 32px 15px 32px;
    max-width:180px;
    display:inline-block;
    text-align:center;
    transition:all 0.3s;
    margin-top:25px;
    background-color:#4E7DE6;
    color:white;
}


.warning_wrapper {
    position:absolute;
    top:0px;
    left:0px;
    min-width:100vw;
    min-height:100vh;
    background-color:black;
    
}


.leave_warning {
    position:absolute;
    background-color:white;
    height:100vh;
    width:100vw;
    top:0;
    left:0;
    display:flex;
    justify-content: center;
    flex-direction: column;
}

.button_leave {
    background-color:#4E7DE6;
    color:white;
    border:1px solid #4E7DE6;
    width:324px;
}

.button_mobile_back {
    background-color:white;
    color:#4E7DE6;
    border:2px #4E7DE6 solid;
    width:324px;
}


.leave_warning p {
    width:100%;
    text-align: center;
    font-weight: 700;
    font-size:24px;
}
.leave_warning p:nth-of-type(2) {
    color:#E83272;
}

.leave_warning_image {
    height:auto;
    width:90vw;
    max-width:600px;
}

.landing_image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_player {
    width:100%;
    aspect-ratio: 16 / 9;
}

.button_secondary {
    border-radius:64px;
    font-size:18px;
    font-weight:900;
    padding:15px 32px 15px 32px;
    max-width:180px;
    display:inline-block;
    text-align:center;
    transition:all 0.3s;
    margin-top:25px;
    background-color:#FFFFFF;
    color:BLACK;
}



.non_home_nav {
    background-color:black !important;
}