#tabContainer{
	padding-bottom: 10%;

}

.row{
	/*
	TODO/FIXME: Figure out why this is suddenly over-padded?;
	*/
	padding: 0%;
	margin: 0%;
}

#about_header{
width: auto;
font-size: auto;
height: auto;
position: relative;
overflow: hidden;
min-height: 110vh;
padding-top: 5%;
background-color: black;
}


#about_header img{
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-top: 0%;
	top: 0%;
	position: absolute;
}


#about_header h1{

	font-size: 2.9rem;
  color: white;
  font-family: kuroregular;
  font-weight: 0.5;
  margin-top: 30vh;
}


/* Carousel base class */
.carousel {
  height: 100vh;
  margin-bottom: 0%;
  margin-top: 0%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100vh;
  background-color: #777;
}

#about_item_one img {
 
  top: 0;
  margin-left: -25vw ;
  width: auto;
  height: 30vh;

}

.carousel-caption{
	margin: 0%;
	padding: 0%;
}


#about_item_one{
	background-color: rgb(176, 217, 197);
}

#about_item_one h1{
	color: black;
	font-family: koratakiregular;
	font-size: 4.4rem;
	margin-left: -15vw;
	padding: 0%;
}

#about_item_one img{

}

#about_item_two{
	background-color: rgb(52, 124, 128);
}

#about_item_two h1{
	color: black;
	font-family: koratakiregular;
	font-size: 4.4rem;
}

#about_item_two h2{
	font-family: kuroregular;
	font-size: 2.4rem;
	color: black;
}

#about_item_two h3{
	font-family: banker_squareregular;
	font-size: 2.0rem;
	color: black;
}

#about_item_three{
	background-color: rgb(52, 124, 128);
	margin: 0%;
	padding: 0%;
}

#about_item_three h1{
	color: black;
	font-family: koratakiregular;
	font-size: 4.4rem;
}

#about_item_three h2{
	font-family: kuroregular;
	font-size: 2.4rem;
	color: black;
}

#about_item_three h3{
	font-family: banker_squareregular;
	font-size: 2.0rem;
	color: black;
}



#about_item_three{
	background-color: rgb(52, 124, 128);
}

#about_item_three h1{
	color: black;
	font-family: koratakiregular;
	font-size: 4.4rem;
}

#about_item_three h2{
	font-family: kuroregular;
	font-size: 2.4rem;
	color: black;
}

#about_item_three h3{
	font-family: banker_squareregular;
	font-size: 2.0rem;
	color: black;
}


#about_item_four{
	background-color: rgb(84, 178, 162);
}

#about_item_four h1{
	color: black;
	font-family: koratakiregular;
	font-size: 4.4rem;
}

#about_item_four h2{
	font-family: kuroregular;
	font-size: 2.4rem;
	color: black;
}

#about_item_four h3{
	font-family: banker_squareregular;
	font-size: 2.0rem;
	color: black;
}

#about_vision{
	padding-bottom: 2%;
	position: relative;

}

#about_vision img{
	position: absolute;
	z-index: -1 !important;
	width: 100%;
	height: 95%;
}


#about_vision .vision_holder{
	background-color: rgba(224, 224, 206, 0.98);
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	padding-bottom: 2%;
	padding-top: 2%;
	z-index: 20 !important;
}


#about_vision h1{
	font-family: verminVibes;
	color: rgb(67, 116, 130);
	font-size: 7.2rem;
}

#about_vision h2{
	font-family: kuroregular;
	font-size: 2.4rem;
	color: #2e2e2e;
}

#about_vision h3{
	font-family: franklin_gothic_fsbook;
	font-size: 2.2rem;
	color: #404040;
}

#about_vision hr{
height: 2px;
  width: 50%;
  background-color: #478e9c;
  color: #478e9c;
  border: 0 none;
  margin-top: -2px;
}

.arrow_box {
	position: relative;
	background: rgba(46, 46, 46, 0);
	border: 4px solid rgba(46, 46, 46, 0);

}

.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: rgba(46, 46, 46, 0);
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #478e9c;
	border-width: 36px;
	margin-left: -36px;
}


#about_inovatzia{
	

	
}

#about_inovatzia h1{
	font-family: verminVibes;
	font-size: 5.2rem;
	text-transform: uppercase;
	color: rgb(46, 25, 87);
	padding-left: 2%;
}

#about_inovatzia h2{
	font-family: franklin_gothic_fsbook;
	font-size: 1.9rem;
	color: black;
	display: inline-block;
}

#about_inovatzia img{
	max-width: 160%;
	max-height: 160%;
	width: auto;
	height: auto;
	margin-left: -52%;
	margin-top: -20%;
}

#about_inovatzia .footer{
	background-color: rgb(63, 38, 99);
	text-align: center;
}

