/*
Style sheet for CFS
*/

/*--------------------------------------------------------------
Map
--------------------------------------------------------------*/
.cfs-hero .hero {
  height: 100vh;
  text-align: center;
  position: relative;
}

.cfs-hero .hero-bg video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.cfs-hero .hero .hero-text {
  position: relative;
  color: white;
  text-align: center;
}

.cfs-hero .hero .hero-text h1 {
  position: relative;
  color: white;
  font-size: 35px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 600px), print {
  .cfs-hero .hero .hero-text h1 {
      font-size: 50px;
      max-width: 80%;
  }
}

.cfs-hero .hero .hero-text span {
  color:#E50B12;
}

.cfs-hero .hero-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: rgba(10, 10, 4, 0.5);
    left: 0;
    top: 0;
    z-index: 2;
}

.cfs-hero .arrow {
  width: 50px;
  bottom: 50px;
  position: absolute;
  z-index: 99;

}
/*--------------------------------------------------------------
Map
--------------------------------------------------------------*/
.map {
	background: #E50B12;
	padding-top: 3em;
}

@media screen and (min-width: 700px), print {
  .map {
    padding-top: 4em;
  }
}

.acf-map {
    width: 100%;
    height: 90vh;
    max-height: 400px;
    border: #ccc solid #E50B12;
    margin: 20px 0;

}

.acf-map:hover,
.acf-map:select,
.acf-map:focus {
  border: 0;
  outline: 0;
}

@media screen and (min-width: 600px), print {
  .acf-map {
      max-height: 700px;
  }
}

.acf-map img {
   max-width: inherit !important;
}

/*--------------------------------------------------------------
Google Map Styling
--------------------------------------------------------------*/
.gm-style iframe + div { 
  border:none!important; 
}


.gm-style {
	background: #E50B12;
}

.gm-style .gm-style-iw-c {
  max-width: 270px !important;
  border-radius: 10px;
  padding: 0;
}

.gm-ui-hover-effect {
  display: none !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-inner {
	padding: 15px;
  font-size: 18px;
}

.gm-inner span {
  font-weight: bold;
  color: red;
}

/*--------------------------------------------------------------
Goals
--------------------------------------------------------------*/

.goals {
  padding: 0 0 3em 0;
}

@media screen and (min-width: 700px), print {
  .goals .bg-text {
    padding: 0 0 5em 0;
  }
}

.goals .bg-text {
  margin-bottom: -40px
}

@media screen and (min-width: 700px), print {
  .goals .bg-text {
    margin-bottom: -220px
  }
}

.goals .bg-text img {
  max-height: 220px;
}

.goals img {
  border-radius: 10px;
}

.goals .accordion-item {
  background: #F5F4ED;
  border: 0;
  margin: 10px 0;
}

.goals .accordion-header {
  padding: 0.7rem 1.25rem;
}

.goals .accordion-body {
  font-size: 17px;
  line-height: 1.6;
}

/*--------------------------------------------------------------
Custom buttons
--------------------------------------------------------------*/

.text-link {
  font-family: 'Readex Pro', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px solid;
  opacity: .5;
}

/*--------------------------------------------------------------
How
--------------------------------------------------------------*/

.how {
  position: relative;
  padding: 3em 0;
}

@media screen and (min-width: 700px), print {
  .how {
    position: relative;
    padding: 6em 0;
  }
}

.how .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #101012;
}

.how .hero-bg video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.how .hero-text {
  position: relative;
  z-index: 10;
}

.how .step:last-of-type  .divider{
  display: none;
}

.how .divider {
  content: '';
  width: 2px;
  height: 30px;
  background: white;
  margin: 0 auto;
}

/*--------------------------------------------------------------
Pingpong
--------------------------------------------------------------*/
.highlighted-content {
  background: #E50B12;
  padding: 3em 0;
}

@media screen and (min-width: 600px), print {
  .highlighted-content {
    padding: 6em 0;
  }
}
/*--------------------------------------------------------------
Photo
--------------------------------------------------------------*/
.photo .hero {
  padding: 3em 0;
}

@media screen and (min-width: 600px), print {
  .photo .hero {
    padding: 6em 0;
  }
}

/*--------------------------------------------------------------
Donate
--------------------------------------------------------------*/

.cfs-donate .img {
  max-width: 250px;
  margin: 0 auto;
}
.cfs-donate img {
  border-radius: 50%;
}

.cfs-donate .text {
  padding: 2em 0 6em 0;
}

@media screen and (min-width: 600px), print {
  .cfs-donate .text {
    padding: 5em 0 6em 0;
  }
}

.cfs-donate .text-l {
  font-size: 24px;
}

@media screen and (min-width: 600px), print {
  .cfs-donate .text-l {
      font-size: 32px;
  }
}

.cfs-donate .text-l span {
  font-weight: bold;
  color: #E50B12;
}
.cfs-donate .section-header {
  background: #E50B12;
  color: white;
  padding-bottom: 180px;
  margin-bottom: -125px;
}