@charset "utf-8";

@font-face {
	font-family: "Gilroy Regular";
	src: url("../webfonts/font.woff")
}

@font-face {
	font-family: "ccshannonwheeler regular";
	src: url("../webfonts/ccshannonwheeler-regular-webfont.woff")
}

@font-face {
	font-family: "ccshannonwheeler bold";
	src: url("../webfonts/ccshannonwheeler-bold-webfont.woff")
}


body {
	padding: 0;
	margin: 0;
	background-image: url("../images/facesBG.svg"), linear-gradient(#BFD4D7 10%, #263E5F);
	background-repeat: repeat;
	background-size: 420px;
}

#wrapper {
	max-width: 1032px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

header {
	width: 100%;
	height: 386px;
	top: 0px;
	padding: 0px;
}

.animation {
	width: 100%;
	height: 320px;
	overflow: visible;
}

#headerFace {
	position: relative;
	left: -34px;
	width: 1100px;
	bottom: 145px;
}

.buttonLink {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	text-decoration: none;
	z-index: 5;
}

.tag {
	position:absolute;
	width: 122px;
	height: 386px;
	padding: 0px;
	flex-shrink: 0;
	background-image: url("../images/tag_Desk.svg");
	background-repeat: no-repeat;
}

.MFtitle {
	float:right;
	width: 910px;
	height: 100%;
	padding: 0px;
	background-image: url("../images/title_Desk.svg");
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

.divider {
	display: block;
	float: none;
	height: 1px;
	border-top: 2px solid #7392A1;
	width: 100%;
	margin: 40px 0px;
}

#comicBG {
	width: 1101px;
	height: 1755px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 765px;
	background-image: url("../images/comicBG.svg");
	z-index: 0;
}

.comic {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 1696px;
}

.titleTL{
	box-sizing: border-box;
	display: block;
	align-items: center;
	height: auto;
	width: auto;
	padding: 8px 24px 4px 24px;
	text-align: left;
	border: 3px solid #082145;
	background: linear-gradient(90deg, #66FAD4 0%, #28DAAD 100%);
	font-family: 'ccshannonwheeler regular';
	font-style: normal;
	font-size: 16px;
	line-height: .9;
	color: #082145;
	position: absolute;
	left: -3px;
	top: -3px;
	z-index: 1;
}

.titleTR{
	box-sizing: border-box;
	display: block;
	align-items: center;
	height: auto;
	width: auto;
	padding: 8px 24px 4px 24px;
	text-align: left;
	border: 3px solid #082145;
	background: linear-gradient(90deg, #66FAD4 0%, #28DAAD 100%);
	font-family: 'ccshannonwheeler regular';
	font-style: normal;
	font-size: 16px;
	line-height: .9;
	color: #082145;
	position: absolute;
	right: -3px;
	top: -3px;
	z-index: 1;
}

.titleBL{
	box-sizing: border-box;
	display: block;
	align-items: center;
	height: auto;
	width: auto;
	padding: 8px 24px 4px 24px;
	text-align: left;
	border: 3px solid #082145;
	background: linear-gradient(90deg, #66FAD4 0%, #28DAAD 100%);
	font-family: 'ccshannonwheeler regular';
	font-style: normal;
	font-size: 16px;
	line-height: .9;
	color: #082145;
	position: absolute;
	left: -3px;
	bottom: -3px;
	z-index: 1;
}

.titleBR{
	box-sizing: border-box;
	display: block;
	align-items: center;
	height: auto;
	width: auto;
	padding: 8px 24px 4px 24px;
	text-align: left;
	border: 3px solid #082145;
	background: linear-gradient(90deg, #66FAD4 0%, #28DAAD 100%);
	font-family: 'ccshannonwheeler regular';
	font-style: normal;
	font-size: 16px;
	line-height: .9;
	color: #082145;
	position: absolute;
	right: -3px;
	bottom: -3px;
	z-index: 1;
}

.titleTL::first-letter {
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'ccshannonwheeler bold';
	font-style: normal;
	font-size: 32px;
}

.titleTR::first-letter {
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'ccshannonwheeler bold';
	font-style: normal;
	font-size: 32px;
}

.titleBL::first-letter {
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'ccshannonwheeler bold';
	font-style: normal;
	font-size: 32px;
}

.titleBR::first-letter {
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'ccshannonwheeler bold';
	font-style: normal;
	font-size: 32px;
}

#box01 {
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 320px;
	background-image: url("../images/DribbbleDesSys.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: hidden;
}

#box01_overlay {
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1;
}

#box01:hover {
	border: 3px solid #28DAAD;
}

#box01:hover #box01_overlay {
	opacity: 1;
}

#box01:hover #speech01 {
	opacity: 0;
}

