@charset "utf-8";
/* CSS Document */

:root {
	--light: #B3EBF2;
	--dark: #155069;
	--middle: #5CB0C9;
	--white: #FFFFFF;
	--black: #2E2E2E;
	--headcolor: #1E1E1E;
	--lc1: #EB5759;
	--lc2: #F28B4E;
	--lc3: #F2BE1F;
	--lc4: #409D9E;
	--lc5: #2C6373;
}

/* Setup Section */

html, body {
	all: unset;
	font-family: 'Barlow';
	font-size: 100%;
	margin: 0;
	background: var(--dark);
	overflow-y: scroll;
	height:100vh;
	width:100vw;
	bottom:0;
}

*::-webkit-scrollbar-track {
	background-color: var(--dark);
}

*::-webkit-scrollbar {
	height: 6px;
	width: 6px;
	background-color: var(--dark);
}

*::-webkit-scrollbar-thumb {
	background-color: var(--black);
	border: none;
	border-radius:25px;
}

h2 {font-size:32px; font-weight: 800;}
h3 {font-size:28px; font-weight: 800;}
p {font-size:14px; font-weight:400;}

/* Portfolio Pages */

.homehead {
	position: absolute;
	top:5vh;
	left:5vh;
	width: 7vh;
	height: auto;
	z-index:50;
}

.homehead:after {
	content: 'Home';
	color: var(--white);
	position: absolute;
	top:40%;
	font-size: 0.8rem;
	left:110%;
	display: none;
}

.homehead:hover:after {
	display: block;
}

.homehead img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(102%) contrast(106%);
}

.halfcircle {
	width:60vw;
	height:60vw;
	background: var(--dark);
	border-radius:50%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	top:-54vw;
	position: absolute;
	overflow: hidden;
	z-index:10;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .15);
}

.halfcircle:before, .halfcircle:after {
	content: '';
	display: block;
	width: calc(60vw - 1vw);
	height: calc(60vw - 1vw);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
}

.halfcircle:before {
	top: 7px;
	left: 7px;
	border: 1px dashed var(--black);
}

.halfcircle:after {
	border: 1px dashed rgba(179,235,242, .2);
	top: 7px;
	left: 7px;
	margin-top: 1px;
	margin-left: 1px;
}

.halfcontent {
	width:100%;
	height:8vh;
	bottom:2.5%;
	position:absolute;
	display: flex;
	align-content: center;
	justify-content: center;
	z-index:30;
	
}

.halfcontent a {
	display:contents;
}

.halfcontent.maps {
	bottom:3%;
}

.halfcontent h2 {
	color: var(--white);
	display:block;
	text-decoration: none;
}

.halfcontent.fblll {
	height:10vh;
	bottom:1.5%;
}

.halfcontent.fblll a {
	display:contents;
}

.halfcontent img {
	width:100%;
	height:auto;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(102%) contrast(106%);
}

.portwrappert {
	width: 100vw;
	height:auto;
	top:0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y:scroll;
}

.portcontent {
	width: 100vw;
	display: flex;
	flex-direction: column;
	align-items:center;
	padding-top:30vh;
	position: relative;
	overflow: hidden;
}

.halfmockup {
	position: absolute;
	width:20vw;
	height:auto;
	left:5%;
	top:20vh;
}

.halfmockup img {
	width: auto;
	height:70vh;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .3));
}


.halfmockup.vlink {
	position: absolute;
	width:25vw;
	height:auto;
	left:-9%;
	top:15vh;
}

.halfmockup.vlink img {
	width: auto;
	height:67vh;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .3));
}

.fbll .halfmockup {
	top:0;
	z-index:9;
}

.fbll .halfmockup img {
	width: auto;
	height:55vh;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .3));
}

.maps .portcontent {
	padding-top:90vh;
}

.maps .halfmockup {
	position: absolute;
	width:80vw;
	height:auto;
	left:0;
	right:0;
	margin:0 auto;
	top:0;
	z-index:2;
}

.maps .halfmockup img {
	margin:0 auto;
	left:0;
	right:0;
	position:absolute;
	height:80vh;
	z-index: 5;
}

.maps .portbar {
	z-index:10 !important;
}

.halfbubble {
	background: var(--light);
	border-radius: 50%;
	width:280px;
	height:280px;
	display:flex;
	justify-content: center;
	align-content: center;
	position: absolute;
	right:15vw;
	top:-125%;
	clear:both;
}

