.section-hero{ 
	background-color: #FFE6D1;
    background-image: url("../images/illustrations/dot2.svg"), linear-gradient(to right, #FDD4BF 1px, transparent 1px);
	background-size: auto, 16.7% 100%;
	background-position: center center, -1px;
	width: 100%; height: 97vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.section-hero .btn-group{ margin-top: 42px; }

.section-hero .btn-main{ padding: 0px!important; width: 136px; }
.section-hero .btn-main:nth-of-type(1){ margin-right: 14px; }

.heroText{ padding: 0 60px 0 11%!important; }

.sideRight{
	height: 97vh;
	margin-right: 42px;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.sideTxt{
	transform: rotate(-90deg);
	position: absolute;
	text-align: center;
	height: 22px;
	width: 290px;
	font-size: 14px;
	color: #405060;
}

.headerSocial{
	align-self: flex-end;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
	justify-content: space-between;
	height: 100px;
}

.scrollLine{
	position: absolute;
	top: 89vh;
	left: 50%;
	margin-left: -1px;
	width: 3px;
	height: 46vh;
	background-color: #F99286;
	z-index: 1;
}

.section-about{
	background-color: #2D3F51;
	background-image: linear-gradient(to right, #293A4A 1px, transparent 1px), url(../images/illustrations/rooster.svg);
	background-attachment: scroll, fixed;
	background-size: 16.7% 100%, auto;
	background-position: -1px, left bottom;
	background-repeat: repeat, no-repeat;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
}

.section-about p{
	font-size: 21px;
	color: #FFFCEB;
	width: 680px;
	margin: 35vh 0;
	padding: 60px 0;
}

#tokenSections{
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35vh;
}

#skills, #hobbies{ 
	width: 50%;
	height: 500px;
	display: flex;
	justify-content: space-around;
	align-content: space-between;
	flex-wrap: wrap;
}

#skills h4, #hobbies h4{
	width: 100%;
	margin: 0 0 0 6%;
	color: #86909A !important;
	font-size: 21px !important;
}

.token{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	min-width: 180px;
	font: 500 15px Montserrat;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.token span{ margin-top: 20px; text-align: center; }

#skills .token{ color: #FFFCEB; }
#hobbies .token{ color: #61E2BB; }

.section-about .small-caps{
	color: #EF6351;
	font-weight: bold;
}

.section-stats{
	background-color: #F6F7EB;
	width: 100%; height: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	color: #BAB170;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
}

.section-stats h2{
	font: normal 250 32px "bree", sans-serif; font: italic Bree!important;
	color: #2D3F51!important;
	letter-spacing: 0!important;
	text-align: center;
	padding: 0 20px;
}

.fact-group{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
	max-width: 1600px;
	height: 75%;
}

.fact{
	width: 33.333333%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
}

.fact span:nth-child(1){
	font: 250 120px Bree;
	color: #A8DADC;
}

.fact span:nth-child(2){
	display: block;
	margin: -20px 0 5px 0;
	font: 15px Montserrat;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.fact p{
	margin: 0px 0;
	font: normal 400 21px/1.45em "Adelle", serif;
	color: #34495e;
}

.section-stats .disclaimer{ font-size: 13px; letter-spacing: .5px; }


.section-quote{
	position: relative;
	background-color: #EF6351;
	width: 100%; height: 100vh;
	padding: 0 14%;
	box-sizing: border-box;
	color: #F6F7EB;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.section-quote .quoteMarks{
	opacity: .66;
	position: absolute; 
	padding-bottom: 300px;
	z-index: 0;
	color: #E74C3C;
}

.quotesPath{ fill: #E74C3C !important; }

.section-quote p{
	max-width: 1000px;
}

.section-quote .label{
	color: #ffffff;
	opacity: .4;
	font-size: 16px;
}

.vLine{
	position: absolute;
	top: 3vh;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* background: rgba(45, 63, 81, .1); */
	background: #fff;
	width: 1px; height: 97vh;
}

.vLine:nth-of-type(1){ left: 16.666667%; }
.vLine:nth-of-type(2){ left: 33.333333%; }
.vLine:nth-of-type(3){ left: 50%; }
.vLine:nth-of-type(4){ left: 66.666667%; }
.vLine:nth-of-type(5){ left: 83.333333%; }



/*------Media Queries------*/
@media (max-height: 620px) {
	.section-hero{ height: auto; padding: 100px 0; }
	.section-stats{ height: auto; padding-top: 60px; padding-bottom: 40px; }
	.section-quote{ height: auto; padding-top: 100px; padding-bottom: 100px; }
}

@media (max-width: 1600px) {
	#tokenSections{ width: 90%; }
}

@media (max-width: 1440px) {
	#handWave{ width: 36%; }
	#tokenSections{ width: 94%; }
	#skills, #hobbies{ height: auto; }
	#skills h4, #hobbies h4{ margin-bottom: 40px; }
	.token{ margin-bottom: 60px; }
}

@media (max-width: 1200px) {
	.fact-group{ width: 94%; }
	.fact{ padding: 0 1%; }
	#tokenSections{ margin-bottom: 20%; }
}

@media (max-width: 960px) {
	.section-hero{ background-size: auto, 25.1% 100%; flex-direction: column; align-items: flex-start; justify-content: center; }
	#handWave{ order: 1; width: auto; height: 200px; padding-left: 5%; }
	.heroText{ order: 2; padding: 0 10%!important; }
	.heroText h4{ margin-top: 6px; }
	.heroSubtext{ display: inline-block; max-width: 500px; }
	.sideRight{ position: absolute; right: 0;}
	.section-about p{ width: auto; margin: 35vh 10%; }
	#tokenSections{ flex-direction: column; }
	#skills, #hobbies{ width: 100%; }
	#hobbies{ margin-top: 40px; }
	.fact-group{ width: 96%; }
	.fact{ width: 50%; padding: 0 4%; }
}

@media (max-width: 780px) {
	.scrollLine{ height: calc(11vh + 31vw); }
	.sideRight{ margin-right: 4%; }
	.section-about p{ margin: 30vw 30px 20vw 30px; }
	.token img{ width: 60%; }
	.token span{ margin-top: 9%; }
	.fact-group{ width: 100%; }
}

@media (max-width: 650px) {
	.token{ margin-bottom: 10%; }
	.token span{ font-size: 14px; }
	.section-stats{ height: auto; }
	.fact{ margin-bottom: 36px; }
	.fact span:nth-child(1){ font-size: 96px; display: inline-block; margin-bottom: 6px; }
	.fact p{font-size: 19px; }
	.section-quote{ height: auto; padding: 100px 10%;}
}

@media (max-width: 480px) {
	.scrollLine{ height: calc(11vh + 32vw); }
	.vLine{ height: 77vh; }
	.section-hero{ align-items: center; }
	.heroText h1, .heroText h4, .heroSubtext{ display: block; text-align: center; }
	.section-hero .btn-group{ text-align: center; }
	.section-hero .btn-main{ margin-bottom: 14px; }
	.sideRight{ display: none; }
	.section-about p{ margin: 30vw 6% 20vw 6%; font-size: 18px; line-height: 1.4em; }
	.token{ width: 50%; min-width: initial; }
	/* .token img{ width: 50%; } */
	.section-stats h2{ padding: 0; font-size: 28px!important; }
}

@media (max-width: 400px) {
	.section-hero .btn-main{ display: block; text-align: center; margin-left: auto; margin-right: auto; width: 60%; min-width: 136px; }
	.section-hero .btn-main:nth-of-type(1){ margin-right: auto; }
	.section-stats{ padding: 0 6%; }
	.fact span:nth-child(1){ font-size: 66px; }
	.fact span:nth-child(2){ font-size: 14px; }
	.fact p{font-size: 16px; }
}

@media (max-width: 330px) {
	.token{ width: 100%; }
	.token img{ max-width: 100px; }
	.section-stats h2{ font-size: 24px!important; }
}

@media (max-width: 250px) {
	.fact{ width: 100%; }
}