/*!
 * Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */

body {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding-top: 54px;
  color: #868e96;
  background-color: #e5ece0;
  overflow-x: hidden !important;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.5rem;
}
.d-block.d-lg-none.w-100 .img-fluid.img-profile.mx-auto.mb-2.rounded-circle {
    max-width: 50vw;
}
.content-center{
  text-align: center;
}
.content-margin-bottom{
  margin-bottom: 1em;
}
.content-margin-top{
  margin-top: 1em;
}
.btn-large {
    background: #007bff;
    color: #fff;
    padding: .5em 2em;
    border-radius: 10px;
}
.btn-large:hover,.btn-large:focus,.btn-large:visited {
    color: #fff;
    text-decoration: none;
}
.d-block.d-lg-none.w-100 {
    text-align: center;
    padding-top:5em;
}
.skills-list{
   list-style: none;
}
.skills-list li:before{
  content: "\2022"; 
  color: #1880c4; 
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.social-icons a {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #495057;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  background-color: #007bff;
}

.dev-icons {
  font-size: 3rem;
}

.dev-icons li svg {
    width: 40px;
    max-height: 40px; 
    fill:#868e96;
}
.dev-icons li svg:hover {
    fill: #e5ece0 ;
    background:#007bff;
}
.dev-icons li.reversed svg:hover {
    fill: #007bff ;
    background:initial;
}
.dev-icons .list-inline-item i:hover {
  color: #007bff;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

#sideNav .navbar-toggler:focus {
  outline-color: #d48a6e;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
    padding: 0;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: 0;
    padding: 0;
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #1880c4 !important;
}

.text-primary {
  color: #1880c4 !important;
}

a {
  color: #007bff;
}

a:hover, a:focus, a:active {
  color: #824027;
}
.portfolio-wrap {
  display: block;
  width: 100%;
  margin-bottom: 7em; 
}
.portfolio-wrap .text {
  position: relative; 
}
.portfolio-wrap .text .subheading {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  color: #007bff;
  font-weight: 700; 
}
.portfolio-wrap .text h2 {
  display: inline-block; 
}
.portfolio-wrap .text h2 {
  text-decoration: none;
}
.absolute {
   padding-top: 1em;
}
.work-1{
  background-image: url(../img/work1.jpg);
  min-height: 300px;
  background-position: center;
  background-size: cover;
}
.work-2{
  background-image: url(../img/work2.jpg);
  min-height: 300px;
  background-position: center;
  background-size: cover;
}
.work-3{
  background-image: url(../img/work3.jpg);
  min-height: 300px;
  background-position: center;
  background-size: cover;
}
.work-4{
 background-image: url(../img/work4.jpg);
 min-height: 300px;
 background-position: center;
 background-size: cover;
}
.portfolio-pic {
    max-width: -webkit-fill-available;
    height: 200px;
    margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .col-md-5.img{
    max-width: 95%;
  }
  .reverse-mobile {
    flex-direction: column-reverse;
}
 .portfolio-wrap .text h2 {
   font-size: 16vw; } 
 }
 .portfolio-wrap .text h2 a {    
   color: #343a40;
    padding-bottom: 10px;
    text-decoration: none;}
 .portfolio-wrap .text .top-relative h2 {
      font-size: 50px; }
    .portfolio-wrap .text .desc {
      position: relative;
      width: 100%; }
      @media (min-width: 1200px) {
        .portfolio-wrap .text .desc .top {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .portfolio-wrap .text .desc .top.top-relative {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); }
        .portfolio-wrap .text .desc .absolute {
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: translateY(-20%);
          -ms-transform: translateY(-20%);
          transform: translateY(-20%); }
          .portfolio-wrap .text .desc .absolute.relative {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); } }
      .portfolio-wrap .text .desc .custom-btn {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 3px;
        color: #1880c4;
        font-weight: 700; }
    .portfolio-wrap .text:hover {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .portfolio-wrap .text:hover .absolute {
        position: relative;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .portfolio-wrap .text:hover .top {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }

.portfolio-entry {
  position: relative;
  margin-bottom: 7em; }
  .portfolio-entry .text-wrapper {
    width: 100%; }
    @media (max-width: 767.98px) {
      .portfolio-entry .text-wrapper {
        height: inherit; } }
  .portfolio-entry .one-half {
    width: 60%; }
    @media (max-width: 991.98px) {
      .portfolio-entry .one-half {
        width: 100%; } }
    @media (min-width: 992px) {
      .portfolio-entry .one-half.half-text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        margin: 0 auto; }
        .portfolio-entry .one-half.half-text .text {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 60%; }
        .portfolio-entry .one-half.half-text .text-2 {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 58%; } }
    @media (min-width: 1200px) {
      .portfolio-entry .one-half.half-text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 1140px;
        margin: 0 auto; }
        .portfolio-entry .one-half.half-text .text {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 58%; }
        .portfolio-entry .one-half.half-text .text-2 {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 58%; } }
    .portfolio-entry .one-half.half-text .subheading {
      display: block;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 3px;
      color: #000000;
      font-weight: 700; }
    .portfolio-entry .one-half.half-text h2 {
      display: inline-block; }
      @media (max-width: 767.98px) {
        .portfolio-entry .one-half.half-text h2 {
          font-size: 16vw; } }
      .portfolio-entry .one-half.half-text h2 a {
            color: #343a40;
    padding-bottom: 10px;
    text-decoration: none; }
    .portfolio-entry .one-half.half-text .text .desc, .portfolio-entry .one-half.half-text .text-2 .desc {
      position: relative;
      width: 100%; }
      @media (min-width: 1200px) {
        .portfolio-entry .one-half.half-text .text .desc .top, .portfolio-entry .one-half.half-text .text-2 .desc .top {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .portfolio-entry .one-half.half-text .text .desc .absolute, .portfolio-entry .one-half.half-text .text-2 .desc .absolute {
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: translateY(-20%);
          -ms-transform: translateY(-20%);
          transform: translateY(-20%); } }
      .portfolio-entry .one-half.half-text .text .desc .custom-btn, .portfolio-entry .one-half.half-text .text-2 .desc .custom-btn {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 3px;
        color: #1880c4;
        font-weight: 700; }
    .portfolio-entry .one-half.half-text .text:hover, .portfolio-entry .one-half.half-text .text-2:hover {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .portfolio-entry .one-half.half-text .text:hover .absolute, .portfolio-entry .one-half.half-text .text-2:hover .absolute {
        position: relative;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .portfolio-entry .one-half.half-text .text:hover .top, .portfolio-entry .one-half.half-text .text-2:hover .top {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