.halfbubble .portinfoc {
	margin:0;
	padding:0;
	margin-top:50%;
	transform: translateY(-60%);
	display: block;
}

.fbll .halfbubble .portinfoc {
	margin:0;
	padding:0;
	margin-top:50%;
	transform: translateY(-65%);
	margin-left:5%;
	display: block;
}

.halfbubble .poricons {
	position: absolute;
	bottom:-30%;
	margin:0 auto;
	padding:0;
}

.halfbubble .portinfoc li {
	list-style: none;
	margin-bottom: 5px;
	padding:0;
}

.halfbubble .poricons li {
	float:left;
	list-style: none;
}

.halfbubble .poricons li img {
	width:2.5vw;
	height:2.5vw;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(102%) contrast(106%);
}

.portbar {
	margin:0 auto;
	background: var(--dark);
	width:100%;
	height:175px;
	position:relative;
	z-index: -10;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .15);
}

.portbar:before, .portbar:after {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: calc(175px - 20px);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
}

.portbar:before {
	top: 10px;
	left: -10px;
	border: 1px dashed var(--black);
}

.portbar:after {
	border: 1px dashed rgba(179,235,242, .2);
	top: 10px;
	left: -10px;
	margin-top: 1px;
	margin-left: 1px;
}

.portbar .barcontent {
	color: var(--white);
	display:block;
	margin:auto auto;
	max-width: 600px;
	padding-right:200px;
}

.maps .portbar {
	height:200px;
}

.maps .portbar:before, .maps .portbar:after {
	height: calc(200px - 20px);
}

.portcontentbox {
	max-width: 1140px;
	overflow-y:auto;
	overflow-x:hidden;
	display: flex;
	flex-direction: column;
	align-items:center;
	margin:0 auto;
}

.textbox {
	max-width: 800px;
	color: var(--white);
}

.box {
	margin-bottom:7vh;
}

.box ul li, .box ol li {
	font-size: 14px;
}

.vlinkoriginal div {
	width:100%;
}

.vlinkoriginal div img {
	width:100%;
}

.piecharts {
	width:100%;
	height:350px;
	margin-bottom:25px;
}

.chartinner1, .chartinner2, .chartinner3 {
	position: relative;
	width:100%;
	height:350px !important;
}

.ci {
	display: flex;
	align-content: center;
	justify-content: center;
	padding:20px 0 20px 60px;
}

.ci div {
	float:left;
}


.piechart figure {
	display: block;
	height: 0;
	margin: 0 auto;
	position: relative;
	font-size:16px;
	font-size:1vw;
	width: 200px;
	padding-bottom: 200px;
}

.piechart figcaption {
	font-size:1rem;
	text-align:center;
	color:#fff;
	width: 100%;
	position: absolute;
	left: 0;
	top:40%;
	z-index:2;
}

.piechart svg {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}
	
.piechart circle:hover {
	transform:scale(1.05, 1.05);
}

.chartinner1 circle {
	fill:rgba(0,0,0,0);
	stroke-width:30;
	stroke-dasharray: 0,0,0,100;
	stroke-dashoffset: 25;
	-webkit-animation: pie11 3s infinite ease both;
	animation: pie11 6s 1 ease both;
}

.piechart .perc1 {
	font-size: 0.3rem;
	font-weight: 600;
	fill: var(--lc1);
}

.piechart .perc2 {
	font-size: 0.3rem;
	font-weight: 600;
	fill: var(--lc2);
}

.piechart .perc3 {
	font-size: 0.3rem;
	font-weight: 600;
	fill: var(--lc3);
}

.piechart .perc4 {
	font-size: 0.3rem;
	font-weight: 600;
	fill: var(--lc4);
}

.piechart .perc5 {
	font-size: 0.3rem;
	font-weight: 600;
	fill: var(--lc5);
}

.chartinner1 .pie1 {
	stroke: var(--lc1);
}

.chartinner1 .pie2 {
	stroke: var(--lc2);
	-webkit-animation-name: pie12;
	animation-name: pie12;
}

.chartinner1 .pie3 {
	stroke: var(--lc3);
	-webkit-animation-name: pie13;
	animation-name: pie13;
}

.chartinner1 .pie4 {
	stroke: var(--lc4);
	-webkit-animation-name: pie14;
	animation-name: pie14;
}

