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

.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption h1{
  font-size: 450%;
  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;
}
.btn-primary {
  background-color: #F9D245;
  border: 1px solid black;
  color: black;
  height: 50px;
  width: 200px;
  
  align-items: center;
  font-weight: 600;
  margin-left: 10px;
}
.btn-primary:hover {
  background-color: black;
  color: #F9D245;
  border: 1px solid #F9D245;
}
.jumbotron {
  padding: 1rem;
  border-radius: 0;
}
.btn-outline-secondary{
  color: black;
  border-color: black;
  
}
.btn-outline-secondary:hover{
  background-color: black;
  color: #F9D245;
  border: 1px solid #F9D245;
}

.social a {
  font-size: 4.5rem;
  padding: 3rem;
}
.fa-facebook {
  color: #3b5998;
}
.fa-twiter {
  color: #00aced;
}
.fa-google-plus-g {
  color: #dd4b39;
}
.fa-instagram {
  color: #517fa4;
}
.fa-facebook:hover,
.fa-twiter:hover,
.fa-google-plus-g:hover, 
.fa-instagram:hover {
  color: #d5d5d5;
} 

/* video */


.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/*Jumbotron*/
.jumbotron{
  padding: 1rem;
  border-radius: 0;
  
}

/*---Media Queries --*/
@media (max-width: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }
  }
@media (max-width: 768px) {
  .carousel-caption {
  top: 50%;
}
  .carousel-caption h1{
  font-size: 200%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3{
  font-size: 100%;
  font-weight: 500;
  text-shadow:  1px 1px 10px #000;
  padding-bottom: 1rem;
}
.btn-primary {
  background-color: #F9D245;
  border: 1px solid black;
  color: black;
  height: 50px;
  width: 100px;
  font-size: 12px;
  align-items: center;
  font-weight: 400;
  margin-left: 10px;
}
.btn-primary:hover {
  background-color: black;
  color: #F9D245;
  border: 1px solid #F9D245;
}
@media (max-width: 576px) {
.carousel-caption h1{
  margin-top: -50px;
  font-size: 100%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3{
  font-size: 50%;
  font-weight: 500;
  text-shadow:  1px 1px 10px #000;
  padding-bottom: 1rem;
}

  .btn-primary {
  background-color: #F9D245;
  border: 1px solid black;
  color: black;
  height: 30px;
  width: 100px;
  font-size: 10px;
  align-items: center;
  text-align: center;
  font-weight: 300;
  margin-left: 10px;
}
.btn-primary:hover {
  background-color: black;
  color: #F9D245;
  border: 1px solid #F9D245;
}
}


/*---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;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*---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;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}



