@charset "UTF-8";
html, body, header, nav, div, ol, ul, li, dl, dt, dd, heading, img, p, h1, h2, h3, h4, h5, h6, main, aside, article, section, footer, pre, form, fieldset, input, blockquote, textarea, table, th, td, embed, object  {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
	background-color: var(--bpdark);
}
body {
	max-width: 1200px;
	min-width: 550px;
	margin: 0px auto;
	box-sizing: border-box;
	background-image: url(../_img/phone-bg.svg);
	position: relative;
}
img {
	display: block;
}
@font-face {
	font-family: AvenirLight;
	src: url(../_fonts/Avenir-Light.ttf);
}
@font-face {
	font-family: AvenirLightOblique;
	src: url(../_fonts/Avenir-LightOblique.ttf);
}
@font-face {
	font-family: AvenirHeavyOblique;
	src: url(../_fonts/Avenir-HeavyOblique.ttf);
}
@font-face {
	font-family: AvenirBook;
	src: url(../_fonts/Avenir-Book.ttf);
}
@font-face {
	font-family: AvenirBlack;
	src: url(../_fonts/Avenir-Black.ttf);
}
@font-face {
	font-family: GeorgiaBold;
	src: url("../_fonts/Georgia-Bold.ttf");
}
:root {
	--orange: #FF8E52;
	--brown: #453F3C;
	--bpdark: #42427A;
	--bplight: #4E4C9E;
	--vividbdark: #1A1A5B;
	--vividblight: #5653E7;
}
/* Main Nav */
.main-nav {
	height: 128px;
	background-color: var(--orange);
	z-index: 2;
	position: relative;
	top: 0px;
	margin-bottom: 128px;
	box-sizing: border-box;
}
.top-header {
	overflow: hidden;
}
.main-nav-topper {
	width: 100%;
	height: 100px;
	background-image: url("../_img/navtopper.svg");
	background-size: 102%;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: absolute;
	z-index: 0;
	top: 100px;
}
.logo-nav {
	width: auto;
	height: 150px;
	float: left;
	display: inline-block;
	position: relative;
	left: 7.75%;
	top: 0px;
	z-index: 2;
}
.nav-text {
	float: left;
	position: relative;
	z-index: 1;
	left: 0%;
	top: 8px;
	width: 67%;
}
.nav-header {
	color: white;
	font-family: AvenirBlack, sans-serif;
	font-size: 3em;
}
.nav-byline {
	color: white;
	font-family: AvenirBook, sans-serif;
	font-size: 1.5rem;
	position: relative;
	top: -5px;
}
.nav-line {
	background-color: white;
	height: 0.2em;
	margin-bottom: 8px;
	position: relative;
}
.main-nav-container {
	width: calc( 100% - 9% );
	position: relative;
	height: 250px;
	left: 9%;
}
.nav-mobile {
	display: block;
}
.nav-desktop {
	display: none;
}
.nav-buttons {
    width: 100%;
    position: relative;
	z-index: 1;
	top: 8px;
}
.nav-buttons li {
	color: var(--orange);
	background-color: white;
	width: 22%;
	height: 56px;
	font-family: AvenirBlack, sans-serif;
	font-size: 2em;
	font-weight: 200;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	border: 2px solid var(--orange);
	border-radius: 56px;
	display: inline-block;
	margin: 0px 0.25% 0px 0%;
}
.nav-buttons a {
	text-decoration: none;
}
.nav-buttons li:hover {
	color: white;
	background-color: var(--orange);
	border: 2px solid white;
}
/* Stellar Website Header */
.header-stellar {
	height: 700px;
	overflow: hidden;
	position: relative;
}
.website-outline {
	width: 45.25%;
	float: left;
    position: relative;
    left: 6.4%;
}
.header-stellar p {
	width: 50%;
	color: white;
	font-family: AvenirLightOblique, sans-serif;
	font-size: 4em;
	font-weight: 400;
	text-align: right;
	position: relative;
	right: 5%;
	z-index: 1;
	float: right;
}
.look-text {
	font-family: AvenirHeavyOblique, sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
}
/*Dashed circle elements*/
.dashed-circle-ctrl {
	width: 250px;
	height: 250px;
}
.dashed-circle-ctrl-two {
	width: 350px;
	height: 350px;
}
.dashed-circle-ctrl-thr {
	width: 350px;
	height: 350px;
}
.dashed-circle-ctrl-fou {
	width: 100%;
	height: 500px;
}
.dashed-circle {
	width: 100%;
	height: 100%;
	position: absolute;
    transform-origin: center;
}
.dashed-circle-cutoff {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 0px;
	overflow: hidden;
	z-index: 0;
}
.dashed-circle-cutoff-two {
	width: 350px;
	height: 350px;
	position: absolute;
	top: 35%;
	right: 0px;
	overflow: hidden;
	z-index: 0;
}
.dashed-circle-cutoff-thr {
	width: 350px;
	height: 350px;
	position: absolute;
	bottom: 250px;
	overflow: hidden;
	z-index: 0;
}
.dashed-circle-cutoff-fou {
	width: 100%;
	height: 550px;
	position: absolute;
	top: 50px;
	z-index: 0;
	overflow: hidden;
}
.dashed-circle-cutoff-sev {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 150px;
	overflow: hidden;
	z-index: 0;
}
.dashed-circle-cutoff-fiv {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 256px;
	overflow: hidden;
	z-index: 0;
}
.dc-pos {
	background-image: url(../_img/dashedcircle.svg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: absolute;
	left: -125px;
    animation: dashed-circle-animate 40s linear infinite normal;
}
.dc-pos-two {
	background-image: url(../_img/dashedcircle.svg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: absolute;
	right: -125px;
    animation: dashed-circle-rev-animate 40s linear infinite normal;
}
.dc-pos-thr {
	background-image: url(../_img/dashedcircle.svg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: absolute;
	left: -150px;
    animation: dashed-circle-animate 40s linear infinite normal;
}
.dc-pos-fou {
	background-image: url(../_img/dashedcircle.svg);
	background-repeat: no-repeat;
	background-position: center 0%;
	position: absolute;
	top: -100px;
	animation: dashed-circle-animate 40s linear infinite normal;
}
@keyframes dashed-circle-animate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes dashed-circle-rev-animate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}
/*Geometric shape elements*/
.geo-one {
	width: 300px;
	height: 100px;
	position: absolute;
	right: 0px;
	bottom: -60px;
	z-index: 2;
}
.geo-two {
	width: 500px;
	height: 500px;
	position: absolute;
	right: -240px;
	z-index: 4;
	top: -70px;
}
.geo-two-cutoff {
	width: 500px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: -300px;
	overflow: hidden;
}
.geo-thr {
	width: 150px;
	height: 150px;
	position: absolute;
	left: -75px;
	bottom: 10%;
}
.geo-fou {
	width: 300px;
	height: 300px;
	position: absolute;
	left: -80px;
	z-index: 2;
}
.geo-fou-cutoff {
	width: 200px;
	height: 300px;
	position: absolute;
	bottom: 350px;
	overflow: hidden;
	z-index: 1;
}
.geo-fiv {
	width: 150px;
	height: 150px;
	position: absolute;
	left: -75px;
	top: -75px;
	overflow: hidden;
	z-index: 2;
}
.geo-six-cutoff {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 220px;
	overflow: hidden;
}
.geo-six {
	width: 150px;
	height: 150px;
	position: absolute;
	left: -45px;
	overflow: hidden;
	z-index: 2;
}
.geo-sev-cutoff {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 250px;
	right: 0px;
	overflow: hidden;
}
.geo-sev {
	width: 150px;
	height: 150px;
	position: absolute;
	right: -45px;
	overflow: hidden;
	z-index: 2;
}
/*Background sticky note elements*/
.bg-sticky-box {
	width: 50%;
	height: 90%;
	position: absolute;
	right: 0px;
}
.bg-sticky-box-two {
	width: 100%;
	height: 200px;
	position: absolute;
	right: 0px;
}
.bg-sticky {
	width: 250px;
	height: 250px;
	background-image: url("../_img/stickynotebg.svg");
	background-repeat: no-repeat;
	position: absolute;
}
.bg-sticky-pos-one {
    transform: rotate(-7deg) scale(85%);
    left: 0%;
}
.bg-sticky-pos-two {
    bottom: 15%;
    left: 15%;
    transform: rotate(7deg) scale(75%);
}
.bg-sticky-pos-thr {
    right: 0%;
    transform: rotate(15deg) scale(75%);
}
.bg-sticky-pos-fou {
	left: 39%;
	transform: rotate(7deg) scale(80%);
}
.bg-sticky-pos-fiv {
	right: 6%;
	transform: rotate(-5deg) scale(75%);
}
.bg-ruler-box {
	width: 100%;
	height: 900px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
}
.bg-ruler {
	width: 72%;
	height: 72%;
	background-image: url("../_img/rulerlightblue.svg");
	background-repeat: no-repeat;
	transform: rotate(-25deg);
	position: absolute;
	right: -65%;
	bottom: 0px;
}
/* Introduction Hiya Section */
.intro-section {
	position: relative;
}
.intro-section-content {
	background-color: white;
	background-image: url("../_img/wavybarlightorange.svg");
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	margin: auto;padding: 48px 24px;
	
	border: solid 6px black;
	box-sizing: border-box;
	clear: both;
	position: relative;
	box-shadow: 10px 10px 0 0 black;
	z-index: 2;
}
.intro-section-main {
	width: 100%;
}
.intro-section-main p {
	width: 50%;
	font-family: AvenirBook, sans-serif;
	font-size: 2em;
	margin: 1em 0px;
	z-index: 2;
	position: relative;
}
.intro-header {
	font-size: 5em;
	font-family: GeorgiaBold, serif;
	margin-top: 40px;
	z-index: 2;
	position: relative;
	text-align: center;
}

.intro-byline {
	color: white;
	background-color: var(--orange);
	font-family: AvenirHeavyOblique, sans-serif;
	font-weight: 700;
	font-size: 2.6em;
	padding: 0.25em 1em;
	box-sizing: border-box;
	text-align: center;
	border-radius: 24px;
	z-index: 2;
	position: relative;
}
.intro-section-sideleft {
	width: 100%;
	height: 100%;
}
.intro-section-sideright {
	width: 20%;
	height: 100%;
}
.myself {
	width: 42%;
	height: auto;
	margin: auto;
	position: absolute;
	right: 0%;
    top: 25%;
	bottom: 25%;
	z-index: 5;
	display: none;
}
.myself-lineart {
	width: 42%;
	height: auto;
	margin: auto;
	position: absolute;
	right: 0%;
	top: 25%;
	bottom: 25%;
	z-index: 1;
	display: block;
}
.slash-top {
	width: 50%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slash-top-big {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slash-bot {
	width: 50%;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.slash-bot-big {
	width: 100%;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.slash-top-container {
	width: 75%;
	height: 124px;
	position: absolute;
	overflow: visible;
	top: 164px;
}
.slash-bot-container {
	width: 75%;
	height: 124px;
	position: absolute;
	overflow: visible;
	right: 0px;
	bottom: 264px;
}
.portfolio-button {
	color: white;
	background: rgb(66,173,230);
	background: linear-gradient(0deg, rgba(66,173,230,1) 0%, rgba(0,97,205,1) 100%); 
    width: 100%;
	font-family: AvenirBlack, sans-serif;
	font-size: 1.6em;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	display: block;
	clear: both;
	position: relative;
	border-radius: 80px;
}
.portfolio-button-wrap {
    width: 50%;
    height: 80px;
    background-image:linear-gradient(180deg, rgba(66,173,230,1) 0%, rgba(0,97,205,1) 100%); 
    border: 6px solid black;
	border-radius: 80px;
    position: relative;
    margin-top: 32px;
    padding: 12px;
    filter: drop-shadow(10px 10px 0 black);
	z-index: 10;
}
.portfolio-button a {
	text-decoration: none;
}
/* Portfolio Section */
.portfolio-flex {
    display: flex;
	align-items: center;
	justify-content: space-evenly;
    flex-wrap: wrap;
}
.stickynote {
    width: 400px;
    height: auto;
    padding: 24px 24px;
    box-sizing: border-box;
    position: relative;
    margin: 32px;
    outline: 6px solid black;
    filter: drop-shadow(10px 10px 0 black);
    cursor: pointer;
	transform-origin: top center;
}
.stickynote:hover {
	animation: wiggle 0.75s ease 0s 1;
	animation-timing-function: cubic-bezier();
}
.stickynote-tack {
    background: rgb(34,193,195);
    background: -webkit-linear-gradient(bottom, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    background: -o-linear-gradient(bottom, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    background: linear-gradient(to top, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%); 
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc( 50% - 12px);
    top: -12px;
    border-radius: 24px;
    border: solid 5px black;
    box-sizing: border-box;
    filter: drop-shadow(2px 2px 0 black);
}
.stickynote img {
    width: 100%;
    height: 100%;
}
.portfolio-select-box {
	height: 128px;
	position: relative;
}
.portfolio-select {
	width: 400px;
	background-color: var(--orange);
	z-index: 2;
	outline: 6px solid black;
    filter: drop-shadow(10px 10px 0 black);
	margin: auto;
	box-sizing: border-box;
	padding: 16px;
}
.portfolio-select-header {
	color: var(--orange);
	background-color: white;
	height: 25%;
	font-family: AvenirHeavyOblique, sans-serif;
	font-size: 3em;
	font-weight: 700;
	text-align: center;
	padding: 0.25em 1em;
	border-radius: 32px;
	margin: auto;
}
.portfolio-workshop {
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 20px;
}
.portfolio-pen {
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 490px;
	background-image: url(../_img/fountainpen.svg);
	background-repeat: no-repeat;
	animation: pen-bounce-animate 3s ease-in 3s infinite alternate-reverse;
}
@keyframes pen-bounce-animate {
	0% {
		transform: translateY(-80px);
	}
	20% {
		transform: translateY(0px);
	}
}
.portfolio-table {
	width: 100%;
	height: 500px;
	position: absolute;
	bottom: 0px;
	background-image: url(../_img/table.svg);
	background-repeat: no-repeat;
}
/* Portfolio Aside */
.info-aside {
	height: 100%;
	background-color: var(--orange);
	visibility: hidden;
	position: fixed;
	overflow-y: scroll;
	top: 0px;
	right: 0px;
	z-index: 10;
	padding: 16px;
}
.info-aside img {
	width: 100%;
	height: auto;
	margin: 16px auto;
}
.info-aside h2 {
	color: white;
	font-family: AvenirBlack, sans-serif;
	font-size: 3rem;
}
.info-aside h3 {
	color: var(--orange);
	background-color: white;
	font-family: AvenirHeavyOblique, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0.25em 1em;
	box-sizing: border-box;
	border-radius: 24px;
	margin-bottom: 8px;
}
.info-aside p {
	color: white;
	font-family: AvenirBook, sans-serif;
	font-size: 1.6rem;
}
.info-block {
	width: 15%;
	height: 24px;
}
.aside-exit {
	color: white;
	font-family: AvenirBlack, sans-serif;
	font-size: 3rem;
	float: right;
	cursor: pointer;
}
#info-aside-darken {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.25;
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5;
}
/* Stickynote randomization */
.sn-ran-one {
    transform: rotate(1deg);
}
.sn-ran-two {
    transform: rotate(-0.75deg);
}
.sn-ran-thr {
    transform: rotate(0.75deg);
}
.sn-ran-fou {
    transform: rotate(2deg);
}
.sn-ran-fiv {
    transform: rotate(-0.75deg);
}
.sn-col-yel {
    background: rgb(255,216,112);
    background: -webkit-linear-gradient(bottom, rgba(255,216,112,1) 0%, rgba(255,248,168,1) 100%);
    background: -o-linear-gradient(bottom, rgba(255,216,112,1) 0%, rgba(255,248,168,1) 100%);
    background: linear-gradient(to top, rgba(255,216,112,1) 0%, rgba(255,248,168,1) 100%); 
}
.sn-col-blu {
    background: rgb(143,182,227);
    background: -webkit-linear-gradient(bottom, rgba(143,182,227,1) 0%, rgba(186,231,255,1) 100%);
    background: -o-linear-gradient(bottom, rgba(143,182,227,1) 0%, rgba(186,231,255,1) 100%);
    background: linear-gradient(to top, rgba(143,182,227,1) 0%, rgba(186,231,255,1) 100%);
}
.sn-col-pnk {
    background: rgb(227,148,211);
    background: -webkit-linear-gradient(bottom, rgba(227,148,211,1) 0%, rgba(247,195,213,1) 100%);
    background: -o-linear-gradient(bottom, rgba(227,148,211,1) 0%, rgba(247,195,213,1) 100%);
    background: linear-gradient(to top, rgba(227,148,211,1) 0%, rgba(247,195,213,1) 100%); 
}
.sn-col-tack-yel {
    background: rgb(235,170,0);
    background: -webkit-linear-gradient(bottom, rgba(235,170,0,1) 0%, rgba(255,240,87,1) 100%);
    background: -o-linear-gradient(bottom, rgba(235,170,0,1) 0%, rgba(255,240,87,1) 100%);
    background: linear-gradient(to top, rgba(235,170,0,1) 0%, rgba(255,240,87,1) 100%); 
}
.sn-col-tack-blu {
    background: rgb(0,97,205);
    background: -webkit-linear-gradient(bottom, rgba(0,97,205,1) 0%, rgba(66,173,230,1) 100%);
    background: -o-linear-gradient(bottom, rgba(0,97,205,1) 0%, rgba(66,173,230,1) 100%);
    background: linear-gradient(to top, rgba(0,97,205,1) 0%, rgba(66,173,230,1) 100%); 
}
.sn-col-tack-pnk {
    background: rgb(165,44,141);
    background: -webkit-linear-gradient(bottom, rgba(165,44,141,1) 0%, rgba(236,94,141,1) 100%);
    background: -o-linear-gradient(274deg, rgba(165,44,141,1) 0%, rgba(236,94,141,1) 100%);
    background: linear-gradient(4deg, rgba(165,44,141,1) 0%, rgba(236,94,141,1) 100%); 
}
.contact-main {
	background-color: white;
	background-image: url("../_img/wavybarorange.svg");
	background-position: right;
	background-repeat: repeat-y;
	width: 84%;
	padding: 48px 24px;
	margin: auto;
	border: solid 6px black;
	box-sizing: border-box;
	clear: both;
	position: relative;
	filter: drop-shadow(10px 10px 0 black);
}
/* About Me */
.aboutme-section {
	background-color: white;
	background-image: url("../_img/wavybarorange.svg");
	background-position: right;
	background-repeat: repeat-y;
	width: 84%;
	margin: auto;
	padding: 48px 24px;
	border: solid 6px black;
	box-sizing: border-box;
	clear: both;
	position: relative;
	filter: drop-shadow(10px 10px 0 black);
}
.aboutme-myself {
	width: 100%;
}
.aboutme-story {
	position: relative;
	padding-bottom: 64px;
}
.aboutme-header {
	font-size: 5em;
	font-family: GeorgiaBold, serif;
	margin-top: 40px;
	z-index: 2;
	position: relative;
	text-align: center;
}
.aboutme-story p {
	color: white;
	background-color: var(--orange);
    font-family: AvenirBook, sans-serif;
    font-size: 1.8em;
    text-align: left;
	margin: 2em 0px;
	padding: 24px;
	border-radius: 24px;
}
.aboutme-interest {
	font-family: AvenirBlack, sans-serif;
}
.aboutme-split {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"img"
		"txt";
}
/* Main Footer */
.main-footer {
	height: 264px;
	background-color: var(--vividbdark);
	z-index: 3;
	position: relative;
	margin-top: 250px;
}
.main-footer-topper {
	width: 100%;
	height: 164px;
	background-image: url("../_img/footertopper.svg");
	background-size: 102%;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: absolute;
	top: -150px;
	z-index: -1;
}
.main-footer p {
	color: var(--vividblight);
	font-family: AvenirBook, sans-serif;
	font-size: 1.5rem;
}
.main-footer h2 {
	color: var(--vividblight);
	font-family: AvenirBook, sans-serif;
	font-size: 3em;
}
.footer-ruler {
	width: 50%;
	height: auto;
	margin-bottom: 24px;
}
.footer-buttons a {
	text-decoration: none;
}
.footer-buttons li {
	color: var(--vividblight);
	background-color: var(--vividbdark);
	width: 18.9%;
	height: 64px;
	font-family: AvenirLight, sans-serif;
	font-size: 2em;
	font-weight: 200;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	border: 2px solid var(--vividblight);
	border-radius: 64px;
	display: inline-block;
	margin: 0px 0.82% 0px 0%;
}
.footer-buttons li:hover {
	background-color: var(--vividblight);
	color: var(--vividbdark);
}
.main-footer-box {
	padding: 0px 0px 0px 8%;
}
@keyframes wiggle {
	20% {
		transform: rotate(0.5deg);
	}
	40% {
		transform: rotate(-0.5deg);
	}
	60% {
		transform: rotate(0.5deg);
	}
	80% {
		transform: rotate(-0.5deg);
	}
}

/* Tablet Size */
@media (min-width: 745px) {
	body {
		background-image: url(../_img/tablet-bg.svg);
	}
	.main-nav-topper {
		height: 115px;
	}
	.nav-buttons {
		width: 82%;
	}
	.nav-text {
		width: 55%;
	}
	.logo-nav {
		height: 165px;
	}
	.nav-desktop {
		display: block;
	}
	.info-aside {
		width: 500px;
	}
	.stickynote {
    	width: 300px;
	}
	.intro-section-content {
		background-image: url("../_img/wavybarorange.svg");
		width: 100%;
	}
    .aboutme-section {
		background-image: url("../_img/wavybarorange.svg");
		width: 100%;
	}
	.myself {
		display: block;
	}
	.myself-lineart {
		display: none;
	}
	.intro-section-sideleft {
		width: 50%;
		height: 100%;
	}
	.intro-section-main p {
		font-size: 1.8em;
		text-align: left;
		width: 100%;
	}
    .aboutme-main p {
		font-size: 1.8em;
		text-align: left;
		width: 100%;
	}
	.intro-header {
		font-size: 3.5em;
		text-align: left;
	}
	.aboutme-header {
		font-size: 4em;
	}
	.intro-byline {
		font-size: 1.9rem;
		text-align: left;
	}
	.aboutme-split {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "img txt";
	}
	.geo-one {
		width: 400px;
		bottom: -50px;
	}
	.geo-two {
		width: 400px;
		right: 0px;
		z-index: 4;
		top: -70px;
	}
	.geo-two-cutoff {
		top: -220px;
		right: 0px;
	}
}

/* Desktop Size */
@media (min-width: 1000px) {
	body {
		background-image: url(../_img/desktop-bg.svg);
	}
	.main-nav-topper {
		height: 130px;
	}
	.logo-nav {
		height: 190px;
	}
	.info-aside {
		width: 350px;
	}
	.stickynote {
    	width: 256px;
	}
	.intro-section-content {
		background-image: url("../_img/wavybarorange.svg");
		width: 84%;
	}
    .aboutme-section {
		background-image: url("../_img/wavybarorange.svg");
		width: 84%;
	}
	.intro-section-main p {
		font-size: 1.6em;
	}
	.intro-header {
		font-size: 3em;
	}
	.aboutme-header {
		font-size: 3.5em;
	}
	.intro-byline {
		font-size: 1.6rem;
	}
	.geo-one {
		width: 500px;
	}
	.geo-two  {
		width: 500px;
		height: 500px;
		position: absolute;
		right: -0px;
		z-index: 4;
		top: 0px;
	}
	.geo-two-cutoff {
		width: 500px;
		height: 500px;
		position: absolute;
		right: -80px;
		top: -300px;
		overflow: hidden;
	}
}
