@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body{
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
}
.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: 60%;
  transform: translateY(-50%);
  color: black;
}
.carousel-caption h2{
  font-size: 400%;
  text-transform: capitalize;
  text-shadow: 1px 1px 10px #000;
}
.btn-primary{
  background-color: #a50b29;
  border: 1px solid #a50b29;
  border-radius: 20px; 
}
.btn-primary:hover {
  background-color: #a50b29;
  border: 1px solid #563d7c;
}

#product {
  background-image: url('img/textile.png');
  background-color: #3f3c2b;
  background-attachment: fixed;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; 
  color: white;
}
.card{
  height: 500px;
  background-color: transparent !important;
  border-style: hidden !important; 
}
.card-title{
  text-decoration: underline;
  text-align: center;
}

.card-imd-top{
  height: 300px !important;
  border-bottom: ridge;
  border-radius: 3px !important;
}
.card-body{
  /*background-color: floralwhite !important;*/
  background-color: transparent !important;
  text-align: center;
}
.leadership{
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.about{
  height: 300px !important;
  width: 100%;
}
.info{
  font-size: 23px !important;
}
.head-title{
    font-size:40px !important;
    font-weight: 500;
  }
.team-name{
  font-size: 32px !important;
}
.social{
  padding-top: 35px;
}
.social a{
  font-size: 3.5em;
  /*padding: 2rem;*/
  margin-left: 100px;
}
.fa-facebook{
  color: #3b5998;
}
.fa-twitter{
  color: #00aced;
}
.fa-google-plus-g{
  color: #dd4b39;
}
.fa-instagram{
  color: #bf410f;
}
.fa-youtube{
  color: #bb0000;
}

footer{
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}

 .display-4{
    font-size: 2.5em !important;
  }


hr.light{
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
hr.light-100{
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

.form-box {
  max-width: 500px;
  margin: auto;
  padding: 50px;
  text-align: left;
  background: #3f3f3f;
  border: 10px solid #3f3f3f;
}

h1, p {
  text-align: center;
}

input, textarea {
  width: 100%;
}






/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  .carousel-indicators{
    display: none;
  }
  .card{
    height: 450px !important;
  }
  .about{
    height:180px !important;
  }
  .leadership{
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .display-4{
    font-size: 2.1em !important;
  }
  .info{
  font-size: 19px !important;
  }
  .team-name{
  font-size: 24px !important;
  }
  .head-title{
    font-size:30px !important;
    font-weight: 500;
  }
  social a{
    margin-left: 50px;
  }

}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s 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;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
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) { ... }
*/








