html *{
  font-family: Cambria, Georgia, serif;font-weight:500;line-height: 1.3rem;
}

.parent_container{
  position: relative;
  width: 100%;
  max-width: 1024px;
  background: rgb(207, 207, 207);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 20px 20px #888888;
}
.parent_container .upper_container{
  position: relative;
  width: 100%;
  max-width: 1024px;
  background: rgb(236, 236, 236);
}
.name_info{
  padding: 20px;
}
.name_info h1{
  text-align: center;
  margin: auto;
  font-size: 46px;
  padding: 20px;
}
.name_info h2{
  margin: auto;
  text-align: center;
  font-size: 16px;
  /* padding: 10px; */
}
.name_info h3{
  /* padding: 10px; */
  text-align: center;
  font-size: 14px;
  margin: auto;
}
.middle_container{
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  max-width: 1024px;
  background: rgb(255, 255, 255);
}
.middle_left_container{
  position: relative;
  width: 75%;
  background: rgb(255, 255, 255);
}
.middle_right_container{
  position: relative;
  width: 25%;
  background: rgb(236, 236, 236);
}
.projects{
  padding: 20px;
  margin-bottom: -40px;
}
.project_header{
  font-size: 36px;
  /* border-bottom: 2px solid rgb(216, 216, 216); */
}
.project_header h1{
  text-align: left;
  font-size: 36px;
}
.project_title h1{
  font-size: 20px;
}
.project_title h2{
  font-size: 14px;
}
.project_date{
  font-size: 15px;
}
.work_experience{
  padding: 20px;
  margin-bottom: -40px;
}
.work_experience_header h1{
  text-align: left;
  font-size: 36px;
  margin-bottom: -5px;
}
.work_title{
  font-size: 22px;
}
.work_title .company{
  font-size: 15px;
}
.work_description{
  font-size: 15px;
  padding-left: 2px;
  padding-right: 2px;
}
.work_description-divide{
  font-size: 15px;
  font-weight: bold;
}
.work_description .per_store{
  font-style: italic;
}
.education{
  padding: 20px;
  margin-bottom: -40px;
}
.education_header h1{
  text-align: left;
  font-size: 36px;
}
.education_title{
  font-size: 18px;
}
.education_date{
  font-size: 15px;
}
.education_description{
  font-size: 15px;
}
.skills_section{
  /* display: flex; */
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.skills_header h1{
  text-align: center;
  font-size: 36px;
}
.skills_list h1{
  font-size: 15px;
}
.counter_text{
  border: 1px solid black;
  padding-bottom: 10px;
  margin-top: 5px;
}
.counter_text h1{
  /* border-top: 2px solid rgb(0, 0, 0); */
  font-size: 20px;
  text-align: center;
}
#counter {
  font-family: monospace;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
}
#counter_box {
  border: 1px solid black;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.project-title {
  font-size: 30px;
  text-align: left;
  padding: 20px;
}
.project {
  font-size: 15px;
  text-align: left;
  padding: 20px;
}
.project-box {
  border: 1px solid black;
  margin: 10px;
  margin-top: 40px;
}
.icon-location {
  position: relative;
  top: 2px;
  left: 0px;
}
.icon-phone {
  position: relative;
  top: 4px;
  left: 0px;
}
.icon-website {
  position: relative;
  top: 2px;
  left: -2px;
}
.icon-linkedin {
  position: relative;
  top: 2px;
  left: -2px;
}
.icon-email {
  position: relative;
  top: 4px;
  left: -1px;
}
.profile-picture {
  border-radius: 50%;
  width: 40%;
  height: 40%;
  float: right;
  margin-right: 20px;
  margin-top: -80px;
}
.certs {
  width: 48%;
  height: 48%;
}
form {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid black;
}

label {
  text-decoration: underline;
  font-size: 18px;
}

input[type="text"] {
  margin: 5px;  
  width: 90%;
  font-size: 14px;
}

input[type="email"] {
  margin: 5px;  
  width: 90%;
  font-size: 14px;
}

input[type="submit"] {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 18px;
  width: 80%;
  color: red;
  text-transform: uppercase;
  cursor:pointer;
}
.form-text {
  margin: 5px;
}
.work-divide-1 {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.work-divide-2 {
  width: 50%;
  float: right;
  margin-bottom: 40px;
}
.work-divide-3 {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.work-divide-4 {
  width: 50%;
  float: right;
  margin-bottom: 40px;
}
.bold{
  font-weight: bold;
}
.copyright{
  font-weight: bold;
  text-align: center;
  margin-top: -35px;
}