/* 
 Theme Name:   Ghostfish Brewing
 Theme URI:    
 Description:  Ghostfish Brewing Custom Theme
 Author:       admin
 Author URI:   
 Template:     wp-bootstrap-starter
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.home-covid {
  background-color: #c89452;
  margin-bottom: 0;
}
.home-covid .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-covid a {
  transition: all 0.5s ease;
}
.btn-covid a:hover {
  text-decoration: none !important;
  background-color:#555 !important;
  color: #FFF !important;
}

.home-covid p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}
.home-hero {
  padding: 6em 5%;
}
.home-hero-links {
  padding: 0;
  list-style: none;
}
.home-hero-links li {
  text-align: center;
  border: 2px solid #FFF;
  margin-bottom: 1rem;
}
.home-hero-links li a {
  background-color: rgba(33,33,33,.5);
  font-size: 16px;
  padding: 15px 43px;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.home-hero-links li a:hover {
  text-decoration: none !important;
  background-color:#c89452 !important;
  border-color: #c89452 !important;
  color: #FFF !important;
}

.home-who-we-are {
  padding: 8em 5%;
}
.home-who-we-are h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
  line-height: 1.2;
  letter-spacing: 2px;
}
.home-who-we-are .wp-block-buttons {
  margin-top: 2rem;
}
.home-who-we-are .wp-element-button {
  font-size: 16px !important;
  padding: 15px 43px !important;
}
.btn-who-we-are a {
  transition: all 0.5s ease;
}
.btn-who-we-are a:hover {
  text-decoration: none !important;
  background-color:#c89452 !important;
  border-color: #c89452 !important;
  color: #FFF !important;
}

.home-beer-finder {
  padding: 8em 5%;
}
.home-beer-finder h2 {
  font-size: 3.8em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}
.btn-beer-finder a {
  transition: all 0.5s ease;
  font-size: 16px !important;
  padding: 15px 43px !important;
}
.btn-beer-finder a:hover {
  text-decoration: none !important;
  background-color:#c89452 !important;
  border-color: #c89452 !important;
  color: #FFF !important;
}

.img-get-fizzy {
  margin-bottom: 30px;
}
.home-ghostfizz {
  padding: 2em 5% 1em;
}
.btn-buy-ghostfizz {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.btn-buy-ghostfizz a {
  color: #FFF;
  font-size: 21px;
  padding: 20px 56px;
  transition: background-color 0.5s ease;
}
.btn-buy-ghostfizz a:hover {
  text-decoration: none !important;
  background-color: #ca2c27 !important;
  color: #FFF !important;
}

.home-anniversary {
  padding: 8em 5%;
}
.home-happy-bday-headline {
  margin-bottom: 4rem;
}
.home-happy-bday-copy {
  border: 2px solid #c89452;
  padding: 1rem;
}

.home-seattle {
  padding: 6em 5%;
}

/* Google Map Marker Info Window */
.marker-info-window {
  min-width: 250px;
  max-width: 350px;
}