#speech01 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 276px;
	height: 137px;
	background-image: url("../images/speech01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	transition: .3s ease-in-out;
}

#box02 {
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 328px;
	height: 664px;
	background-image: url("../images/ARcadiaApp.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: hidden;
}

#box02_overlay {
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1;
}

#box02:hover {
	border: 3px solid #28DAAD;
}

#box02:hover #box02_overlay {
	opacity: 1;
}

#box03 {
	box-sizing: border-box;
	position: absolute;
	top: 344px;
	left: 0px;
	width: 240px;
	height: 664px;
	background-image: url("../images/ChaseFinFit.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: hidden;
}

#box03_overlay {
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1;
}

#box03:hover {
	border: 3px solid #28DAAD;
}

#box03:hover #box03_overlay {
	opacity: 1;
}

#box04 {
	box-sizing: border-box;
	position: absolute;
	top: 344px;
	left: 264px;
	width: 416px;
	height: 320px;
	background-image: url("../images/MeijerUX.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: hidden;
}

#box04_overlay {
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1;
}

#box04:hover {
	border: 3px solid #28DAAD;
}

#box04:hover #box04_overlay {
	opacity: 1;
}

#box04:hover #speech02 {
	opacity: 0;
}

#speech02 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 380px;
	height: 215px;
	background-image: url("../images/speech02.svg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	transition: .3s ease-in-out;
}

#box05 {
	box-sizing: border-box;
	position: absolute;
	top: 688px;
	right: 0px;
	width: 768px;
	height: 320px;
	background-image: url("../images/MakeReality.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: hidden;
}

#box05_overlay {
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1;
}

#box05:hover {
	border: 3px solid #28DAAD;
}

#box05:hover #box05_overlay {
	opacity: 1;
}

#box05:hover #speech03 {
	opacity: 0;
}

#speech03 {
	position: absolute;
	top: 75px;
	right: 110px;
	width: 194px;
	height: 104px;
	background-image: url("../images/speech03.svg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	transition: .3s ease-in-out;
}

#box06 {
	box-sizing: border-box;
	position: absolute;
	top: 1032px;
	left: 0px;
	width: 416px;
	height: 320px;
	background-image: url("../images/SimplyDist.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: hidden;
}

#box06_overlay {
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1;
}

#box06:hover {
	border: 3px solid #28DAAD;
}

#box06:hover #box06_overlay {
	opacity: 1;
}

#box07 {
	box-sizing: border-box;
	position: absolute;
	top: 1032px;
	right: 0px;
	width: 592px;
	height: 320px;
	background-image: url("../images/Vanguard.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: hidden;
}

#box07_overlay {
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1;
}

#box07:hover {
	border: 3px solid #28DAAD;
}

#box07:hover #box07_overlay {
	opacity: 1;
}

#box08 {
	box-sizing: border-box;
	position: absolute;
	top: 1376px;
	left: 0px;
	width: 680px;
	height: 320px;
	background-image: url("../images/AboutMe.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
}

#box09 {
	box-sizing: border-box;
	position: absolute;
	padding: 32px 64px 96px;
	top: 1376px;
	right: 0px;
	width: 328px;
	height: 320px;
	background-image: url("../images/Social.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #082145;
}

#socials {
	width:100%;
	height:100%; 
	display:grid;
	grid-template-columns: auto auto;

}

#social01 {
	margin: 24px;
	position: relative;
	background-image: url("../images/linkedin.svg");
	background-repeat: no-repeat;
	background-size:auto;
}

#social02 {
	margin: 24px;
	position: relative;
	background-image: url("../images/dribbble.svg");
	background-repeat: no-repeat;
	background-size:auto;
}

#social03 {
	margin: 24px;
	position: relative;
	background-image: url("../images/vimeo.svg");
	background-repeat: no-repeat;
	background-size:auto;
}

#social04 {
	margin: 24px;
	position: relative;
	background-image: url("../images/instagram.svg");
	background-repeat: no-repeat;
	background-size:auto;
}

#comicBG_bot {
	width: 1101px;
	height: auto;
	position: relative;
	left: -37px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

footer{
	position: relative;
	width: 100%;
	height: 464px;
	flex-shrink: 0;
	padding: 0;
	background-color: #BFD4D7;
	overflow: visible;
	border-radius: 16px 16px 0px 0px;
}

H5 {
	font-family: 'ccshannonwheeler bold';
	font-style: normal;
	font-size: 14px;
	color: #082145;
	margin-bottom: 16px;
	margin-top: 32px;
}

.footygroup {
	width: auto;
	float: left;
	padding-left: 48px;
	padding-right: 48px;
}

