@charset "utf-8";

body {
	background-color: #232176;
}
h1 {
	margin-top: 0;
	color: #fff;
}
.header-col {
	display: inline-flex;
}
.name {
	margin-top: 0;
	margin-block-end: 5px;
	font-size: 28px;
	text-decoration: underline;
}
.position {
	margin-top: 0;
	margin-block-end: 15px;
}
.logo {
	border: none;
	float: left;
	border-radius: 0px;
	width: 50px;
	height: 100%;
	padding-right: 5px;
	margin-bottom: 10px;
}
.h1-title {
	padding-top: 5px;
}
.container {
	margin-right: 20%;
	margin-left: 20%;
	width: 60%;
	background-color: hsla(0, 0%, 100%, 0.15);
	border-radius: 50px;
	padding: 30px;
	color: #fff;
}
.col {
	display: flex;
	padding-bottom: 10px;
	width: 100%;
}
.row {
	padding-right: 10px;
}
.descrow {
	float: left;
	width: 100%;
}
.row-quote {
	text-align: justify;
	width: 100%;
}
img {
	border: 2px solid black;
	border-radius: 25px;
	width: 150px;
}
hr {
	opacity: 0.2;
}
.tb-row1 {
	width: 170px;
	font-weight: bold;
}
.tb-row2 {
	width: 15px;
}
.tb-row3 {
	width: 150px;
}
.tb-row4 {
	width: 350px;
}
.footer p {
	text-align: center;
}

@media (max-width: 576px){
	h1 {
		overflow: hidden;
		font-size: 20px;
	}
	.row {
		width: 50%;
	}
	.row img {
		width: 100%;
	}
	.descrow {
		float: right;
	}
	.name {
		font-size: 18px;
	}
	.position {
		font-size: 12px;
	}
	.container {
		margin: 5px;
 		padding: 10px;
 		border-radius: 10px;
		width: 94%;
 	}
 	.tb-row1 {
 		width: 45%;
 	}
 	.tb-row2 {
 		visibility: hidden;
 	}
 	.tb-row3 {
 		width: 25%;
 		display: block;
 	}
 	.tb-row4 {
 		width: 30%;
 		display: block;
 	}
 	.col-title {
 		width: 100%;
 		text-align: center;
 		text-decoration: underline;
 	}
 	.col-title h1 {
 		font-size: 20px;
 	}
}

@media (max-width: 800px){
}