.label-blue {
  font-size: .85em;
  background-color: #0ea0ff;
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2em;
  width: 120px;
}

.label-green {
  font-size: .85em;
  background-color: #20c997;
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2em;
  width: 120px;
}

.label-red {
  font-size: .85em;
  background-color: #b60d23;
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2em;
  width: 120px;
}

@media (min-width: 992px) {
  .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .center-left {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 576px) {
  .title {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .title {
    font-size: 70px;
  }
}

.jumbotron.hero-nature.carousel-hero {
  border-radius: 15px;
}

#carousel-1 {
  box-shadow: 0 10px 10px rgba(0,0,0,.15)!important;
  border-radius: 5px;
}

#carousel-1-slides {
  box-shadow: 0 10px 10px rgba(0,0,0,.15)!important;
  border-radius: 5px;
}

#back-button {
}

.center-h {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

#used-technologies {
  text-align: center;
}

@media (min-width: 991px) {
  #gear-icon {
    float: right;
  }
}

#technologies-div {
  height: inherit;
}

@media (min-width: 992) {
  #project-carousel {
    width: 500px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  #used-technologies-title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #gear-icon {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  #project-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 991px) {
  #gear-col {
    width: 400px;
  }
}

@media (max-width: 991px) {
  #icon-col {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  #used-technologies-row {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  #carousel-div {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  #project-icon {
    height: 150px;
  }
}

@media (min-width: 991px) {
  #project-icon {
    height: 228px;
  }
}

#video {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.disabled {
  opacity: 0.6;
}

