body {
  background-color: rgba(0, 0, 0, 0.2);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.cover {
  height: auto;
  background-image: url('../images/Cover.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.cover-text {
  position: relative;
  left: 0px;
  top: 359px;
  display: block;
  width: auto;
  padding: 4px 7px;
  float: right;
  background-color: rgba(0, 0, 0, 0.38);
  font-family:'Open Sans', sans-serif;
  color: white;
}
.cover-content {
  position: static;
  height: 500px;
}
.cover-details {
  position: relative;
  bottom: 35px;
  height: 135px;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.70);
}
.profile-picture {
  position: relative;
  left: 0px;
  top: -168px;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  border-radius: 100px;
}
.cover-details-container {
  height: 135px;
}
.nav-link {
  display: inline-block;
  padding: 15px 20px 12px;
  border-bottom-style: solid;
  border-bottom-color: #363636;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #ccc;
  text-decoration: none;
}
.nav-link:hover {
  padding-bottom: 12px;
  border-bottom: 3px solid #16a085;
}
.nav-bar {
  background-color: #363636;
}
.nav-bar-container {
  text-align: center;
}
.profile-details {
  height: 135px;
  margin-left: 200px;
  padding: 15px 13px;
  float: none;
  clear: none;
}
.details-text {
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 16px;
}
.section-heading {
  margin-bottom: 20px;
  margin-left: 70px;
  font-family: Exo, sans-serif;
  color: rgba(0, 0, 0, 0.49);
  text-shadow: rgba(222, 222, 222, 0.8) 0px 1px 0px;
}
.info-heading {
  font-family: Exo, sans-serif;
  text-transform: none;
}
.info-heading.project-name {
  margin-top: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.info-text {
  font-family: Lato, sans-serif;
  color: #787878;
}
.info-text.task-period {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #787878;
  font-size: 14px;
}
.details-name {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
  font-size: 24px;
}
.cards {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 1px 0px;
}
.section-container {
  background-image: url('../images/education.png');
  background-position: 15px 10px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.section-container.footer {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.section-container.awards {
  background-image: url('../images/awards.png');
}
.section-container.working {
  background-image: url('../images/experiences.png');
}
.section-container.projects {
  background-image: url('../images/projects.png');
}
.section-container.skills {
  background-image: url('../images/skills.png');
}
.section-container.activities {
  background-image: url('../images/activities.png');
}
.category {
  margin-left: 0px;
  float: none;
  color: #8c8c8c;
  font-size: 12px;
  text-align: left;
}
.year {
  padding-top: 0px;
  font-family:'Changa One', Impact, sans-serif;
  color: #636363;
  font-size: 32px;
  text-shadow: none;
}
.awards-col-1 {
  padding-top: 10px;
}
.awards-col-2 {
  padding-top: 14px;
}
.sub-item {
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
}
.skill-text {
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  color: #333;
}
.skill-text.technical-text {
  margin-bottom: -6px;
  font-size: 16px;
  line-height: 16px;
}
.skill-sub-category {
  font-family: Exo, sans-serif;
  color: #636363;
  font-size: 18px;
  font-weight: 600;
}
.show-more-link {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.show-more-link:hover {
  color: #828282;
  text-decoration: underline;
}
.item-sub {
  margin-left: 5px;
  color: #949494;
  font-size: 12px;
}
.item-sub.technical-sub {
  margin-left: 0px;
  font-family: Exo, sans-serif;
  line-height: 12px;
}
.card-content {
  margin-top: 8px;
  padding-left: 10px;
}
.footer-text {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.49);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-shadow: rgba(237, 237, 237, 0.49) 0px 1px 0px;
}
.footer-text.footer-sub {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 11px;
}
.skill-group {
  margin-bottom: 0px;
  padding-top: 8px;
}
.technical-skill-row {
  margin-bottom: 8px;
}
.card-text {
  float: left;
}
.card-image {
  height: 70px;
  margin-right: 15px;
  padding-left: 0px;
  float: left;
}
.card-details {
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
}
.related-skill {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-left: 0px;
  float: none;
  list-style-type: none;
}
.skill-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 7px 15px;
  border: 2px solid #bfbfbf;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Exo, sans-serif;
  color: #bfbfbf;
  font-weight: 600;
}
.skill-item:hover {
  border-color: #16a085;
  color: #16a085;
}
@media (max-width: 991px) {
  .section-container.projects {
    background-image: url('../images/projects.png');
  }
}
@media (max-width: 767px) {
  .profile-picture {
    margin-left: 10px;
  }
  .profile-details {
    margin-left: 210px;
  }
  .info-heading {
    font-size: 16px;
  }
  .section-container {
    padding-right: 12px;
    padding-left: 12px;
    background-position: 24px 10px;
  }
  .awards-col-2 {
    padding-left: 18px;
  }
  .sub-item {
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .cover {
    clear: none;
    background-position: 33% 0%;
  }
  .cover-text {
    top: 326px;
    width: 208px;
    padding-right: 7px;
    text-align: center;
  }
  .cover-details {
    height: 80px;
  }
  .profile-picture {
    top: -230px;
    width: 130px;
    margin-top: 0px;
    float: none;
  }
  .cover-details-container {
    height: 80px;
  }
  .profile-details {
    position: static;
    height: 80px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: none;
    clear: none;
  }
  .details-text {
    font-size: 14px;
  }
  .section-heading {
    font-size: 23px;
  }
  .info-heading {
    font-size: 18px;
  }
  .info-heading.project-name {
    overflow-x: visible;
    overflow-y: visible;
  }
  .details-name {
    margin-bottom: 0px;
  }
  .category {
    display: block;
    clear: none;
  }
  .skill-text {
    text-align: left;
  }
  .footer-text {
    padding-right: 50px;
    padding-left: 50px;
  }
  .skill-item {
    padding: 4px 10px;
    font-size: 12px;
  }
}