h6 {
  font-size: 1rem;
  font-weight: 700;
}

.red-border-top {
  border-top: 2px solid var(--bif-red);
}

.giveback-img {
  max-width: 80%;
  margin: auto;
  display: block;
}

#Header {
  position: relative;
  background-color: #FFF;
  border-bottom: 2px solid var(--bif-red);
  width: 100%;
}
  #Header .grid-x {
    position: relative;
  }

#HeaderSocial a {
  color: var(--bif-brown);
  font-size: 2rem;
  padding: 0 15px;
}

#HeaderTitle {
  font-size: 3.3333rem;
  font-weight: 900;
  color: var(--bif-brown);
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

#HeaderLogo {
  position: absolute;
  right: 20px;
  bottom: -100px;
  max-width: 225px;
}
#HeaderLogo img {
  width: 240px;

}

#RegionTitle {
  font-size: 3.3333rem;
  color: var(--bif-red);
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;

}

#RegionIntro {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5556rem;
  font-weight: 700;
}


/* Profile Grid */
a.profile-container {
  display: block;
  max-width: 300px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;;
}

.profile-img {
  display: block;
  width: 100%;
  padding-top: 100%;
  margin: auto;
  background-size: cover;
  background-position: center center;
}

.profile-restaurant {
  font-size: 1.2222rem;
  color: var(--bif-brown);
  font-weight: 700;
}

.profile-region {
  font-size: 1.2222rem;
  color: var(--bif-red);
  font-style: italic;
}

.profile-burger {
  font-size: 1.2222rem;
  color: var(--bif-brown);
}


#Instructions {
  font-size: 1.3333rem;
  font-weight: 700;
}

/* a#LearnMoreBtn {
  font-size: 32px;
  color: #FFF;
  display: inline-block;
  background-color: var(--bif-brown);
  border-bottom: 5px solid var(--bif-yellow);
  font-weight: 700;
  padding: 8px 10px;
  text-transform: uppercase;
  text-decoration: none;
} */


/* #ShareAndWin {
  font-weight: 600; 
  color: var(--bif-brown); 
  text-align: center;
  font-size: 1.3333rem;
}

#ShareAndWinHeading {
  font-weight: 700; 
  font-size: 2rem; 
  color: #FFF; 
  background-color: var(--bif-red); 
  text-align: center; 
  margin-bottom: 30px;
} */






.region-presented-by-title {
  font-size: 28px; text-transform: uppercase;
  font-weight: 700;
}

.region-supporting-title {
  font-size: 28px; text-transform: uppercase;
  font-weight: 700;
}


.region-plus-local {
  font-size: 28px;
  font-weight: 700;
}





.home-footer-container {
  max-width: 350px;
  display: block;
  margin: auto;
}

.home-footer-img {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-size: cover;
}

.home-footer-title {
  background-color: var(--bif-red);
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.home-footer-content {
  text-align: center;
  font-size: 1rem;
}


.region-cb-logo {
  max-width: 230px;
}

.region-prov-logo {

}