body {
  font-family: 'Lato', arial, sans-serif;
  color: #434343;
  background-image: linear-gradient(-225deg, #231557 0%, #44107A 2%, #FF1361 69%, #FFF800 100%);
  background-blend-mode: normal, lighten, soft-light;  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #778492;
}
a:hover {
  text-decoration: underline;
  color: #5f6b77;
  color: #2d844e;
}
.btn, a.btn {
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}
a.btn-cta-primary, .btn-cta-primary {
  background-image: linear-gradient(-225deg, #7742B2 0%, #F180FF 52%, #FD8BD9 100%);
  border: 1px solid #54ba4e;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover, .btn-cta-primary:hover {
  border: 1px solid #49ac43;
  color: #fff;
}
.text-highlight {
  color: #32383e;
}
.header {
  padding: 30px 0;
  background: #f5f5f5;
  border-top: 10px solid #778492;
}
.header .btn {
  margin-top: 60px;
  font-weight: bold;
}
.header .profile-image {
  margin-right: 30px;
}
.header .profile-content .name {
  color: #49515a;
  font-size: 38px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.header .profile-content .desc {
  color: #778492;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}
.header .profile-content .social a:hover {
  background: #778492;
}
.header .profile-content .social a .svg-inline--fa {
  font-size: 20px;
  margin-top: 8px;
}
.sections-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section {
  margin-bottom: 30px;
}
.section .section-inner {
  background: #fff;
  padding: 30px;
}
.section .heading {
  margin-top: 0;
  margin-bottom: 30px;
  color: #545e69;
  font-size: 24px;
}
.section .content .more-link .svg-inline--fa {
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.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: #778492;
}
.latest .item .title a:hover {
  color: #5f6b77;
}
.latest .divider {
  margin-bottom: 60px;
}
.latest .featured {
  margin-bottom: 60px;
}
.latest .featured .title {
  font-size: 20px;
  margin-bottom: 5px;
  font-size: 20px;
}
.latest .featured .summary {
  margin-bottom: 30px;
  color: #778492;
}
.latest .featured img {
  margin-bottom: 30px;
}
.projects .item {
  margin-bottom: 30px;
}
.projects .item .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}
.projects .item .title a {
  color: #778492;
}
.projects .item .title a:hover {
  color: #5f6b77;
}
.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: #ccd1d6;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", arial, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
}
.inspiration .item {
  margin-bottom: 30px;
}
.inspiration .item:last-child {
  margin-bottom: 0;
}
.inspiration .item .quote {
  color: #666;
  font-size: 16px;
  border-left: 5px solid #9fdeb7;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.inspiration .item .quote p {
  margin-bottom: 0;
}
.inspiration .item .quote .svg-inline--fa {
  color: #79d19a;
  margin-right: 15px;
}
.inspiration .item .source {
  font-size: 14px;
  padding-left: 20px;
  font-weight: 500;
}
.inspiration .item .source .name {
  color: #939ea9;
  font-weight: 600;
}
.inspiration .item .source .title {
  color: #999;
}
.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: #999;
  font-weight: 600;
  padding-left: 25px;
}
.education .item .university .year {
  color: #b0b7bf;
  font-weight: 500;
}
.achievements ul li {
  margin-bottom: 10px;
}
.achievements ul li .svg-inline--fa {
  margin-right: 5px;
}
.achievements ul li a {
  color: #778492;
}
.achievements ul li a:hover {
  color: #49515a;
}
.credits ul li {
  margin-bottom: 10px;
}
.credits ul li .svg-inline--fa {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.credits ul li a {
  color: #778492;
}
.credits ul li a .svg-inline--fa {
  color: #b0b7bf;
}
.credits ul li a:hover {
  color: #49515a;
}
.credits .btn {
  margin-bottom: 15px;
}
.footer {
  background: #32383e;
  color: #fff;
  padding: 10px 0;
}
.footer a {
  color: #fff;
}
.footer .fa-heart {
  color:  red;
}
.btn-cta-secondary {
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}
@media (max-width: 780px) {
  .header {
    text-align: center;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
    max-width: inherit;
  }
}
