@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: 30px;
}

.nav-link, .dropdown-item, navbar a{
  font-size: 1.1em !important;
  color: #000 !important;
}

.navicon {width:70%}

.carousel-inner img {
  width: 100%;
  height; 100%;
  display:block;
  clear: both;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.padding {
  padding-bottom: 2rem;
}

.iconify {font-size: 2.5em; padding-bottom: 3px;}

#donate button, #donate p {padding: 10px; margin:10px;}

.btn-info {background-color: rgb(64, 204, 208, 0.8) !important;}

.border-info {border: 3px solid rgb(64, 204, 208, 0.8) !important;}

.turquoise {background-color: rgb(64,204,208,0.75);
   padding-left:10px;
   padding-right:10px;
 }

 .card a {color: white;}

.card-subtitle {padding-bottom: 8px}

.activity-cards {padding-bottom: 30px}
.activity-title {padding-bottom: 10px}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 15px;
}

.welcome hr {
  border: 2px solid rgb(64,204,208);
  width: 100%;
}

.turquoise {background-color: rgb(62, 204, 208, 0.7);}

p a, .bluetxt {color: rgb(64,204,208);}

.shuttlelink {
  color: rgb(64,204,208);
  text-decoration: none;
  font-size: 1.2rem;
}

.fa-facebook {
  color: #3b5998;
  font-size: 4em;
  padding: 1rem;
}

.fa-twitter {
  color: #517fa4;
  font-size: 4em;
  padding: 1rem;
}

.fa-facebook:hover, .fa-twitter:hover {
  color: #d5d5d5;
}

.social a {
  font-size: 16pt;
  padding: 20px;
}


.light {
  border-top: 1px solid #222;
  width: 60%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

footer a {
  color: #000000 !important;
  text-decoration: none !important;
}

footer p {padding: 2px; margin: 2px; font-size: 12pt;}

.footerhr {
  width: 85%;
  margin: 0 auto;
  padding-top: 2rem;
}



/*---Media Queries --*/
@media (max-width: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }


@media (max-width: 471px) {
    .navicon {width: 50%}
  }

@media (max-width: 768px) {
  .carousel-caption {
    top: 45%;
  }

  .carousel-caption h1 {
    font-size: 350%;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
  }

  .carousel-caption .btn {
    font-size: 95%;
    padding-top: 8px 14px;
  }

  .display-4 {
font-size: 200%;
  }

  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }
}

@media (max-width: 576px) {
  .carousel-caption {
    top: 45%;
  }

  .carousel-caption h1 {
    font-size: 250%;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
  }

  .carousel-caption .btn {
    font-size: 90%;
    padding: 4px 8px;
  }
  .display-4 {
font-size: 160%;
  }

  .social a {
    font-size: 2em;
    padding: 0.7rem;
  }
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*---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;
}


/*--- 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) { ... }
*/