#about_inovatzia .footer h1{
	color: white;
	font-family: banker_squareregular;
	font-size: 3.0rem;
	padding-top: 2%;
	padding-bottom: 2%;
	text-decoration: none;
}

#about_passion{
 overflow: hidden !important;
 position: relative;


}

#about_passion .holder{
position: relative;
top: 0;
 padding-top: 5%;
 padding-bottom: 5%;
 padding-left: 0%;
 padding-right: 0%;

}

#about_passion .name{
	margin-top: -10vh;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: right;
}

#about_passion .blurb{
	text-align: justify;
	background-color: rgba(191, 103, 0, 1);
	margin-top: 0vh;
	margin-left: 0%;
	margin-right: 0%;
	padding-right: 2%;
	padding-left: 2%;
	
}

#about_passion .quote{
	text-align: left;
	padding-left: 5%;
	padding-top: 0%;
	background-color: rgba(221, 123, 0, 0.9);
}

#about_passion h1{
	font-family: kuroregular;
	font-size: 1.6rem;
	color: black;
	font-weight: 500;
	font-style: italic;
}

#about_passion h2{
	font-family: franklin_gothic_fsbook;
	font-size: 2.1rem;
	color: black;
	padding: 2%;
}

#about_passion h3{
	font-family: franklin_gothic_fsbook;
	font-size: 1.6rem;
	color: white;
}

#about_passion .fancy-underline:hover:after {
  width: 100%;
 background-color: rgba(255,255,255, 1);
}

#about_passion img{

	z-index: -1 !important;
	max-height: auto;
	max-width: auto;
	width: 120%;
	height: 120%;
	margin-bottom: -40vh;
	margin-left: 0;
	margin-top: -20%;


}

#about_profile{
		padding-left: 1%;
	padding-right: 1%;
	overflow: hidden;
	position: relative;

}

#about_profile .holder{
	background-color: rgb(176, 217, 197);
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 0%;
	padding-right: 0%;


}

#about_profile h1{
	font-family: banker_squareregular;
	font-size: 6.0rem;
	color: white;
}

#about_profile h2{
	font-family: franklin_gothic_fsbook;
	font-size: 1.8rem;
	color: rgb(46, 46, 46);
}

#about_profile img{
	position: absolute;
	top: 0;
	right: -12%;
	padding: 0%;
	margin: 0%;
	height: 90vh;
	width: auto;
	z-index: 1 !important;
	opacity: 0.2;
}



#about_profile .footer{
	background-color: rgb(46, 46, 46);
	z-index: 999!important;
	padding: 2%;
}

#about_profile .footer h1{
	font-family: banker_squareregular;
	font-size: 2.2rem;
	color: white;
}

#about_research{
	text-align: left;
	overflow: hidden;
	background-color: rgba(228, 227, 222, 1);
}

#about_research .holder{
	background-color: rgba(228, 227, 222, 0.8);

}

#about_research img{
	z-index: -1 !important;
	max-height: auto;
	max-width: auto;
	width: 120%;
	height: 120%;
	margin-bottom: -100%;
	margin-left: 0;
	margin-top: 0%;
}

#about_research .orange{
	color: rgb(146, 95, 27);
}

#about_research .lighter{
	color: rgb(107, 107, 105);
}

#about_research h1{
	font-family: verminVibes;
	font-size: 5.7rem;
	color: black;
}

#about_research hr{
	background-color: rgb(107, 107, 105);
	color: rgb(107, 107, 105);
	height: 4px;
  width: 50%;
  margin-top: -2%;
  margin-left: 0%;
  border: 0 none;
}

#about_research h2{
	font-family: franklin_gothic_fsbook;
	font-size: 2.1rem;
	color: black;
}

#about_research h3{
	font-family: franklin_gothic_fsbook;
	font-size: 1.9rem;
	color: black;
}

#about_research h4{
	font-family: franklin_gothic_fsbook;
	font-size: 1.4rem;
}

#about_research ul{
	padding-right: 15%;
}


#about_consulting{
	background-color: rgb(86, 87, 85);
	text-align: center;
	padding: 0%;
	margin-left: 0%;
}

#about_consulting h1{
	font-family: verminVibes;
	text-transform: uppercase;
	font-size: 4.3rem;
	color: rgb(176, 217, 197);

}

#about_consulting h2{
	font-family: franklin_gothic_fsbook;
	font-size: 1.9rem;
	color: white;
	padding: 5%;
}

#about_consulting h3{
	font-family: kuroregular;
	font-size: 1.7rem;
	color: white;
}

#about_consulting hr{
	background-color: rgb(46, 46, 46);
	color: rgb(107, 107, 105);
	height: 4px;
  width: 25%;
  border: 0 none;
}

#about_consulting .fancy-underline:hover:after {
  width: 100%;
 background-color: rgba(255,255,255, 1);
}
