@import url(https://fonts.googleapis.com/css?family=Varela+Round);
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
 *, *::after, *::before {
	 box-sizing: border-box;
}
 html, body {
	 height: 100%;
}
 body {
	 font-family: 'Open Sans', sans-serif;
	 font-size: 16px;
	 line-height: 1.5em;
}
 a {
	 color: #6c9;
	 text-decoration: none;
}
 .clearfix::after, .clearfix::before {
	 content: " ";
	 display: table;
}
 .clearfix::after {
	 clear: both;
}
 .bold {
	 color: #4a4e51;
	 font-weight: 400;
}
.socials {
	padding-left: 30px;
}
 .resume-wrapper {
	 position: relative;
	 text-align: center;
	 height: 100%;
}
 .container {
	 min-height: 600px;
}
 .profile {
	 background: #fff;
	 width: 40%;
	 float: left;
	 color: #9099a0;
}
 @media (max-width: 850px) {
	 .profile {
		 width: 100%;
	}
}
.profile .name-wrapper {
  top: 50%;
  left: 50%;
  text-align: center; /* Center text horizontally within the name-wrapper */
}

.profile h1 {
	font-size: 2.5em;
	font-family: 'Varela Round', sans-serif;
	color: #4a4e51;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 40px;
	margin: 0; /* Remove default margin to ensure perfect centering */
  }

 @media (max-width: 1200px) {
	 .profile h1 {
		 padding-top: 20px;
	}
}
 @media (max-width: 450px) {
	 .profile h1 {
		 font-size: 1.8em;
		 padding-top: 20px;
	}
}
 .profile li {
	 margin-bottom: 10px;
}
 .profile .picture-resume-wrapper {
	 width: 40%;
	 display: block;
	 float: left;
}
 @media (max-width: 1200px) {
	 .profile .picture-resume-wrapper {
		 width: 100%;
	}
}
 .profile .picture-resume {
	 width: 220px;
	 height: 220px;
	 background-size: cover;
	 border-radius: 50%;
	 margin-right: 0px;
	 display: table;
	 position: relative;
	 vertical-align: middle;
	 top: 50%;
	 left: 22%;
}
 .profile .picture-resume span {
	 display: table-cell;
	 vertical-align: middle;
	 position: relative;
	 margin: 0 auto;
	 z-index: 10;
	 text-align: center;
}
 .profile .picture-resume img {
	 border-radius: 50%;
	 width: 130px;
}
 @media (max-width: 1500px) {
	 .profile .picture-resume img {
		 width: 80px;
	}
}
 @media (max-width: 1200px) {
	 .profile .picture-resume img {
		 width: 120px;
		 height: 120px;
	}
}
 @media (max-width: 1500px) {
	 .profile .picture-resume {
		 width: 150px;
		 height: 150px;
	}
}
 @media (max-width: 1200px) {
	 .profile .picture-resume {
		 width: 200px;
		 height: 200px;
	}
}
 @media (max-width: 450px) {
	 .profile .picture-resume {
		 width: 180px;
		 height: 180px;
	}
}
 .profile .contact-info {
	 margin-top: 100px;
	 font-weight: 300;
}
 @media (max-width: 1200px) {
	 .profile .contact-info {
		 margin-top: 70px;
	}
}
 @media (max-width: 450px) {
	 .profile .contact-info {
		 margin-top: 50px;
	}
}
 .profile .list-titles {
	 float: left;
	 text-align: left;
	 font-weight: 600;
	 width: 40%;
	 color: #4a4e51;
}
 .profile .list-content {
	 float: left;
	 width: 60%;
	 text-align: left;
	 font-weight: 300;
}
 .profile .contact-presentation {
	 text-align: justify;
	 font-weight: 300;
	 margin-top: 50px;
	 margin-bottom: 50px;
}
 @media (max-width: 1200px) {
	 .profile .contact-presentation {
		 margin-top: 70px;
		 margin-bottom: 70px;
	}
}
 @media (max-width: 850px) {
	 .profile .contact-presentation {
		 margin-top: 50px;
		 margin-bottom: 50px;
	}
}
 .profile svg {
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .profile .st0, .profile .st1 {
	 fill: #6c9;
}
 .experience {
	 background: #3d3e42;
	 width: 60%;
	 float: left;
	 position: relative;
	 color: #9099a0;
	 font-weight: 300;
	 min-height: 100%;
	 min-height: 100vh;
}
 @media (max-width: 850px) {
	 .experience {
		 width: 100%;
	}
}
 .experience h3.experience-title {
	 color: #6c9;
	 text-align: left;
	 text-transform: uppercase;
	 font-size: 1.2em;
	 margin-bottom: 20px;
	 font-weight: 400;
}
 .experience .company-wrapper {
	 width: 30%;
	 float: left;
	 text-align: left;
	 padding-right: 5%;
	 margin-bottom: 60px;
}
 @media (max-width: 450px) {
	 .experience .company-wrapper {
		 width: 100%;
		 margin-bottom: 20px;
	}
}
 .experience .job-wrapper {
	 width: 70%;
	 float: left;
	 text-align: justify;
	 padding-right: 5%;
	 margin-bottom: 60px;
}
 @media (max-width: 450px) {
	 .experience .job-wrapper {
		 width: 100%;
		 margin-bottom: 40px;
	}
.company-description {
	text-align: left;
	
}

}
.experience .experience-title {
	color: white;
	margin-bottom: 5px;
  }
  
.job-wrapper {
	color: gray;
  }
	 
 .section-padding {
	 padding: 60px 60px 40px 40px;
}
 @media (max-width: 850px) {
	 .section-padding {
		 padding: 80px 15% 40px 10%;
	}
}
 @media (max-width: 450px) {
	 .section-padding {
		 padding: 40px 10% 20px 5%;
	}

}
 .section-wrapper h3.section-title {
	 color: #6c9;
	 text-align: left;
	 text-transform: uppercase;
	 font-size: 1.2em;
	 margin-bottom: 20px;
	 font-weight: 400;
}

 