.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

html,
body {
  width: 100% !important;
  height: 100% !important;
  font-family: "Poppins", sans-serif;
  color: #222 !important;
}

.navbar {
  padding: 0.8rem !important;
}
.navbar-nav {
  padding-right: 20px !important;
}
.nav-link {
  font-size: 1.1em !important;
}
.carousel-inner img {
  width: 100% !important;
}

.carousel-caption {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
}
.padding {
  padding-bottom: 2rem;
}
.welcome {
  margin: 0 auto !important;
  padding-top: 2rem;
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 45%;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

.fa-html5 {
  color: #e54d26;
}
.fa-bold {
  color: #563d7c;
}
.fa-css3 {
  color: #2163af;
}
.fa-bold,
.fa-html5,
.fa-css3 {
  font-size: 4em !important;
  margin: 1rem !important;
  font-weight: bold !important;
}
.social a {
  font-size: 4.5em;
  padding: 3rem;
}
.fa-facebook-square {
  color: #3b5998;
}
.fa-twitter {
  color: #00aced;
}
.fa-google-plus {
  color: #dd4b39;
}
.fa-instagram {
  color: #517fa4;
}
.fa-youtube-play {
  color: #bb0000;
}

.fa-facebook-square:hover,
.fa-instagram:hover,
.fa-twitter:hover,
.fa-youtube-play:hover,
.fa-google-plus:hover {
  transition: transform 0.1s;
  -moz-transition: all 0.3s ease;
  color: #d5d5d5;
}

footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}
footer a {
  color: #d5d5d5;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .carousel-caption {
    top: 45% !important;
  }
  .carousel-caption h1 {
    font-size: 350%;
  }

  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom: 0.2rem;
  }
  .display-4 {
    font-size: 200%;
  }
  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }
  #c2 {
    transform: translateY(0px);
    margin: 30px 0;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .carousel-caption {
    top: 40% !important;
  }
  .carousel-caption h1 {
    font-size: 250%;
  }

  .carousel-caption h3 {
    font-size: 110%;
  }
  .carousel-indicators {
    display: none;
  }
  .display-4 {
    font-size: 160%;
  }
  .social a {
    font-size: 2em;
    padding: 0.7rem;
  }
  #c2 {
    transform: translateY(0px);
    margin: 30px 0;
  }
  #img1 {
    margin-top: 40px;
  }
  #img2 {
    margin-top: 40px;
  }
}