@-webkit-keyframes pie11 {
  50%,100% {stroke-dasharray: 17,83,0,0;}
}
@keyframes pie11 {
  50%,100% {stroke-dasharray: 17,83,0,0;}
}
@-webkit-keyframes pie12 {
  50%,100% {stroke-dasharray: 0,17,42,41;}
}
@keyframes pie12 {
  50%,100% {stroke-dasharray: 0,17,42,41;}
}
@-webkit-keyframes pie13 {
  50%,100% {stroke-dasharray: 0,59,33,8;}
}
@keyframes pie13 {
  50%,100% {stroke-dasharray: 0,59,33,8;}
}
@-webkit-keyframes pie14 {
  50%,100% {stroke-dasharray: 0,92,8,0;}
}
@keyframes pie14 {
  50%,100% {stroke-dasharray: 0,92,8,0;}
}

.chartinner2 circle {
	fill:rgba(0,0,0,0);
	stroke-width:30;
	stroke-dasharray: 0,0,0,100;
	stroke-dashoffset: 25;
	-webkit-animation: pie21 3s infinite ease both;
	animation: pie21 6s 1 ease both;
}

.chartinner2 .pie1 {
	stroke: var(--lc1);
}

.chartinner2 .pie2 {
	stroke: var(--lc2);
	-webkit-animation-name: pie22;
	animation-name: pie22;
}

.chartinner2 .pie3 {
	stroke: var(--lc3);
	-webkit-animation-name: pie23;
	animation-name: pie23;
}

@-webkit-keyframes pie21 {
  50%,100% {stroke-dasharray: 17,83,0,0;}
}
@keyframes pie21 {
  50%,100% {stroke-dasharray: 17,83,0,0;}
}
@-webkit-keyframes pie22 {
  50%,100% {stroke-dasharray: 0,17,58,25;}
}
@keyframes pie22 {
  50%,100% {stroke-dasharray: 0,17,58,25;}
}
@-webkit-keyframes pie23 {
  50%,100% {stroke-dasharray: 0,75,25,0;}
}
@keyframes pie23 {
  50%,100% {stroke-dasharray: 0,75,25,0;}
}

.chartinner3 circle {
	fill:rgba(0,0,0,0);
	stroke-width:30;
	stroke-dasharray: 0,0,0,100;
	stroke-dashoffset: 25;
	-webkit-animation: pie31 3s infinite ease both;
	animation: pie31 6s 1 ease both;
}

.chartinner3 .pie1 {
	stroke: var(--lc1);
}

.chartinner3 .pie2 {
	stroke: var(--lc2);
	-webkit-animation-name: pie32;
	animation-name: pie32;
}

.chartinner3 .pie3 {
	stroke: var(--lc3);
	-webkit-animation-name: pie33;
	animation-name: pie33;
}

.chartinner3 .pie4 {
	stroke: var(--lc4);
	-webkit-animation-name: pie34;
	animation-name: pie34;
}

.chartinner3 .pie5 {
	stroke: var(--lc5);
	-webkit-animation-name: pie35;
	animation-name: pie35;
}

@-webkit-keyframes pie31 {
  50%,100% {stroke-dasharray: 8,92,0,0;}
}
@keyframes pie31 {
  50%,100% {stroke-dasharray: 8,92,0,0;}
}
@-webkit-keyframes pie32 {
  50%,100% {stroke-dasharray: 0,8,25,67;}
}
@keyframes pie32 {
  50%,100% {stroke-dasharray: 0,8,25,67;}
}
@-webkit-keyframes pie33 {
  50%,100% {stroke-dasharray: 0,33,33,34;}
}
@keyframes pie33 {
  50%,100% {stroke-dasharray: 0,33,33,34;}
}
@-webkit-keyframes pie34 {
  50%,100% {stroke-dasharray: 0,66,26,8;}
}
@keyframes pie34 {
  50%,100% {stroke-dasharray: 0,66,26,8;}
}
@-webkit-keyframes pie35 {
  50%,100% {stroke-dasharray: 0,92,8,0;}
}
@keyframes pie35 {
  50%,100% {stroke-dasharray: 0,92,8,0;}
}

.legend {
	margin:auto;
}

.legend ul li {
	list-style: none;
	display: block;
	margin-bottom: 5px; 	
}

.legend ul li:before {
	content: '';
	display: inline-block;
	width:25px;
	height:20px;
	border-radius:5px;
	vertical-align: middle;
	margin-right:10px;
}

