/* ======= Base ======= */

body {
  font-family: 'Lato', arial, sans-serif;
  color: #434343;
  background: #d0e6f8;
  font-size: 16px;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: black;
}

a {
  color: #3aaa64;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #5f6b77;
  color: #2d844e;
}

.btn, a.btn {
  font-family: 'Montserrat', arial, sans-serif;
  padding: 6px 8px;
  font-weight: bold;
  width: auto;
}

.btn:focus, a.btn:focus {
  color: #fff;
}

a.btn-cta-primary, .btn-cta-primary {
  background: #54ba4e;
  border: 1px solid #54ba4e;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 15px;
}

a.btn-cta-primary:hover, .btn-cta-primary:hover {
  background: #49ac43;
  border: 1px solid #49ac43;
  color: #fff;
}

a.btn-cta-secondary, .btn-cta-secondary {
  background: #479fc8;
  border: 1px solid #479fc8;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-secondary:hover, .btn-cta-secondary:hover {
  background: #3893bd;
  border: 1px solid #3893bd;
  color: #fff;
}

.text-highlight {
  color: #32383e;
}

.label-theme {
  background: #3aaa64;
  font-size: 12px;
}

a.dotted-link {
  border-bottom: 1px dotted #778492;
  color: #778492;
}

a.dotted-link:hover {
  text-decoration: none;
  color: #49515a;
}

/* ======= Header ======= */

.profile {
  display: inline-block;
  margin-top: -80px;
  margin: 0 auto;
}

.click {
  display: inline-block;
  margin: 0 inherit;
  position: relative;
}

.header {
  padding: 0;
  padding-bottom: 50px;
  background-color: #f4f4f4;
  border-top: 15px solid black;
  border-radius: 5px;
}

.header .btn {
  margin-top: 20px;
  font-weight: bold;
}

.header .profile-image {
  margin: 50px;
  border-radius: 80px;
}

.header .profile-content .name {
  color: black;
  font-size: 38px;
  margin-top: 50px;
}

.header .profile-content .desc {
  color: black;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.header .profile-content .social a {
  background: black;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.header .profile-content .social a:hover {
  background: #778492;
}

.header .profile-content .social a .fa {
  font-size: 20px;
  padding-top: 8px;
}

/* ======= Sections======= */

.sections-wrapper {
  padding-top: 40px;
  border-radius: 10px;
}

.section {
  margin-bottom: 30px;
}

.section .section-inner {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 5px 5px;
}

.section .heading {
  margin-top: 0;
  margin-bottom: 30px;
  color: black;
  font-size: 24px;
}

.section .content .more-link .fa {
  margin-right: 5px;
  font-size: 14px;
}

/* Basic Info Section */

i {
  padding-right: 10px;
}

.list-unstyled {
  margin: 0 auto;
  padding-bottom: 5px;
}

.info .fa {
  margin-right: 15px;
  color: black;
}

.info .fa.fa-envelope-o {
  font-size: 14px;
}

.info p {
  margin-bottom: 0;
}

/* Recent project Section */

.latest .item {
  margin-bottom: 30px;
}

.latest .item .title {
  font-size: 18px;
  margin-top: 0;
}

.latest .item .title .label {
  margin-left: 5px;
  font-size: 12px;
}

.latest .item .title a {
  color: black;
}

.latest .item .title a:hover {
  color: #5f6b77;
}

.latest .item .project-image:hover {
  opacity: 0.8;
}

.latest .divider {
  margin-bottom: 60px;
}

.latest .featured {
  margin-bottom: 60px;
}

.latest .featured .title {
  margin-bottom: 5px;
  font-size: 20px;
}

.latest .featured .summary {
  margin-bottom: 30px;
  color: black;
}

.latest .featured img {
  margin-bottom: 30px;
}

.latest .featured .desc {
  margin-bottom: 30px;
}

.latest .featured-image {
  position: relative;
}

.latest .featured-image .text {
  background: #3aaa64;
  color: #fff;
}

.latest .featured-image .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.latest .featured-image .ribbon .text {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #479fc8;
}

.latest .featured-image .ribbon .text:before, .latest .featured-image .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #276582;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.latest .featured-image .ribbon .text:before {
  left: 0;
}

.latest .featured-image .ribbon .text:after {
  right: 0;
}

/* Work Experience Section */

.experience .item {
  margin-bottom: 30px;
}

.experience .item .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
  color: black;
}

.experience .item .title .place {
  color: black;
  font-weight: normal;
}

.experience .item .title .place a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.experience .item .title .place a:hover {
  color: black;
}

.experience .item .title .year {
  color: black;
  font-weight: bold;
}

/* Skills Section */

.skills .intro {
  margin-bottom: 30px;
}

.skills .skillset .item {
  margin-bottom: 30px;
}

.skills .skillset .level-title {
  font-size: 16px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10;
}

.skills .skillset .level-title .level-label {
  color: black;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", arial, sans-serif;
  position: relative;
  float: right;
}

.skills .skillset .level-bar-inner {
  height: 15px;
  background: #66cb8c;
  width: auto;
}

/* Education section */

.education .item {
  margin-bottom: 30px;
}

.education .item:last-child {
  margin-bottom: 0;
}

.education .item .title {
  font-size: 16px;
  margin-top: 0;
}

.education .item .university {
  font-family: "Lato", arial, sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  padding-left: 25px;
}

.education .item .university .year {
  color: black;
  font-weight: bold;
}

/* ======= Footer ======= */

.footer {
  background: #f5f5f5;
  color: #fff;
  border-radius: 5px;
  border-bottom: 15px solid black;
}

.footer .copyright {
  line-height: 1.6;
  color: black;
  font-size: 14px;
}

.footer a {
  color: black;
}

/* Style inputs, select elements and textareas */

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Floating column for labels: 25% width */

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
  .header {
    text-align: center;
    padding-bottom: 50px;
  }
  .header .profile-image {
    float: none !important;
    margin: 0 auto;
  }
  .header .profile-content {
    float: none !important;
    text-align: center;
  }
  .header .btn {
    margin-top: 30px;
    float: none !important;
  }
  .project-image {
    margin-bottom: 15px;
  }
}

/* all device */

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