.footylinks {
	text-decoration: none;
	font-family: 'ccshannonwheeler regular';
	font-style: normal;
	font-size: 11px;
	line-height: 32px;
	color: #4D6D84;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#brag {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 32px;
	font-family: 'ccshannonwheeler regular';
	font-style: normal;
	font-size: 10px;
	color: #4D6D84;
}

#copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	font-family: 'ccshannonwheeler bold';
	font-style: normal;
	font-size: 14px;
	color: #082145;
}

#footerFace {
	width: 260px;
	height: auto;
	position: absolute;
	bottom: 20px;
	right: -10px;
	transform: rotate(15deg);
}


@media (max-width: 1087px){
	
#wrapper {
    max-width: 765px;
}

header {
	height: 317px;
}

.tag {
	width: 100px;
	background-size: 100px;
}

.MFtitle {
	width: 650px;
	height: 100%;
}
	
.animation {
	height: 300px;
}

#headerFace {
	left: -38px;
	width: 840px;
	bottom: 40px;
}
	
#comicBG {
	width: 841px;
	height: 1410px;
	top: 680px;
}


.comic {
	height: 1355px;
}

.titleTL{
	font-size: 12px;
	line-height: 1;
}

.titleTR{
	font-size: 12px;
	line-height: 1;
}

.titleBL{
	font-size: 12px;
	line-height: 1;
}

.titleBR{
	font-size: 12px;
	line-height: 1;
}

.titleTL::first-letter {
	font-size: 24px;
}

.titleTR::first-letter {
	font-size: 24px;
}

.titleBL::first-letter {
	font-size: 24px;
}

.titleBR::first-letter {
	font-size: 24px;
}

#box01 {
	width: 509px;
	height: 256px;
}

#speech01 {
	width: 220px;
	height: 110px;
}

#box02 {
	width: 240px;
	height: 537px;
}

#box03 {
	width: 200px;
	height: 544px;
	top: 270px;
	left: 0px;
}

#box04 {
	width: 294px;
	height: 267px;
	top: 270px;
	left: 215px;
}

#speech02 {
	width: 275px;
	height: 155px;
}

#box05 {
	width: 550px;
	height: 260px;
	top: 554px;
	right: 0px;
}

#speech03 {
	width: 160px;
	height: 85px;
	top: 60px;
	right: 10px;
}

#box06 {
	width: 305px;
	height: 256px;
	top: 828px;
	left: 0px;
}

#box07 {
	width: 446px;
	height: 256px;
	top: 828px;
	right: 0px;
}

#box08 {
	width: 500px;
	height: 256px;
	top: 1098px;
	left: 0px;
}

#box09 {
	width: 250px;
	height: 256px;
	top: 1098px;
	right: 0px;
	padding: 24px 32px 32px;
}
	
#socials {
	grid-template-columns: 90px 90px;
}

#social01 {
	margin-top: 8px;
}

#social02 {
	margin-top: 8px;
}

#social03 {
	margin-top: 8px;
}

#social04 {
	margin-top: 8px;

}
	
#comicBG_bot {
	width: 840px;
	left: -39px;
}

	
footer{
	height: 500px;
}

.footygroup {
	padding-left: 40px;
	padding-right: 24px;
}
	
#footerFace {
	width: 190px;
	bottom: 80px;
	right: -60px;
}

}

@media (max-width: 780px){
#wrapper {
    max-width: 470px;
}

header {
	height: 280px;
}

.tag {
	width: 88px;
	background-size: 88px;
}

.MFtitle {
	width: 376px;
	height: 100%;
	background-size: 94%;
}
	
.animation {
	height: 170px;
}

#headerFace {
	left: -35px;
	width: 540px;
	bottom: 40px;
}
	
#comicBG {
	width: 541px;
	height: 2355px;
	top: 500px;
}


.comic {
	height: 2290px;
}

.titleTL{
	font-size: 12px;
	line-height: 1;
}

.titleTR{
	font-size: 12px;
	line-height: 1;
}

.titleBL{
	font-size: 12px;
	line-height: 1;
}

.titleBR{
	font-size: 12px;
	line-height: 1;
}

.titleTL::first-letter {
	font-size: 24px;
}

.titleTR::first-letter {
	font-size: 24px;
}

.titleBL::first-letter {
	font-size: 24px;
}

.titleBR::first-letter {
	font-size: 24px;
}

#box01 {
	width: 470px;
	height: 260px;
}

#speech01 {
	width: 220px;
	height: 110px;
}

#box02 {
	width: 215px;
	height: 540px;
	top: 276px;
	left: 0px;
	background-position: 50%;
}

#box03 {
	width: 239px;
	height: 540px;
	top: 276px;
	left: 231px;
}

#box04 {
	width: 470px;
	height: 260px;
	top: 832px;
	left: 0px;
}

