@import "../vendor/bootstrap/css/bootstrap.css";
@import "../vendor/font-awesome/css/fontawesome.css";
@import "../vendor/jquery-ui/jquery-ui.css";
@import "../vendor/font-awesome/css/fontawesome-all.css";
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
/* good bootstrap tutorial */
/* https://www.youtube.com/watch?v=9cKsq14Kfsw   */
.main-container {
  min-height: 700px;
}
body {
  height: 100%;
  min-height: 900px;
  padding: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background-color: #fff;
}
body p {
  color: #355477;
  font-size: 14px;
  line-height: 20px;
}
.navbar {
  padding: .8rem;
}
.navbar-nav li {
  padding-right: 20px;
}
.nav-link {
  font-size: 1.1em !important;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  bottom: 0;
  padding: 0;
  height: 16%;
  width: 40%;
  left: 57%;
  text-align: left;
  letter-spacing: 2px;
}
.carousel-caption h1 {
  font-size: 160%;
}
.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}
.btn-primary {
  background-color: #6648b1;
}
.padding {
  padding-bottom: 2rem;
}
.social a {
  font-size: 2.0rem;
  padding: 2rem;
}
.fa-facebook {
  color: #3b5998;
}
.fa-google-plus-g {
  color: #dd4b39;
}
.fa-instagram {
  color: #517fa4;
}
.fa-youtube {
  color: #bb0000;
}
.fa-facebook:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover {
  color: #d5d5d5;
}
footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a {
  color: #d5d5d5;
}
.main-container {
  border: 1px solid black;
}
.content-section-left {
  background-color: #e0f2be;
  border: 1px solid lightseagreen;
}
.main-sidebar-container {
  background-color: chartreuse;
  border: 1px solid lightyellow;
}
.navigation-path-container {
  background-color: plum;
  border: 1px solid yellow;
}
.about-container img {
  max-width: 100%;
  height: auto;
}
.about-container .our-objective {
  color: #ea5765;
  line-height: 72px;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 10px;
}
.number-circle {
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  border: 2px solid #666;
}
.app-container {
  padding-left: 20px;
}
.app-container .number-circle-wrapper {
  padding-right: 0;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
/*---Media Queries --*/
@media (max-width: 1200px) {
  .carousel-caption h1 {
    font-size: 130%;
  }
}
@media (max-width: 992px) {
  .social {
    font-size: 2.5rem;
    padding: 1.2rem;
  }
  .carousel-caption h1 {
    font-size: 110%;
  }
}
@media (max-width: 768px) {
  .social {
    font-size: 4rem;
    padding: 2rem;
  }
  .carousel-caption h1 {
    font-size: 110%;
  }
  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom: .2rem;
  }
  .carousel-caption .btn {
    font-size: 95%;
    padding: 8px 14px;
  }
  .display-4 {
    font-size: 200%;
  }
}
@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 90%;
  }
}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
.sign-in-container {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  font-size: 12px;
  font-weight: bold;
  border: #519ac5;
  border-style: double;
  padding: 20px;
}
.register-user-container {
  width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  font-size: 12px;
  font-weight: bold;
  border: #519ac5;
  border-style: double;
  padding: 20px;
}
.register-user-container.form-group label {
  padding-top: 8px;
}