.lc1:before {
	content: '';
	background: var(--lc1);
}

.lc2:before {
	content: '';
	background: var(--lc2);
}

.lc3:before {
	content: '';
	background: var(--lc3);
}

.lc4:before {
	content: '';
	background: var(--lc4);
}

.lc5:before {
	content: '';
	background: var(--lc5);
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background: transparent;
	width: 20px;
	height: 20px;
	border-left: none;
	border-right: 3px solid var(--white);
	border-top: 3px solid var(--white);
	border-bottom: none;
	pointer-events: all;
	z-index:99;
	cursor: pointer;
}

.prev-arrow {
	left: 3px;
	transform: rotate(-135deg);
}

.next-arrow {
	right: 3px;
	transform: rotate(45deg);
}

.lightbar {
	height:180px;
	position:relative;
	margin:0 auto !important;
	left:0;
	z-index: -10;
	background: var(--middle);
	width:100%;
	display:flex;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .55);
}

.lightbar:before, .lightbar:after {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: calc(180px - 20px);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
}

.lightbar:before {
	top: 10px;
	left: -10px;
	border: 1px dashed var(--white);
}

.lightbar:after {
	border: 1px dashed rgba(0,0,0, .2);
	top: 10px;
	left: -10px;
	margin-top: 1px;
	margin-left: 1px;
}

.lightbar .barcontent {
	color: var(--white);
	display:block;
	margin:auto auto;
	max-width: 800px;
}

.lightbar .barcontent h3 {
	margin:0;
	padding:0;
}


.lightbar .barcontent p {
	font-weight: 200;
	font-size: 1.2em;
	font-style: italic;
}

.lightbar2 {
	height:300px;
	position:relative;
	margin:0 auto !important;
	left:0;
	z-index: -10;
	background: var(--middle);
	width:100%;
	display:flex;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .55);
}

.lightbar2:before, .lightbar2:after {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: calc(300px - 20px);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
}

.lightbar2:before {
	top: 10px;
	left: -10px;
	border: 1px dashed var(--white);
}

.lightbar2:after {
	border: 1px dashed rgba(0,0,0, .2);
	top: 10px;
	left: -10px;
	margin-top: 1px;
	margin-left: 1px;
}

.lightbar2 .barcontent {
	color: var(--white);
	display:block;
	margin:auto auto;
	max-width: 800px;
}

.lightbar2 .barcontent h3 {
	margin:0;
	padding:0;
}


.lightbar2 .barcontent p {
	font-weight: 400;
	font-size: 1em;
}

.flowchart {
	width:100%;
	height:auto;
	margin:0 auto;
	left:0;
	display: flex;
	align-content: center;
	justify-content: center;
}

.flowchart img {
	width: 100%;
}
.flowchart2 {
	max-width:60%;
	min-width: 800px;
	height:auto;
	margin:0 auto;
	left:0;
	display: flex;
	align-content: center;
	justify-content: center;
}

.flowchart2 img {
	width: 100%;
}

.svgcontent #recti1:hover {
	fill: var(--lc4);
}

.svgcontent #recti2:hover {
	fill: var(--lc4);
}

.svgcontent #recti3:hover {
	fill: var(--lc2);
}

.svgcontent #recti4:hover {
	fill: var(--lc1);
}

.svgcontent #recti5:hover {
	fill: var(--lc1);
}

.svgcontent #recti6:hover {
	fill: var(--lc1);
}

.svgcontent path:hover {
	fill: var(--light);
}

.svgcontent2 {
	width: 80%;
}

.svgcontent2 #baru1:hover {
	fill: var(--lc2);
}

.svgcontent2 #baru2:hover {
	fill: var(--lc1);
}

.svgcontent2 #baru3:hover {
	fill: var(--white);
}

.svgcontent2 #baru4:hover {
	fill: var(--white);
}

.svgcontent2 #baru5:hover {
	fill: var(--white);
}

.svgcontent3 {
	width: auto;
	margin-bottom: 20px;
}

.svgcontent3 svg {
	width:100%;
}

.svgcontent3 #fbll_logo_step1:hover path {
	display: block;
}

.svgcontent3 #fbll_logo_step2:hover path {
	display: block;
}

.imge {
	display:flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	max-width: 1140px;
	margin-bottom:20px;
}

.imgez {
	width:800px;
}

.imge img, .imgez img {
	width:100%;
}

.midslider {
	
}

.midhighlayout {
	
}

