@import url('https://fonts.googleapis.com/css?family=Teko:300,400&display=swap');
/* CUSTOM STYLES
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-family: 'Teko', sans-serif;}
h1, h2 {text-transform: uppercase;}
.text-muted {color: #d1d1d1!important;}
.banner h1 {font-size: 5rem;}
.banner h2 {font-size: 3rem;}
.dark {background-color: #343a40;}
.white {background-color: #fff;}
.pb-6 {padding-bottom: 8rem!important;}
.pt-6 {padding-top: 8rem!important;}
.mb-6 {margin-bottom: 8rem!important;}
.mt-6 {margin-top: 8rem!important;}
blockquote {border-left: 10px solid #999; padding: 15px;background-color: #ddd;}
.fa {padding-top: 4px;}
.footer {color: #bbb;}
.charity-logo {max-height: 75px;}
.list-group-item{background-color: transparent;}

/* GLOBAL STYLES
-------------------------------------------------- */

#play-pause-button{
  cursor: pointer;
    color: #00a500;
}

/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #7b7b7b;
}
hr{border-top: 1px solid #999;}

.card {background-color: aliceblue;}
.card-text{font-size: 0.9rem;}

/* Nav */
.navbar-dark .navbar-nav .nav-link {font-size: 0.9rem;}
.navbar-brand img {max-height: 85px;}
.navbar-dark .navbar-nav .nav-link {color:rgba(255,255,255,0.7); background-color: rgba(255,255,255,0.1); margin:0 2px; min-height: 70px; border-top: solid 5px rgba(255,255,255,0); transition: all 0.5s ease-out;}
.navbar-dark .navbar-nav .nav-link:hover {color:rgba(255,255,255,1); background-color: rgba(255,255,255,0.4) ; border-top: solid 5px #e12610;}
.navbar .nav-item.active .nav-link{border-top: solid 5px #e12610;}

.divider {
  border-top: 1px solid #ddd;
  margin: 30px 0; /* space above and below */
}



@media (max-width: 767.98px) {
  .navbar-collapse .nav-item .nav-link {
	margin-bottom: 1px;
	min-height: 0;
  }
	.navbar-collapse .hide-br {
		display: none;
	}
}




/* GALLERY
-------------------------------------------------- */

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-header, .modal-body, .modal-footer {background-color: #343a40;}
.button.close, .button.close:hover{background-color: #5a6268;}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {
     .navbar-brand img {height: 65px;} 
    .banner h1{font-size: 4rem; line-height: 3rem;}
    .featurette-divider {margin: 3rem 0;}
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/******************************************************/
