.jumbotron {
    background-image: url('../images/background.jpg');
    height: 500px;
  }
  
  #portfolio:hover {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
  }
  
  .img-circle {
    border: 4px solid #FFF;
    border-radius: 50%;
  }
  
  .project-pic {
    width: 400px;
    height: 250px;
  }
  
  #inTouch {
    color:white;
  }
  
  #tagline {
    color: white;
    font-weight: bold;
    font-size: 26px;
  }
  
  #favQuote {
      color: white;
      font-family: Arial, Helvetica, sans-serif;
  }
  
  #quote {
      background-color: black;
      padding: 25px;
      text-align: center;
      margin-bottom: 10px;
  
  }
  
  .img-circle {
    width: 350px;
    height: 350px;
  }
  
  .navbar {
      background-color: gray;
  }
  
  #aboutMe {
      margin-top: 5%;
      margin-bottom: 5%;
  }
  
  #footer {
    margin-top: 15px;
  }
  
  #contact .background-icon .fa {
    font-size: 250px;
    line-height: 250px;
    opacity: .06;
  }
  
  .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  
  }
  
  .portfolio {
      margin-bottom: -15px;
    }
    
    .portfolio .portfolio-item {
      position: relative;
      display: block;
      max-width: 25rem;
      margin-bottom: 15px;
    }
    
    .portfolio .portfolio-item .portfolio-item-caption {
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background-color: rgba(24, 188, 156, 0.9);
    }
    
    .portfolio .portfolio-item .portfolio-item-caption:hover {
      opacity: 1;
    }
    
    .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
      font-size: 1.5rem;
    }
    
    @media (min-width: 576px) {
      .portfolio {
        margin-bottom: -30px;
      }
      .portfolio .portfolio-item {
        margin-bottom: 30px;
      }
    }
    
    .portfolio-modal .portfolio-modal-dialog {
      padding: 3rem 1rem;
      min-height: calc(100vh - 2rem);
      margin: 1rem calc(1rem - 8px);
      position: relative;
      z-index: 2;
      -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
    }
    
    .portfolio-modal .portfolio-modal-dialog .close-button {
      position: absolute;
      top: 2rem;
      right: 2rem;
    }
    
    .portfolio-modal .portfolio-modal-dialog .close-button i {
      line-height: 38px;
    }
    
    .portfolio-modal .portfolio-modal-dialog h2 {
      font-size: 2rem;
    }
    
    @media (min-width: 768px) {
      .portfolio-modal .portfolio-modal-dialog {
        min-height: 100vh;
        padding: 5rem;
        margin: 3rem calc(3rem - 8px);
      }
      .portfolio-modal .portfolio-modal-dialog h2 {
        font-size: 3rem;
      }
    }
    
    .floating-label-form-group {
      position: relative;
      border-bottom: 1px solid #e9ecef;
    }
    
    .floating-label-form-group input,
    .floating-label-form-group textarea {
      font-size: 1.5em;
      position: relative;
      z-index: 1;
      padding-right: 0;
      padding-left: 0;
      resize: none;
      border: none;
      border-radius: 0;
      background: none;
      box-shadow: none !important;
    }
    
    .floating-label-form-group label {
      font-size: 0.85em;
      line-height: 1.764705882em;
      position: relative;
      z-index: 0;
      top: 2em;
      display: block;
      margin: 0;
      -webkit-transition: top 0.3s ease, opacity 0.3s ease;
      -moz-transition: top 0.3s ease, opacity 0.3s ease;
      -ms-transition: top 0.3s ease, opacity 0.3s ease;
      transition: top 0.3s ease, opacity 0.3s ease;
      vertical-align: middle;
      vertical-align: baseline;
      opacity: 0;
    }
    
    .floating-label-form-group:not(:first-child) {
      padding-left: 14px;
      border-left: 1px solid #e9ecef;
    }
    
    .floating-label-form-group-with-value label {
      top: 0;
      opacity: 1;
    }
    
    .floating-label-form-group-with-focus label {
      color: #18BC9C;
    }
    
    form .row:first-child .floating-label-form-group {
      border-top: 1px solid #e9ecef;
    }
  
  .progress-title{
      font-size: 16px;
      font-weight: 700;
      color: #000;
      margin: 0 0 10px 0;
  }
  .progress{
      height: 20px;
      line-height: 15px;
      border-radius: 20px;
      background: #f0f0f0;
      margin-bottom: 30px;
      box-shadow: none;
      overflow: visible;
  }
  .progress .progress-bar{
      position: relative;
      border-radius: 20px 0 0 20px;
      animation: animate-positive 2s;
  }
  .progress .progress-value{
      display: block;
      font-size: 13px;
      color: #fff;
      position: absolute;
      top: 0;
      right: 8px;
  }
  @-webkit-keyframes animate-positive{
      0% { width: 0%; }
  }
  @keyframes animate-positive{
      0% { width: 0%; }
  }
  
  @media (max-width: 600px) {
    .img-circle {
      width: 200px;
      height: 200px;
      margin-top: 50px;
    }
  }
  
  