.pompiere-regular {
  font-family: "Pompiere", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  background-color: #fff5d6;
  color: #290700;
  font-family: "Pompiere", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: larger;
  background-image: url('backgroundShrunk.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.box {
  font-family: "Pompiere", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: medium;
  background-image: url('tileLight.png');
  background-repeat: repeat;
}


.responsive {    
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 600px;
    height: auto;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 4px 12px;
}

.centered{
  display: block;
  margin:auto;
  width: 40%;
}

.logo {
  width: 100%;
  max-width: 700px;
  height: auto;
  padding-top: 100px;
}

.gallery{
    display: inline-block;
    margin: 5px;                
    width: 200px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.gallery .description {
    padding: 10px;
    font-size: x-large;
    text-align-last: center;
}

.gallery:hover {
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.4);
}

.gallery img{
    width: 100%;
    height: auto;
}

.centerFlex {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 800px;
    min-width: 80px;
}

.polaroid {
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.container {
  padding: 10px;
}


.info {
  background-color: #FFE085;
  border-left: 6px solid #DB6323;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