.shapelayout {
	width:80%;
}

.lc1c {
	color: var(--lc1);
}

.lc4c {
	color: var(--lc4);
}

.colors {
	position: relative;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.colors ul {
	display:flex;
	justify-content: space-evenly;
	flex-basis: 30px;
    flex-grow: 0;
    flex-shrink: 0;
	margin:10px;
	padding:0;
}

.colors #mainc, .colors #shads, .colors #emotions {
	margin-left:10px;
	width:700px;
}

.fbll .colors #mainc, .fbll .colors #shads, .fbll .colors #fonts  {
	width:600px;
	margin-left:100px;
	display:flex;
	justify-content: space-evenly;
}


.colors #fonts {
	width:600px;
	margin-left:50px;
}

.colors ul li {
	list-style: none;
	flex-basis: 75px;
    flex-grow: 0;
    flex-shrink: 0;
}

.colors #emotions li {
	list-style: none;
	float:left;
	width:60px;
}

.legendo {
	width:75px;
	font-weight: 600;
}

.legendo div {
	height:50px;
	width:100px;
	transform: rotate(-90deg);
	text-align: center;
}

.colorfield {
	height: 30px;
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.colortext {
	height:22px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: var(--white);
	color: var(--black);
	text-align: center;
	font-weight: 600;
	font-size: 0.69rem;
	padding-top: 3px;
}

.blu1 .colorfield {
	background-color: #314F88;
}

.blu2 .colorfield {
	background-color: #4C6BA6;
}

.gre1 .colorfield {
	background-color: #F3ECE5;
}

.gre2 .colorfield {
	background-color: #2F2F2F;
}

.gre3 .colorfield {
	background-color: #CBD3E3;
}

.gre4 .colorfield {
	background-color: #EAEDF3;
}

.gre5 .colorfield {
	background-color: #F8F5F2;
}

.gre6 .colorfield {
	background-color: #C7C0BA;
}

.Anger .colorfield {
	background-color: #E40001;
}

.Surprise .colorfield {
	background-color: #FA5E01;
}

.Happiness .colorfield {
	background-color: #FBC117;
}

.Sadness .colorfield {
	background-color: #9AC8C8;
}

.Fear .colorfield {
	background-color: #005A5A;
}

.grn1 .colorfield {
	background-color: #A0DC1E;
}

.grn2 .colorfield {
	background-color: #46AA8C;
}

.whi1 .colorfield {
	background-color: #FFFFFF;
}

.bla1 .colorfield {
	background-color: #0F0F0F;
}

.hih1 .colorfield {
	background-color: #DC1E78;
}

.hih2 .colorfield {
	background-color: #3C328C;
}

.hih3 .colorfield {
	background-color: #8C1450;
}

.nunitoregular {
	font-family: 'Nunito';
	font-weight: 400;
}

.nunitosemibold {
	font-family: 'Nunito';
	font-weight: 600;
}

.nunitoextrabold {
	font-family: 'Nunito';
	font-weight: 900;
}

.ropalight {
	font-family: 'Ropa Sans';
	font-weight: 200;
}

.roparegular {
	font-family: 'Ropa Sans';
	font-weight: 400;
}

.ropabold {
	font-family: 'Ropa Sans';
	font-weight: 800;
}

.fontfield {
	font-size:3.5rem;
}

.fontname {
	font-size:1rem;
	color: var(--white);
	padding-left:7%;
}

.fontset {
	font-size:1rem;
	color: var(--light);
	padding-left:7%;
}

.boxe {
	margin-bottom:2vh;
	display: flex;
	align-content: center;
	justify-content: center;
}

.boxb {
	width: 100%;
	margin-bottom:7vh;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	align-items:  center;
}

.btn {
	background: var(--white);
	border-radius:50px;
	border:0;
	margin:0;
	padding: 12px 32px;
	color: var(--dark);
	text-decoration: none;
	font-weight: 800;
	outline: 1px solid rgba(255, 255, 255, .25);
	outline-offset: 2px;
	position: relative;
}


.btn:hover {
	outline: 1px solid rgba(255, 255, 255, 1);
}

.prevu {
	padding: 12px 16px 12px 32px;
	margin-left:3px;
}

.prevu:before {
	content: url("../svg/up.svg");
	position: absolute;
	display: block;
	width:30px;
	height:30px;
	padding:0;
	margin:0;
	left:4px;
	top:8px;
	z-index:998;
	transform: rotate(-90deg);
	filter: invert(24%) sepia(18%) saturate(1827%) hue-rotate(153deg) brightness(100%) contrast(93%);
}

.nextu {
	padding: 12px 32px 12px 16px;
	margin-right:3px;
}

.nextu:after {
	content: url("../svg/up.svg");
	position: absolute;
	display: block;
	width:30px;
	height:30px;
	padding:0;
	margin:0;
	right:4px;
	top:8px;
	z-index:998;
	transform: rotate(90deg);
	filter: invert(24%) sepia(18%) saturate(1827%) hue-rotate(153deg) brightness(100%) contrast(93%);
}


.contactbar {
	height:200px;
	margin:0 auto !important;
	left:0;
	background: var(--middle);
	width:100%;
	display:flex;
	text-align: center;
	align-content: center;
	justify-content: center;
	position: relative;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .15);
	overflow: hidden;
	z-index:1;
}

