@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');


.separator {
  display: block;
  height: 15px;
  clear: both;
}

body {
  text-align: justify;
  background: #030909;
}

.wait {
  cursor: wait;
}

#ffom {
  list-style: none;
}

.cell {
  cursor: cell;
}

.text {
  cursor: text;
}

.navbar {
  margin-bottom: 0;
  background-color: #28a6a3 ;
}

.progressP {
  cursor: progress;
}

.navbar-inverse {
  background: #0b1115;
  border: 0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #145768
}

#JJ, #Skill, #skill_pro, #about, #xp_pro {
  padding-top: 90px;
  padding-bottom: 40px;
}

#about{
  text-shadow: 1px 2px rgba(0,0,0,0.5);
}

#skill_pro {
  padding-bottom: 70px;
}

#skills span {
  top: -1.4em;
  left: 2%;
  bottom: -15px;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  font-family: Roboto;
  color: #fff;
}

.progress-container {
  position: relative;
}

.percent {
  float: right;
  left: -5px !important;
}

.without-span {
  position: absolute;
  right: 4px;
  top: 1px;
  left: inherit !important;
}

progress {
  background-color: #2a5397;
  border: 0;
  height: 1.5em;
  width: 100%;
  color: #6591d2;
  border-radius: 2;
}

.progress-value {
  color: #444;
  margin-left: 507px;
  margin-top: -24px;
  margin-bottom: 25px;
}

progress::-webkit-progress-bar {
  background-color: #6591d2;
}

progress::-webkit-progress-value {
  background-color: #2a5397;
}

progress::-moz-progress-bar {
  background-color: #6591d2;
}

progress::-moz-progress-bar-value {
  background-color: #2a5397;
}

#bonus span {
  -webkit-column-count: 2;
  /* Opera, Safari, Google Chrome */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  /* Internet Explorer */
}

.modal img {
  margin: 0 auto;
}

.btn-primary {
  background-color: #2a5397;
  border-color: #2a5397;
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 0px 16px;
  border: 3px solid #fff;
  font-size: 40px;
  color: #fff;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out
}
.btn-circle:hover, .btn-circle:focus {
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1)
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s
}

.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #2a5397 !important;
  border-color: #2a5397 !important;
  color: #fff;
}

.intro_quote {
  font-family: roboto;
  min-height: 100vh;
  background-image: url("../img/background2.jpg");
  background-size: cover;
  color: #fff;
  font-size: 4em;
  font-weight: 700;
}
.intro_quote h2{
  text-shadow: 1px 2px rgba(0,0,0,0.5);
}

.intro {
  min-height: 100vh;
  background-image: url("../img/background.jpg");
  background-size: cover;
  color: #fff;
  background-color: #1b222a;
  padding-top: 40px;
}

.intro h1 {
  font-family: Montserrat;
  font-size: 4em;
  font-weight: 700;
  background-image: src
}

.intro a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  min-height: 100%;
}

.skill_pro {
  min-height: 100vh;
  background-image: url("../img/background3.jpg");
  background-size: cover;
  color: #fff;
  padding-top: 40px;
}

.xp_pro {
  min-height: 100vh;
  background-image: url("../img/background4.jpg");
  background-size: cover;
  color: #fff;
  padding-top: 40px;
}

/* ========================================================================
 * Extra Small
   ======================================================================== */

@media(max-width:767px) {
  .intro_quote {
    font-size: 3em;
  }
  .separator {
    height: 10px;
  }
  .intro {
    padding-bottom: 20px;
    background-position: center;
    font-weight: 400;
    line-height: 1.8em;
  }
  .intro_quote {
    padding-bottom: 20px;
    background-position: center;
    font-weight: 400;
    line-height: 1.8em;
  }
  #skill_pro {
    padding-top: 50px;
  }
  .skill_pro h2 {
    text-align: center;
  }
  /* ========================================================================
   * Small
     ======================================================================== */
  @media(min-width:768px) and (max-width:991px) {}
  .intro_quote {
    padding-bottom: 20px;
    background-position: center;
    font-weight: 400;
    line-height: 1.8em;
  }
  .intro_quote h2 {
    font-size: 0.5em;
  }
  .intro {
    background-position: right;
  }
  #skill_pro {
    padding-top: 50px;
  }
  .skill_pro h2 {
    text-align: center;
  }
  /* ========================================================================
   * Medium
     ======================================================================== */
  @media(min-width:992px) and (max-width:1199px) {
    /*  .col-50 {
      width: 50%;
      float: left;
      display: block;
      padding: 0;
    }
    .col-50:first-child {
      padding-right: 15px;
    }
  }
  /* ========================================================================
   * Large
     ======================================================================== */
    @media(min-width: 1200px) {
      .col-50 {
        width: 50%;
        float: left;
        display: block;
        padding: 0;
      }
      .col-50:first-child {
        padding-right: 15px;
      }
