@charset "UTF-8";

/* CSS Document by Nathanael Chamberlain*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}


/*GLOBAL STYLES*/
html {
    font-family: 'Kumbh Sans', sans-serif;
    background: #ECE2D8;
    line-height: 1.4em;
    width: 100%;
    scroll-behavior: smooth;
}
h1 {
    font-family: 'paralucent', sans-serif;
    font-weight: 500;
    display: inline;
}
.logo_color {
    width: 55px;
    margin: 12px 20px;
    display: inline-block;
    position: fixed;
    z-index: 1;
    text-align: left;
    float: left;
}
header {
    background: #ECE2D8;
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 1;
    padding: 2px;
    top: 0;
}
nav {
    float: right;
    text-decoration: none;
    display: inline;
    text-align: right;
    margin: 15px 60px;
}
nav ul {
    list-style: none;
}
nav li {
    display: inline-block;
    padding: 0% 25px;
    text-transform: uppercase;
    font-size: 30px;
    text-decoration: none;
    font-family: 'paralucent', sans-serif;
    color: black;
}

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

main {
    display: block;
    height: 100%minh;

}
.about_main {
    display: flex;
    height: 1200px;
}
#content {
    position: relative;
    z-index: 0;
}
#Hi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#container_01 {
    position: relative;
    height: 1000px;
    width: calc(100% - 20px);
    border-radius: 12px;
    margin: auto;
    background-color: #F7F7F5;
    margin-top: 75px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#Intro_Tagline {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    margin-right: auto;
    margin-left: 100px;
    margin-top: 350px;
    z-index: 1;
}
#Intro h1 {
    font-size: 90px;
    margin: 200px 0px;
}
#Tagline h3 {
    font-size: 30px;
    margin-top: 30px;
}
#blurry-circles {
    transition: opacity 500ms ease-out;
    animation-name: circleson;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.background {
    width: 100vw;
    height: 100vh;
    background: 0 0;
    position: absolute;
    z-index: 0;
    -webkit-transform: translate3d(0,0,0);
}
.background span {
    width: 100vmin;
    height: 100vmin;
    border-radius: 60vmin;
    backface-visibility: hidden;
    position: absolute;
    animation-name: move;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: opacity 1s ease-in-out;
}
.background span:nth-child(1) {
    color: #DE4A26;
    top: 66%;
    left: 84%;
    animation-duration: 13.2s;
    animation-delay: -11s;
    transform-origin: -1vw 3vh;
    box-shadow: -120vmin 0 10.7395569339vmin currentColor;
}
.background span:nth-child(2) {
    color: #35594D;
    top: 89%;
    left: 24%;
    animation-duration: 12.6s;
    animation-delay: -15.9s;
    transform-origin: -2vw -2vh;
    box-shadow: -120vmin 0 12.4319763489vmin currentColor;
}
.background span:nth-child(3) {
    color: #1F528E;
    top: 20%;
    left: 48%;
    animation-duration: 16.6s;
    animation-delay: -8.8s;
    transform-origin: -5vw -5vh;
    box-shadow: -120vmin 0 7.869308108vmin currentColor;
}
@keyframes move {
    100% {transform: translate3d(0,0,1px) rotate(360deg)}
}


#works {
    align-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#works h1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    padding: 5% 0;
    text-transform: uppercase;
    text-decoration: none;
}
#works a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: transparent;
}
#tile_title h2 {
    font-family: 'paralucent', sans-serif;
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 20px;
}
#tile_blurb p {
    font-size: 20px;
}
#stoichtile {
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    background: #ff9820;
    background: linear-gradient(105deg, #fff3e1 0%, #ff8900 100%);
    margin: 0 0 4% 0;
}
#stoich_text {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    justify-content: center;
}
.stoich_cover {
    flex-direction: column;
    margin-left: 10%;
    margin-top: 12%;
    z-index: -1;
    height: 70%;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
}

#collinstile {
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    background: #ffffff;
    background: linear-gradient(105deg, #f0d609 0%, #f5f2d9 100%);
    margin: 0 0 4% 0;
}
#collins_text {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: 10%;
    justify-content: center;
    text-align: right;
}
.collins_cover {
    flex-direction: column;
    padding-left: 10%;
    margin-top: 12%;
    z-index: -1;
    height: 210%;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
}

#impacttile {
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    background: #ffffff;
    background: linear-gradient(105deg, #e5edfc 0%, #074889 100%);
    margin: 0 0 4% 0;
}
#impact_text {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 15%;
    justify-content: center;
    text-align: left;
}
.impact_cover {
    flex-direction: column;
    margin-right: 40%;
    margin-top: 12%;
    z-index: -1;
    height: 110%;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
}

#plustile {
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    background: #ffffff;
    background: linear-gradient(105deg, #00AD7C 0%, #fdfdfd 100%);
    margin: 0 0 4% 0;
}
#plus_text {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: 10%;
    justify-content: center;
    text-align: right;
}
.plus_cover {
    flex-direction: column;
    margin-left: 20%;
    margin-top: 10%;
    z-index: -1;
    height: 80%;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
}

#stoichbrandtile {
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    background: #ffffff;
    background: linear-gradient(105deg, #d4e8ed 0%, #b4cad0 100%);
    margin: 0 0 4% 0;
}
#stoichbrand_text {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 8%;
    justify-content: center;
    text-align: left;
}
.stoichbrand_cover {
    flex-direction: column;
    margin-right: 40%;
    margin-top: 12%;
    z-index: -1;
    height: 80%;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
}

#contact_container {
    margin-top: 150px;
    margin-bottom: 1000px;
    display: flex;
    flex-direction: column;
    width: 100%;
    
}
#contact_container h1 {
    font-size: 5rem;
    text-align: center;
    padding: 30px;
}
#contact_container p {
    font-size: 1rem;
    text-align: center;
    padding: 30px;
    line-height: 1.4rem;
}
#about_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 150px;
    justify-content: center;
}
#about_pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10%;
    padding: 10px;
    margin-right: 5%
}
#profile_pic {
    width: 500px;;
}
#about_blurb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    margin-right: 10%;
}
#about_blurb p {
    text-align: left;
    font-size: 20px;
    line-height: 1.4rem;
    
}
#about_blurb h1 {
    font-size: 5rem;
    line-height: .8;
    padding-bottom: 30px;
}
#resume {
    display: flex;
    flex-direction: row;
    margin: 30px;
    justify-content: center;
}
button {
    display: flex;
    color: white;
    background-color: black;
    border-radius: 12px;
    cursor: pointer;
    padding: 15px 32px;
    border-style: hidden;
    font-family: 'kumbh sans', sans-serif;
    font-size: 20px;
    margin-top: 50px;
}
button:hover {
    background-color: white;
    color: darkblue;
}
#resume a {
    text-decoration: none;
}

#socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}
.social {
    display: flex;
    flex-direction: column;
    width: 50px;
    padding: 10px;
}
.socials {
    display: flex;
    flex-direction: column;
    width: 30px;
    padding: 20px;
    margin-top: -70px;
}
#page-container {
    position: relative;
    min-height: 100%;
}

#content-wrap {
    margin-bottom: 4%;
}
footer {
    height: 10rem;
    width: 100%;
    position: relative;
    background: black;
    left: 0;
    font-size: 15px;
    color: grey;
    z-index: 0;
    justify-content: center;
}
#footer_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    color: white;
    background-color: black;
}
#footer_blurb {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#footer_container p {
    padding: 30px;
}