.profile-pic-top{
	display: flex;
	flex-direction:column;
	width: auto;
	height: 100px;
	text-align: center;
	padding-top:10px;
	padding-bottom:70px;
	border-bottom: #00b4d8 3px solid;
	background: #00798B;
	
}

.profile-pic-header{
	display:inline;
	/*font-family: "Bradley Hand", cursive;*/
	font-family: Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	padding-top:20px;
}

.profile-pic-bottom{
	display: flex;
	flex-direction:column;
	width: auto;
	text-align: center;
	padding-top:10px;
	/*border-top: #00b4d8 3px solid;*/
	
}

.profile-pic {
	position: relative;
	top: -75px;
	width: 150px;
	left: auto;
	right: auto;
	height: 150px;
	border-radius: 50%;
	display: block;
	margin: auto;
}

.intro-text{
	display:inline;
	font-family: "Monaco", monospace;
	font-weight: bold;
	font-style: oblique;
}
.intro-container{
	padding-top:100px;
}

.profile-summary{
	/*font-size: clamp(8px, 10vw, 16px);*/
	font-size: 16px;
	resize: both;
	word-wrap:break-before;
	/*width: fit-content;*/
}

.role-summary{
	font-size: 14px;
}

.role-technologies{
	font-size: 14px;
	font-style: italic;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	word-wrap: break-word;
}
.body-container {
	width: 80%;
	height: 4750px;
	max-width: 900px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 40px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}
.top-container {
	width: 100%;
	margin: 0 auto;
	height: 210px;
	/*overflow: hidden;*/
}

.main-container {
	display: relative;
	/*overflow: hidden;*/
}
header {
	color: #fff;
	padding-top: 5px;
	/*min-height: 70px;*/
	height: 182px;
	/*border-bottom: #00b4d8 3px solid;*/
}
header a, header h1 {
	color: #fff;
	text-decoration: none;
	text-align: center;
}

h2 {
	font-family: Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
	text-transform: uppercase;
}

h3{
	margin-top:2px;
	margin-bottom: 5px;
	color: #00798B;
}

h4{
	margin-top:2px;
	margin-bottom: 5px;
}

.skill_categories{
	padding-left: 20px;
	color: #333 !important;
}

.client-title{
	color: #00b4d8;
}

.contact-info{
	color: #fff;
	text-decoration: none;
	text-align: center;
	 word-wrap: break-word;
}

#main-content {
	/*padding-top: 112px;*/
	margin: 0 auto;
	/*padding: auto !important;*/
	display: flex;
	flex-wrap: inherit;
}
#sidebar {
	background: #333;
	color: #fff;
	padding: 15px;
	width: 25%;
	/*height: 100%;*/
	/*word-wrap: break-word;*/
}
#sidebar a {
	color: #00b4d8;
	text-decoration: none;
	display: block;
	margin: 10px 0;
}

#sidebar a:hover {
	color: #B0E0E6;
}

#sidebar a.active {
	color: white;
}

#main-section {
	width: 75%;
	padding: 20px;
	display: relative;
	/*top: 900px;*/
	padding-top: 100px;
}
.timeline {
	list-style: none;
	padding: 0;
}
.timeline li {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
	border-left: 5px solid #00b4d8;
}

.responsibility-list {
	list-style: square;
	padding-left: 20px;
	font-size: 14px;
}

.responsibility-list li {
	background: #fff;
	margin-bottom: 2px;
	padding: 2px;
	border-left: 0px solid #fff !important;
}

.grey {
	border-left: 5px solid #333 !important;
}

.skill-bar {
	width: 200px;
	height: 10px;
	background-color: #f0f0f0;
	border-radius: 5px;
}

.skill-bar div{
	height: 100%;
	border-radius: 5px;
}

.skill-comms{
	width: 90%;
	background-color: #00b4d8;
	animation: skill-comms 3s;
	animation-play-state: paused;
}

.skill-problem-solve{
	width: 100%;
	background-color: #00b4d8;
	animation: skill-problem-solve 3s;
	animation-play-state: paused;
}

.skill-leadership{
	width: 80%;
	background-color: #00b4d8;
	animation: skill-leadership 3s;
	animation-play-state: paused;
}

.skill-management{
	width: 80%;
	background-color: #00b4d8;
	animation: skill-management 3s;
	animation-play-state: paused;
}

.skill-agile{
	width: 100%;
	background-color: #00b4d8;
	animation: skill-agile 3s;
	animation-play-state: paused;
}

@keyframes skill-comms{
	0%{
		width: 0%;
	}
	100%{
		width: 90%;
	}
}

