@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
li{
    text-align: center;
}
#slides img{
    width:100%;
}
.img-fluid { max-width: 100%; height: auto; }
html, body{
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #222;
}
.navbar{
    padding: .8rem;
}
.navbar-nav li{
    padding-right: 20px;
}
.carousel-item {
    width: 100%;
    height: 570px;
}
.carousel-caption h1{
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
}
.btn-primary{
    background-color: #006eff;
    border: 1px solid #1577d3
}
.jumbotron{
    padding: .8rem;
    border-radius: 0;
}
.jumbotron button{
    margin: 10px;
}
.padding{
    padding-bottom: 2rem;
}
.welcome{
    width:75%;
    margin: 0 auto;
    padding-top: 2rem;
}
.welcome hr{
    border-top: 2px solid #b4b4b4;
    width:95%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.fa{
    font-size: 4em;
    margin: 1rem;
}
.fa-heartbeat{
    color: red;
}
.fa-child{
    color: blue;
}
#about{
    margin-left: 5%;
}
.fun{
    width: 100%;
    margin-bottom: 2rem; 
}
.gif{
    max-width: 100%;
}
.card img{
    width: 100%;
}
#textStadium{
    font-size: 120%;
}
.social a{
    font-size: 1.5em;
    padding: 3rem;
}
.fa-facebook{
    color: #3b5998;
}
.fa-twitter{
    color: #00aced;
}
.fa-instagram{
    color: #517fa4;
}
.fa-youtube{
    color: #bb0000;
}
.fa-youtube:hover, .fa-instagram:hover, .fa-twitter:hover, .fa-facebook:hover{
    color: #d5d5d5;
}
footer{
    background-color: #3f3f3f;
    color: #d5d5d5;
}
footer img{
    width: 80px;
    padding-top: 2rem;
}
hr.light{
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
@media (max-width: 1200px) { 
    .carousel-item img{
        height: 900px;
      }
}

@media (max-width: 992px) { 
    .social a{
        padding: 2rem;
    }
    .carousel-item {
        height: 600px;
    }
    .carousel-item img{
        height: 600px;
      }
    .carousel-caption h1{
        font-size: 2.5em;
    }
    .carousel-caption h4{
        font-size: 1.2em;
    }
    #learnMore{
        text-align: center;
        margin: 2rem;
    }
}
  
@media (max-width: 768px) { 
    .carousel-item img {
        height: 500px;
      }
    .carousel-item {
        height: 500px;
      }
}
@media (max-width: 576px) { 
    .carousel-item img {
        height: 300px;
      }
    .carousel-item {
        height: 300px;
      }
    .carousel-caption h1{
    font-size: 2em;
    }
  .carousel-caption h4{
      font-size: 1em;
  }
}
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/teamfixed.jpg');
    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;
}
