html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Dosis";
	height: 100%;
	width: 100%;
	background:
		repeating-linear-gradient(110deg, rgba(0,0,0,0) 499px, rgba(0,255,255,0.5) 500px, rgba(0,255,255,0.5) 600px, rgba(0,0,0,0) 601px, rgba(0,0,0,0) 800px),
		repeating-linear-gradient(-145deg, rgba(0,0,0,0) 299px, rgba(0,255,0,0.5) 300px, rgba(0,255,0,0.5) 400px, rgba(0,0,0,0) 401px, rgba(0,0,0,0) 600px),
		repeating-linear-gradient(-50deg, rgba(0,0,0,0) 199px, rgba(255,0,0,0.5) 200px, rgba(255,0,0,0.5) 400px, rgba(0,0,0,0) 401px, rgba(0,0,0,0) 600px),
		repeating-linear-gradient(70deg, rgba(0,0,0,0) 99px, rgba(255,255,0,0.5) 100px, rgba(255,255,0,0.5) 200px, rgba(0,0,0,0) 201px, rgba(0,0,0,0) 350px),
		repeating-linear-gradient(-5deg, rgba(0,0,0,0) 299px, rgba(0,0,255,0.5) 300px, rgba(0,0,255,0.5) 400px, rgba(0,0,0,0) 401px, rgba(0,0,0,0) 550px),
		repeating-linear-gradient(-25deg, rgba(0,0,0,0) 299px, rgba(0,0,0,0.5) 300px, rgba(0,0,0,0.5) 310px, rgba(0,0,0,0) 311px, rgba(0,0,0,0) 360px)
	;
	
	overflow: hidden;
}
.wrapper {
	height: 100%;
	display: flex;

	justify-content: center;
	align-items:center;
}

.box.outer {
	display: flex;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

	
	overflow-y: auto;
	max-height: 90%;
	
	background: #fff;

}			

@media only screen and (max-width: 800px) {
	.box.outer {
		flex-direction: column;
	}
	.box.img {
		/*text-align: right;*/
		/*height: 30px;*/
		padding-left: 30px;
		height: 40px;
	}
	.box.info {
		width: 100% !important;
	}
	.box.img img {
		height: 150px !important;
		width: auto !important;
	}
	.name {
		margin-left: 130px;
	}
	.name-title {
		font-size: 22px;
		font-weight: 200;
	}
}

.box.img img {
	height:100%;
	width:350px;
	object-fit: cover;
}

.box.info {
	width: 500px;
	display: flex;
	flex-direction: column;
}

.name, .el, .elhead {
	padding-left: 30px;
	padding-right: 30px;
}

.name.main {
	margin-top: 30px;
	font-size: 30px;
	font-weight: 500;
}
.name.sub {
	margin-bottom: 30px;
}
.name-title {
	font-weight: 200;
}

.el {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 24px;
}
.elsub {
	font-size: 15px;
	color: #6e6e6e;
}
.elhead {
	font-weight: 700;
}

.el.contact {
	/*display: flex;*/
	align-self: flex-end;
	/*align-self: flex-end;*/
	/*margin-top: 60px;*/
}

a {
	text-decoration: none;
	color: #000;
	/*border-left: 1px solid #000;*/
}

a:hover {
	background-color: #000;
	color: #fff;
}
a:hover .elsub {
	color: #fff;
}

a.wborder {
	border-bottom: 1px solid #000;
}