@keyframes skill-problem-solve{
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

@keyframes skill-leadership{
	0%{
		width: 0%;
	}
	100%{
		width: 80%;
	}
}

@keyframes skill-management{
	0%{
		width: 0%;
	}
	100%{
		width: 80%;
	}
}

@keyframes skill-agile{
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}



.soft-skills {
  display: grid;
  grid-template-columns: auto auto auto;
  
  padding: 10px;
}

.soft-skills > div{
	padding: 10px;
}

.tech-skills {
  display: grid;
  grid-template-columns: auto auto auto;
  
  padding: 10px;
}

.tech-skills > div{
	padding: 10px;
}

.skill-databricks{
	width: 50%;
	background-color: #00b4d8;
	animation: skill-databricks 3s;
	animation-play-state: paused;
}

@keyframes skill-databricks{
	0%{
		width: 0%;
	}
	100%{
		width: 50%;
	}
}

.skill-databricks{
	width: 50%;
	background-color: #00b4d8;
	animation: skill-databricks 3s;
	animation-play-state: paused;
}

@keyframes skill-databricks{
	0%{
		width: 0%;
	}
	100%{
		width: 50%;
	}
}

.skill-azure-sql{
	width: 80%;
	background-color: #00b4d8;
	animation: skill-azure-sql 3s;
	animation-play-state: paused;
}

@keyframes skill-azure-sql{
	0%{
		width: 0%;
	}
	100%{
		width: 80%;
	}
}

.skill-plsql{
	width: 80%;
	background-color: #00b4d8;
	animation: skill-plsql 3s;
	animation-play-state: paused;
}

@keyframes skill-plsql{
	0%{
		width: 0%;
	}
	100%{
		width: 80%;
	}
}

.skill-pp{
	width: 80%;
	background-color: #00b4d8;
	animation: skill-pp 3s;
	animation-play-state: paused;
}

@keyframes skill-pp{
	0%{
		width: 0%;
	}
	100%{
		width: 80%;
	}
}

.skill-adf{
	width: 80%;
	background-color: #00b4d8;
	animation: skill-adf 3s;
	animation-play-state: paused;
}

@keyframes skill-adf{
	0%{
		width: 0%;
	}
	100%{
		width: 80%;
	}
}

.skill-aas{
	width: 80%;
	background-color: #00b4d8;
	animation: skill-aas 3s;
	animation-play-state: paused;
}

@keyframes skill-aas{
	0%{
		width: 0%;
	}
	100%{
		width: 80%;
	}
}

.skill-apim{
	width: 80%;
	background-color: #00b4d8;
	animation: skill-apim 3s;
	animation-play-state: paused;
}

@keyframes skill-apim{
	0%{
		width: 0%;
	}
	100%{
		width: 80%;
	}
}

.skill-snowflake{
	width: 40%;
	background-color: #00b4d8;
	animation: skill-snowflake 3s;
	animation-play-state: paused;
}

@keyframes skill-snowflake{
	0%{
		width: 0%;
	}
	100%{
		width: 40%;
	}
}

.skill-rapidminer{
	width: 60%;
	background-color: #00b4d8;
	animation: skill-rapidminer 3s;
	animation-play-state: paused;
}

@keyframes skill-rapidminer{
	0%{
		width: 0%;
	}
	100%{
		width: 60%;
	}
}

.skill-obiee{
	width: 60%;
	background-color: #00b4d8;
	animation: skill-obiee 3s;
	animation-play-state: paused;
}

@keyframes skill-obiee{
	0%{
		width: 0%;
	}
	100%{
		width: 60%;
	}
}


/*code for smaller screen sizes*/

@media (min-width: 300px) and (max-width: 400px) {
	
	.profile-summary{
		width: 70%;
	}
	.timeline {
		width: 70%;
	}
	.sidebar{
		font-size: 14px;
		/*width: 25%;*/
	}
	.soft-skills {
		display: grid;
		grid-template-columns: auto;
		padding: 10px;
		width: 70%;
	}
	.tech-skills {
		display: grid;
		grid-template-columns: auto;
		padding: 10px;
		width: 70%;
	}
	.body-container {
		height: 10400px;
	}
}

@media (min-width: 401px) and (max-width: 500px) {
	
	.profile-summary{
		width: 70%;
	}
	.timeline {
		width: 70%;
	}
	.sidebar{
		font-size: 14px;
		/*width: 25%;*/
	}
	.soft-skills {
		display: grid;
		grid-template-columns: auto;
		padding: 10px;
		width: 70%;
	}
	.tech-skills {
		display: grid;
		grid-template-columns: auto;
		padding: 10px;
		width: 70%;
	}
	.body-container {
		height: 10300px;
	}
}

@media (min-width: 501px) and (max-width: 600px) {
	.soft-skills {
		display: grid;
		grid-template-columns: auto;
		padding: 10px;
	}
	.tech-skills {
		display: grid;
		grid-template-columns: auto;	
		padding: 10px;
	}
	.body-container {
		height: 7500px;
	}
}

@media (min-width: 601px) and (max-width: 700px) {
	.soft-skills {
		display: grid;
		grid-template-columns: auto;	
		padding: 10px;
	}
	.tech-skills {
		display: grid;
		grid-template-columns: auto;	
		padding: 10px;
	}
	.body-container {
		height: 6600px;
	}
}

@media (min-width: 701px) and (max-width: 800px) {
	.soft-skills {
		display: grid;
		grid-template-columns: auto;	
		padding: 10px;
	}
	.tech-skills {
		display: grid;
		grid-template-columns: auto;	
		padding: 10px;
	}
	.body-container {
		height: 6100px;
	}
}

@media (min-width: 801px) and (max-width: 900px) {
	.soft-skills {
		display: grid;
		grid-template-columns: auto;	
		padding: 10px;
	}
	.tech-skills {
		display: grid;
		grid-template-columns: auto;	
		padding: 10px;
	}
	.body-container {
		height: 5700px;
	}
}

@media (min-width: 901px) and (max-width: 1000px) {
	.soft-skills {
		display: grid;
		grid-template-columns: auto auto;	
		padding: 10px;
	}
	.tech-skills {
		display: grid;
		grid-template-columns: auto auto;	
		padding: 10px;
	}
	.body-container {
		height: 5200px;
	}
}

@media (min-width: 1001px) and (max-width: 1100px) {
	.soft-skills {
		display: grid;
		grid-template-columns: auto auto;	
		padding: 10px;
	}
	.tech-skills {
		display: grid;
		grid-template-columns: auto auto;	
		padding: 10px;
	}
	.body-container {
		height: 5100px;
	}
}