.contactbar:before, .contactbar:after {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: calc(200px + 10px);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	pointer-events: none;
}

.contactbar:before {
	top: 10px;
	left: -10px;
	border: 1px dashed var(--black);
}

.contactbar:after {
	border: 1px dashed rgba(179,235,242, .2);
	top: 10px;
	left: -10px;
	margin-top: 1px;
	margin-left: 1px;
}

.contactbar .barcontent {
	color: var(--white);
	display:block;
	margin:0 auto;
	width: 600px;
}

.contactbar ul {
	pointer-events: all;
	position: absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	max-width: 500px;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	padding:0;
}

.contactbar ul li {
	list-style: none;
	float:left;
}
	
.contactbar ul li img {
	width:3vw;
	height:3vw;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(102%) contrast(106%);
}


.contactbar ul li img:hover {
	filter: invert(88%) sepia(27%) saturate(306%) hue-rotate(138deg) brightness(95%) contrast(100%);
}

.close {
	position: fixed;
	top:5vh;
	right:5vh;
	width:5vh;
	height:5vh;
	color: var(--dark);
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	z-index:999;
	background: var(--white);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .15);
}

.close img {
	width:70%;
	height:70%;
	transform: translateY(25%);
	z-index:998;
	filter: invert(24%) sepia(18%) saturate(1827%) hue-rotate(153deg) brightness(100%) contrast(93%);
}

#up {
	display: none;
	position: fixed;
	bottom:5vh;
	right:5vh;
	width:5vh;
	height:5vh;
	color: var(--dark);
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	z-index:999;
	background: var(--white);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .15);
	cursor: pointer;
}

#up img {
	width:70%;
	height:70%;
	transform: translateY(20%);
	z-index:998;
	filter: invert(24%) sepia(18%) saturate(1827%) hue-rotate(153deg) brightness(100%) contrast(93%);
}

