

body {
 
  margin: 0;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}





.navbar {
  background-color: black;
  height: 82px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;

}

.logo {
  margin-left: 5%;
  height: 50px;
  cursor: pointer;
}


.headline {
  font-family: 'Permanent Marker', cursive;
  color: white;
  font-size: larger;
  padding-left: 15px;

}

.pope {
  margin: 0;
  padding: 0;
  background-color: rgb(231, 39, 45);
  }

.main {

  padding-top: 83px;
  background-color: rgb(231, 39, 45);
  display: flex;
  justify-content:space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;

 }



.left-side {
   
 flex: 1;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;


}

.pre-headline {
  color: rgb(249, 173, 5);
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}

.big-headline {
  margin-top: 0;
  color: white;
  font-weight: 900;
  font-family: 'Barlow', sans-serif;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 50px;
}


button {
  background-color: rgb(249, 173, 5);
  padding: 20px;
  font-size: 20px;
  border: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.basket {
  background-color: rgb(249, 173, 5);
  height: 25px;
}

.order {
  margin: 0;
  padding-left: 5px;
}

.right-side {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;


}

.giant-can {
  width: 100%;
  max-width: 300px;
  height: auto;
}


.pope-2 {
  margin: 0;
  padding: 0;
  background-color: white;
  
}

.team-content {

  padding-top: 83px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  align-items: center;
  max-width: 1300px;
  margin: auto;

}

.team {
  font-family: 'Permanent Marker', cursive;
  font-size: 25px;
  color: rgb(231, 39, 45);
  
}

.behind {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 50px;
}

.team-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  
}

.card {
  background-color: rgb(20, 157, 204);
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 20px;
  border-radius: 10px;
  padding: 30px;
  max-width: 320px;

      
}

.profile {
height:150px;
border-radius: 50%;


}

.name {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 25px;
  padding-top: 10px;
}

.job {
  padding-top: 10px;
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.pope-3 {
  background-color: black;
  padding-top: 70px;
  padding-bottom: 100px;
}

.footer-content {
  max-width: 1300px;
  margin: auto;
}

#bean-can {
  
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; /* making vertical centerign of all children */
}

#bean-can::before, #bean-can::after {
  content: '';
  flex: 1 1 auto; /* the first digint is 'flex-grow: 1', helps elemet to occupy all free space */ 
  border-bottom: solid 1px #fff;
  
}

img {
  flex: 0 1 auto; /* the first digint is flex-grow: 0 */ 
  padding: 0 15px 0 15px;
  color: #fff;
  
}

.three-things {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  

}

.info-box {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: white;
  margin-left:20px;
  margin-right: 20px;
  margin-bottom: 50px;
  
}

.main-text {
  font-size: 25px;
  font-family:'Permanent Marker', cursive;

}

.sub-text {
  font-size: 26px;
  margin: 13px 0px;
}

.amb-image {
  height: 200px;
  border-radius: 100px;
  margin: 20px 5px;
}

.map-box {
  position: relative;
}

.map-image {
  height: 200px;
  margin: 20px 5px;
  border-radius: 10px;
  cursor: pointer;

}

.bean-locator {
  position: absolute;
  width: 20px;
  top: 100px;
  left: 120px;
  cursor: pointer;
  
}

#h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}