#speech02 {
	width: 275px;
	height: 155px;
	right: 160px;
}

#box05 {
	width: 470px;
	height: 260px;
	top: 1108px;
	right: 0px;
}

#speech03 {
	width: 160px;
	height: 85px;
	top: 60px;
	right: 0px;
}

#box06 {
	width: 235px;
	height: 360px;
	top: 1384px;
	left: 0px;
	background-position: 25%;
}

#box07 {
	width: 215px;
	height: 360px;
	top: 1384px;
	right: 0px;
	background-position: 50%;
}

#box08 {
	width: 470px;
	height: 260px;
	top: 1759px;
	left: 0px;
	background-position: right;
}

#box09 {
	width: 470px;
	height: 260px;
	top: 2035px;
	right: 0px;
	padding: 24px 128px 32px ;
	background-position: 50% 50%;
}
	
#socials {
	grid-template-columns: 104px 104px;
}

#social01 {
	margin-top: 8px;
}

#social02 {
	margin-top: 8px;
}

#social03 {
	margin-top: 8px;
}

#social04 {
	margin-top: 8px;
}
	
#comicBG_bot {
	width: 541px;
	left: -36px;
}

footer{
	height: 640px;
}

H5 {
	font-size: 16px;
	margin-bottom: 24px;
	margin-top: 40px;
}

.footygroup {
	padding-left: 48px;
	padding-right: 48px;
}

.footylinks {
	font-size: 12px;
}

#brag {
	font-size: 8px;
}

#copyright {
	font-size: 12px;
}

#footerFace {
	width: 190px;
	bottom: 410px;
	right: -70px;
	transform: rotate(-15deg);
}

}

@media (max-width: 480px){
body {
	background-size: 320px;	
}

#wrapper {
	max-width: 320px;
}

header {
	height: 240px;
}

.tag {
	width: 76px;
	height: 240px;
	background-image: url("../images/tag_Mob.svg");
	background-size: cover;
}

.MFtitle {
	float:right;
	width: 230px;
	background-size: 100%;
}
	
.animation {
	height: 96px;
}
	
#headerFace {
	left: -25px;
	width: 370px;
	bottom: 40px;
}
	
#comicBG {
	width: 370px;
	height: 2080px;
	top: 376px;
}

.comic {
	height: 2006px;
}

.titleTL{
	padding: 2px 12px 8px 12px;
	line-height: 1.2;
}

.titleTR{
	padding: 2px 12px 8px 12px;
	line-height: 1.2;
}

.titleBL{
	padding: 2px 12px 8px 12px;
	line-height: 1.2;
}

.titleBR{
	padding: 2px 12px 8px 12px;
	line-height: 1.2;
}

.titleTL::first-letter {
	vertical-align: baseline;
	font-size: 26px;
}

.titleTR::first-letter {
	vertical-align: baseline;
	font-size: 26px;
}

.titleBL::first-letter {
	vertical-align: baseline;
	font-size: 26px;
}

.titleBR::first-letter {
	vertical-align: baseline;
	font-size: 26px;
}

#box01 {
	width: 320px;
	height: 240px;
}

#speech01 {
	width: 200px;
}

#box02 {
	width: 152px;
	height: 390px;
	top: 256px;
	background-position: 72%;
}

#box03 {
	width: 152px;
	height: 390px;
	top: 256px;
	left: 168px;
}

#box04 {
	width: 320px;
	height: 240px;
	top: 662px;
	left: 0px;
}

#speech02 {
	width: 285px;
	height: 155px;
	right: 10px;
}

#box05 {
	width: 320px;
	height: 240px;
	top: 918px;
	background-position: 70%;
}

#speech03 {
	width: 150px;
	height: 80px;
	top: 60px;
	right: 4px;
}

#box06 {
	width: 152px;
	height: 390px;
	top: 1174px;
	left: 0px;
	background-position: 25%;
}

#box07 {
	width: 152px;
	height: 390px;
	top: 1174px;
	right: 0px;
	background-position: 50%;
}

#box08 {
	width: 320px;
	height: 170px;
	top: 1580px;
	left: 0px;
	background-position: right;
}

#box09 {
	width: 320px;
	height: 240px;
	top: 1766px;
	padding: 24px 70px 32px ;
}
	
#socials {
	grid-template-columns: 90px 90px;
}

#social01 {
	margin-top: 8px;
}

#social02 {
	margin-top: 8px;
}

#social03 {
	margin-top: 8px;
}

#social04 {
	margin-top: 8px;
}
	
#comicBG_bot {
	width: 371px;
	left: -26px;
}
	
footer{
	height: 920px;
}

#brag {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 10px;
}

#footerFace {
	width: 130px;
	bottom: 770px;
	right: -20px;
	transform: rotate(-15deg);
}

}