@media (min-width:1281px) { /* hi-res laptops and desktops */ }
@media (max-width:1280px) { /* big landscape tablets, laptops, and desktops */ }
@media (max-width:1024px) and (orientation:portrait)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 

}
@media (max-width:800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (max-width:600px) and (orientation:portrait)  { /* smartphones, Android phones, landscape iPhone */ 
	
}
@media (max-width:480px) and (orientation:portrait)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

	html, body {
		width:100vw;
	}
	
	*::-webkit-scrollbar {
		height: 0;
		width: 0;
	}
	
	.homehead {
		display:none;
	}
	.portcontentbox {
		width:90vw;
		display: block;
		margin:0 auto;
	}	

	.halfcontent.fblll {
		height:8vh;
		bottom:2.5%;
	}
	
	.halfcontent {
		width:100%;
		height:5vh;
		bottom:5%;
	}
	
	.halfcircle {
		width:60vh;
		height:60vh;
		background: var(--dark);
		border-radius:50%; 
		margin-left: auto; 
		margin-right: auto; 
		top:-50vh;
		left:-7vh;
		position: absolute;
		overflow: hidden;
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .15);
	}

	.halfcircle:before, .halfcircle:after {
		content: '';
		display: block;
		width: calc(60vh - 2vh);
		height: calc(60vh - 2vh);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		position: absolute;
	}
	
	.halfcontent h2 {
		padding:0;
		margin:0;
		margin-top:-2%;
	}

	.halfmockup {
		position: absolute;
		width:20vh;
		height:auto;
		left:38%;
		top:15vh;
	}

	.halfmockup img {
		width: auto;
		height:30vh;
		filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .3));
	}

	.halfmockup.vlink {
		left: auto;
		margin:0 auto;
		top:7vh;
	}
	
	.halfmockup.vlink img {
		width: auto;
		height:30vh;
		left: 50%;
		transform: translateX(-30%);
		display: block;
		filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .3));
	}
	
	.vlink .portcontent {
		padding-top: 35vh;
	}

	.fbll .halfmockup {
		top:-8vh;
		left:18vw;
		z-index:9;
	}

	.fbll .halfmockup img {
		width: auto;
		height:55vh;
		filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .3));
	}
	
	.maps .portcontent {
		padding-top:40vh;
	}
	
	.maps .halfmockup {
		width:100vw;
		top:5vh;
	}

	.maps .halfmockup img {
		height:auto;
		width:100vw;
	}

	.halfbubble {
		display:none;
	}

	.portcontent {
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items:center;
		padding-top:50vh;
		position: relative;
		overflow: hidden;
	}

	.imgez {
		width:100%;
	}

	.colors #mainc, .colors #shads, .colors #emotions {
		width: 100%;
		margin-left:0;
		left:0;
	}
	
	.colors #mainc, .colors #shads, .colors #emotions {
		width: 100%;
		margin-left:0;
		left:0;
	}

	.colors ul li {
		list-style: none;
		flex-basis: 60px;
		flex-grow: 0;
		flex-shrink: 0;
	}

	.colors #fonts {
		width:100%;
		margin:0;
	}
		
	.fbll .colors #mainc, .fbll .colors #shads, .fbll .colors #fonts {
		width:100%;
		margin-left: 0;
	}
	
	.portbar {
		margin:0 auto;
		background: var(--dark);
		width:100%;
		height:225px;
		position:relative;
		z-index: -10;
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3), inset 0px 1px 0px 0px rgba(255, 255, 255, .15);
	}

	.portbar:before, .portbar:after {
		content: '';
		display: block;
		width: calc(100% + 10px);
		height: calc(225px - 20px);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: absolute;
	}
	
	.fbll .portbar {
		height:150px;
	}

	.fbll .portbar:before, .fbll .portbar:after {
		height: calc(150px - 20px);
	}
	
	.lightbar {
		height:250px;
	}

	.lightbar:before, .lightbar:after {
		content: '';
		display: block;
		width: calc(100% + 10px);
		height: calc(250px - 20px);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: absolute;
	}	

	.lightbar2 {
		height:450px;
	}

	.lightbar2:before, .lightbar2:after {
		width: calc(100% + 10px);
		height: calc(450px - 20px);
	}
	
	.portbar .barcontent, .lightbar .barcontent, .contactbar .barcontent, .lightbar2 .barcontent {
		color: var(--white);
		display:block;
		margin:auto auto;
		max-width: 90vw;
		padding-right:0;
	}
	
	.svgcontent3 {
		width: 100%;
		margin-bottom: 20px;
	}

	.btn {
		text-align:center;
		max-width: 60%;
		color: var(--dark);
		text-decoration: none;
		font-weight: 800;
		outline: 1px solid rgba(255, 255, 255, .25);
		outline-offset: 2px;
	}
	
	.contactbar .barcontent {
		margin-top: 50px;
	}
	
		
	.contactbar .barcontent h2 {
		margin:0;
	}
	
	.contactbar ul {
		max-width: 70%;
	}

	.contactbar ul li img {
		width:5vh;
		height:5vh;
	}
	
	.flowchart2 {
		max-width:100%;
		min-width: 100%;
		height:auto;
		margin:0 auto;
		left:0;
		display: flex;
		align-content: center;
		justify-content: center;
	}

	.close {
		position: fixed;
		top:3vh;
		right:3vh;
		width:5vh;
		height:5vh;
	}
	
	.prevu {
		padding: 18px;
		margin-left:3px;
		width: 0;
		height: 0;
		font-size: 0;
	}

	.prevu:before {
		width:25px;
		height:25px;
		left:4px;
		top:6px;
	}

	.nextu {
		padding: 18px;
		margin-right:3px;
		width: 0;
		height: 0;
		font-size: 0;
	}

	.nextu:after {
		width:25px;
		height:25px;
		right:4px;
		top:6px;
	}

	#up {
		bottom:3vh;
		right:3vh;
		width:3vh;
		height:3vh;
	}
}