/*Resume*/
#resume-container {
	position: absolute;
	/*background: #dddd5555;*/
	z-index: 10;
	width: 50%;
	min-width: 700px;
	top: 100px;
	left: 50px;
	right: 0px;
}

#resume {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 230px;
	/*background: #dddd5555;*/
	height: 700;
	width: 600px;
	min-width: 300px;
	/*padding-bottom: 300px;
	padding-top: 200px;*/
	z-index: 5;
}

.unselectable {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

#objectctr {
	z-index: 15;
	position: absolute;
	width: 100%;
	height: 600px;
	justify-content: center;
	display: flex;
}

#objectbox {
	color: white;
	z-index: 15;
	position: relative;
	font-size: 1.8em;
	margin: 1rem;
	padding: 0.3rem;
	bottom: 25px;
	background-color: #090a1c;
	-webkit-clip-path: polygon(2% 0, 100% 0, 98% 50px, 0 50px);
	clip-path: polygon(2% 0, 100% 0, 98% 50px, 0 50px);
}

#icopanel {
	z-index: 15;
	height: 100px;
	position: absolute;
	bottom: -30px;
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: row;
}

/*Icons for various tools*/
.icop {
    position: relative;
		bottom: -50px;
    width: 60px;
    height: 60px;
    content: "";
    z-index: 10;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
		margin-left: 10px;
		margin-right: 10px;
	  filter: grayscale(25%);
  	transition:
  		transform 0.3s;
}

.icop:hover {
	transform:	scale(1.1);
}

.resumewrapper {
	z-index: 5;
	width: 100%;
	position: relative;
	flex-direction: column;
	display: flex;
	justify-content: center;
	margin-top: 2em;
	overflow: visible;
}

#overviewcontainer {
	background-blend-mode: lighten;
  width: 200vw;
	left: -50vw;
	position: absolute;
	box-sizing: border-box;
  list-style: none;
  display: flex;
  flex-direction: row;
	justify-content: center;
  padding: 0;
	margin: 0;
	z-index: 5;
}

#objectbox {
	position: absolute;

}

#rleftbox {
	width: 1200px;
	height: 600px;
	/*background-color: #aaaa0011;*/
	z-index: 16;
	margin-right: 150px;
	overflow-y: hidden;
}

#rrightbox {
	width: 1200px;
	height: 600px;
	/*background-color: #55aa5511;*/
	z-index: 16;
	margin-left: 100px;
	justify-content: left;
	overflow-y: hidden;
}

.ltab {
	position: relative;
	height: 200px;
	width: 700px;
  float: right;
	margin: 0.5em;
}

.ltab .bar, .rtab .bar {
		position: relative;
		height: 50px;
		width: 700px;
	  float: right;
		background-color: #101f47;
		-webkit-clip-path: polygon(27% 0, 100% 0, 73% 500px, 0 500px);
		clip-path: polygon(27% 0, 100% 0, 73% 500px, 0 500px);
}

.ltab .bar h3, .rtab .bar h3 {
	text-align: right;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-right: 30px;
	font-size: 2.0em;
	color: rgb(85,221,170);
}

.rtab .bar h3 {
	text-align: left;
	margin-right: auto;
	margin-left: 200px;
}

.ltabpanel, .rtabpanel  {
	position: relative;
	top: 2px;
	right: 18px;
	height: 150px;
	width: 700px;
  float: right;
	background-color: #101f47;
	justify-content: center;
	display: flex;
	flex-direction: column;
	-webkit-clip-path: polygon(27% 0, 100% 0, 73% 500px, 0 500px);
	clip-path: polygon(27% 0, 100% 0, 73% 500px, 0 500px);
}

.rtab {
	position: relative;
	height: 200px;
	width: 700px;
  float: left;
	margin: 0.5em;
}

.rtab .bar {
	  float: left;
}

.rtabpanel {
  float: left;
}

.rtab:hover .bar h3, .ltab:hover .bar h3 {
	color: #dd7a25;
}

#iconpanel h2 {
	color: #55ddaa;
	transition:
		color 0.3s;
}

#iconpanel:hover h2 {
	color: white;
}

#resume h2 {
	z-index: 103;
	position: sticky;
	top: 60px;
	font-size: 3.35em;
	text-align: right;
	margin: 10px;
	margin-right: 20px;
	color: #55ddaa;
	transition:
		color 0.3s;
}

#resume:hover h2 {
	color: white;
}

#resume-container {
	transform: scale(0.7);
}

.ritem h4 {
	color: white;
	position: relative;
	left: 50px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

.ritem {
	float: right;
  position: sticky;
	margin-right: 0px;
	width: 1000px;
  margin-bottom: 0px;
  padding-bottom: 0px;
	text-align: right;
}

.ritem:hover, .ritemopen {
	z-index: 103;
  top: 180px;
}

.ritem .rbar {
	z-index: 102;
	right: 0px;
	//border-radius: 15px;
	-webkit-clip-path: polygon(0 0, 100% 0, 98% 50px, 0 50px);
	clip-path: polygon(0 0, 1000px 0, 983px 50px, 0 50px);
	padding: 1px;
	margin: 5px;
	background-image: linear-gradient(to right, #101f47, #101f47, #101f47, #101f47, #101f47);
	color: #55ddaa;
	width: 1000px;
	transition:
		transform 0.3s, background-image 0.4s;

}

.ritem .rbar h3 {
	padding-right: 10px;
}

.ritem:hover .rbar, .ritemopen .rbar {
	color: #ddaa55ff;
	background-image: linear-gradient(to right, #162859, #162859);
	transform:
		translate(50px,0px);
}

.ritem .infobox {
	z-index: 101;
	opacity: 0;
	float: right;
	top: -8px;
	margin-right: 15px;
	width: 600px;
	/*border-bottom-right-radius: 15px;*/
	-webkit-clip-path: polygon(105px 0, 100% 0, 60% 300px, 0 300px);
	clip-path: polygon(105px 0, 600px 0, 495px 300px, 0 300px);
	text-align: center;
	position: relative;
	height: 0px;
	overflow: hidden;
	background-color: #16285966;
	transition:
		height 0.3s, opacity 0.3s, transform 0.3s;
}

.ritem:hover .infobox, .ritemopen .infobox { /*reveal on mouseover*/
	opacity: 1;
	height: 300px;
	transform:
		translate(50px,0px);
}

.ritem h3 {
  margin: 10px;
}
