body {
    font-family: 'Ubuntu';  
    padding-top: 170px !important;
    color: #696969;
  }
  
  @media (min-width:992px) {
    body {
      padding-top: 0;
      padding-left: 0rem;
    }
  }
  
  .left-image {
    padding-top : 15px; 
    padding-bottom: 35px;
    height : 20rem;
    width: 30rem;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Ubuntu Light';
    font-weight: 200;
    text-transform: uppercase;
    color: #343a40;
  }
  
  h1 {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }
  
  h2 {
    font-size: 3.5rem;
  }
  
  h3 {
    font-size: 2rem;
  }
  
  p.lead {
    font-size: 1.15rem;
    font-weight: 400;
  }
  
  .padd {
    padding-left: 0rem;
  }
  
  #site-header {
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all .3s ease;
  }

  #site-header.hide {
    top: -150px;
  }

  .nav-link {
    color : azure !important;
  }

  .navbar-nav .nav-item .nav-link {
    font-weight: 800;
    letter-spacing: .05rem;
    text-transform: uppercase;
  }
  
  .navbar-toggler:focus {
    outline-color: #d48a6e;
  }
  
  @media (min-width:992px) {
  
    .navbar-brand {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 0;
      /* padding: .5rem; */
    }
  
    .navbar-brand .img-profile {
      max-width: 6rem;
      max-height: 6rem;
      /* border: .2rem solid rgba(255,255,255,.2); */
    }
  
    .navbar-collapse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      height: 100%;
      margin-bottom: auto;
    }
  
    .navbar-collapse .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
    }
  
    .navbar-collapse .navbar-nav .nav-item {
      display: block;
    }
  
    .navbar-collapse .navbar-nav .nav-item .nav-link {
      display: block;
    }
  }
  
  .bg-primary {
    background-color: rgb(0,0,0,0.9)!important;
  }
  
  .text-primary {
    color: #429bb8!important;
  }
  
  a {
    color: #429bb8;
  }
  
  a:active,a:focus,a:hover {
    color: #429bf7;
  }

  .social-network {
    padding-left : 70px;
  }

  .icon {
    padding-left: 25px;
  }

    #navbarSupportedContent {
      padding-left: 50px;
    }

    section.my-work .section-heading {
      text-align: center;
      padding: 80px 45px 50px 45px;
  }
  
  .isotope-toolbar input[type="radio"] {
      display: none;
  }
  
  .isotope-toolbar span {
      text-transform: capitalize;
      display: inline-block;
      margin-right: 15px;
      padding-bottom: 3px;
      font-size: 15px;
      font-weight: 700;
      border-bottom: 2px solid transparent;
      transform: ease-in-out 0.5s;
      cursor: pointer;
  }
  
  .isotope-toolbar input[type="radio"]:checked + span {
      color: #a43f49;
      border-bottom: 2px solid #a43f49;
  }
  
  .isotope-toolbar {
      text-align: center;
      margin: 10px;
  }
  
  .isotope-toolbar p {
      border-top: 1px solid #fff;
      padding-top: 15px;
  }
  
  .isotope-toolbar a {
      color: #fff;
  }
  
  .isotope-item {
      position: relative;
      width: 48%;
      margin: 1%;
      border-bottom: 2px solid rgba(250,250,250,0.1);
      padding-bottom: 30px;
      margin-bottom: 30px;
  }
  
  .isotope-item img {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 5px;
  }
  
  .lazyload {
      background: #f7f7f7;
  }
  
  .lazyloading {
      background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
      min-height: 60px;
  }
  
  figure.snip1321 {
    overflow: hidden;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
  }
  figure.snip1321 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  figure.snip1321 figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  figure.snip1321 h4 {
      margin-top: 15px;
    margin-bottom: 5px;
    color: #232323;
  }
  figure.snip1321 span {
      font-size: 14px;
      font-style: italic;
      display: block;
      color: #7a7a7a;
  }
  figure.snip1321 i {
    position: relative!important;
    font-size: 18px;
    background-color: #a43f49;
    width: 40px!important;
    height: 40px !important;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
  }
  figure.snip1321:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
  figure.snip1321 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  figure.snip1321:hover figcaption,
  figure.snip1321.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.snip1321:hover:after,
  figure.snip1321.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
  }

  section.contact-me {
    background-color: rgb(0,0,0,0.9);
    border-bottom: none;
    padding-top: 30px;
}

#contact input {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(0,0,0);
    border-radius: 10px;
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact input:focus {
    outline: none;
    box-shadow: none;
}

#contact textarea {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(0,0,0);
    border-radius: 10pxpx;
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    height: 180px;
    max-height: 220px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact textarea:focus {
    outline: none;
    box-shadow: none;
}

#contact {
    text-align: center;
}
