@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,800|Shadows+Into+Light');

body {
  font-family:'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .site-main-menu, .mobile-site-title, .form-control, .form-control:focus, .has-error .form-control, .has-error .form-control:focus {
  font-family: inherit;
  color: #3eb894;
}
p {
  font-size: 1em;
}
.font-600 {
  font-weight:600;
}
.font-800 {
  font-weight:800;
}
.header {
  position: fixed;
  height: 100%;
  background-color: #222;
  overflow: auto;
}
.header::-webkit-scrollbar {
  width: 4px;
  background-color: #f9f9fd;
}

.header::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #3eb894;
}

.header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 2px;
  background-color: #f9f9fd;
}
.mobile-header {
  background-color: #222;
}
.menu-toggle i {
  color: #FFD42A;
}
.mobile-site-title {
  font-weight: 800;
  font-size: 1.4em;
}
ul.social-links li {
  display: inline-block;
  margin: 0;
  width: 23%;
  padding: 0;
}

.site-main {
  height: 100%;
  position: relative;
  background-color: #fff;
}
.pt-page-1 {
  overflow: hidden;
  max-height: 100%;
}
.home-page-block h2 {
  text-transform: uppercase;
  font-weight:800;
  color: #FFD42A;
}
.home-page-description {
  font-size:2.75em;
  margin:1em auto;
}
.info-list li .title {
  font-family: inherit;
  font-weight:800;
  color: #fff;
}
.info-list li .value {
  font-family: 'PT Sans', Helvetica, sans-serif;
  min-width: 250px;
  color: #3eb894;
}
.info-list li .title::after {
  background-color:rgba(0,0,0,0) !important;
}
h5.section-description {
  font-weight: 400;
  font-size: 1em;
  max-width: 75%;
}
.download-cv-block a.button {
  float: right;
  margin-top: -6em;
  margin-right: 2%;
  font-weight: 600;
}
.skill-percentage.skill-60 {
  width: 60%;
}
.skill-percentage.skill-70 {
  width: 70%;
}
.skill-percentage.skill-80 {
  width: 80%;
}
.skill-percentage.skill-90 {
  width: 90%;
}
.skill-percentage.skill-100 {
  width: 100%;
}
.section-title-block .section-title {
  text-transform: uppercase;
  border-radius: 0 1em 1em 0em;
  color: #3eb894;
}
.mfp-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
}
.page-ajax-loaded {
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.97) 70%, rgba(185,204,204,0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.97) 70%,rgba(185,204,204,0.95) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.97) 70%,rgba(185,204,204,0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2b9cccc',GradientType=0 );
}
.portfolio-block p {
  font-weight: 400;
  font-size: .85em;
}
.profile-pics {
  margin-bottom: -15em;
  margin-top: -2em;
}
.custom-nav-wrap {
  background:#222;
  position: relative;
  padding-top: 0px;
}
.custom-nav-wrap .site-nav {
  padding-top:0px;
  width: 86%;
  margin-left: 7%;
}
.site-main-menu li {
  display: block;
  position: relative;
  background-color: #3eb894;
  text-align: center;
  border-radius: 1em;
  margin-bottom: 1em;
}
.site-title-block {
  margin: 20px 20px 20px;
}
.site-title {
  padding-top: .5em;
  text-transform: uppercase;
  font-weight:800;
  color: #fff;
}
.portfolio-filters li a, .portfolio-filters li a:hover {
  font-weight:600;
}
.portfolio-page-video {
  border: 5px solid #33CCCC;
  margin-top: 3.25em;
}
.portfolio-title h1 small {
  text-transform: uppercase;
}
.portfolio-nav .portfolio-close-button a {
  background-color: #FF0000;
  color: #fff;
}
.portfolio-page-content img {
  height:100%;
}
.portfolio-page-video, .portfolio-page-carousel, .portfolio-page-image {
  margin-bottom:0px;
}
.tags li a {
  padding:.75em;
  margin: .5em;
  line-height: 3em;
  font-weight: 600;
  color:#999;
}
.site-title-block .site-description {
  font-weight: 300;
  text-transform:uppercase;
  font-size:1.1em;
}
.site-main-menu li:first-child a {
  border: none;
}
.site-main-menu li a, .site-main-menu li a:hover {
  text-transform:uppercase;
  font-weight:600;
  border: none;

}
.site-main-menu li a:hover, .site-main-menu li.active a {
  background-color: #FFD42A;
  border-radius: 1em;
}
ul.social-links li a {
    display: inline-block;
    margin: 2px 0px;
    width: 2.8125rem;
    height: 2.8125rem;
    color: #222;
    background-color: #FFD42A;
    text-align: center;
    border-radius: 100%;
}

ul.social-links li a i {
  font-size: 2rem;
  line-height: 2.8125rem;
  width: 2.8125rem;
  /* padding: 4pt; */
}
.site-main-menu li a:hover:after, .site-main-menu li.active a:after {
  display: none;
}
.pt-page {
  background-color: #222;
  color: #FFD42A;
}
.pt-wrapper {
  background: #3eb894;
}
body::selection {
  background: #33CCCC;
}
body::-moz-selection {
  background: #33CCCC;
}
.uppercase {
  text-transform:uppercase;
}
.testimonial-content .testimonial-text {
  background-color: #3eb894;
}
.testimonial-content .testimonial-text p {
  font-weight:400;
}
.testimonial-author {
  color: #fff;
  font-family:inherit;
}
.testimonials.owl-carousel .owl-nav .owl-prev::before {
  font-family: 'Font Awesome\ 5 Free';
  content:"\f0a8";
  font-weight: 900;
}
.testimonials.owl-carousel .owl-nav .owl-next::before {
  font-family: 'Font Awesome\ 5 Free';
  content:"\f0a9";
  font-weight: 900;
}
.macbook {
  max-width:100%;
}
.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}
.github-corner {
  position:fixed;
  top:0px;
  right:0px;
}
.github-corner p {
  font-family: 'Shadows Into Light', cursive;
  color: #fff;
  font-size: 35px;
  position: absolute;
  left: -150px;
  top: 10px;
  line-height: 30px;
}
.mf-modal-iframe {
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.swal2-container {
  position:fixed;
  z-index:99999 !important;
}
.form-control-border {
  margin-left:15px;
  margin-right:15px;
}
.form-group i {
  margin-right:.75em;
}
input[type="checkbox"]{
  width:auto;
  margin: .5em 1em 0 1em;
}
.iframe-content .footer {
  display: none;
}
@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0);
  }
  20%,
  60% {
    transform: rotate(-25deg);
  }
  40%,
  80% {
    transform: rotate(10deg);
  }
}
@media (max-width:992px) {
  .portfolio-title span {
    width:100%;
    float:left;
  }
}
@media (max-width:748px) {
  .macbook .screen {
    height: 368px;
  }
  .macbook .screen .content {
    margin-bottom: -6px;
  }
}
@media (max-width:575px) {
  .macbook .screen {
    height: auto;
  }
  .mf-modal-iframe {
    max-width:80%;
  }
}
@media (max-width:525px) {
  .download-cv-block a.button {
    float:none;
    margin: 1em 0;
  }
}
@media (max-width:500px) {
  .github-corner:hover .octo-arm {
    animation: none;
  }
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}
@media (min-width:487px) and (max-width:748px) {
  .macbook {
    width:66%;
  }
}
