.flyers-container iframe {
  width: 345px;
  height: 459px;
}
.flyer {
  display: inline-block;
  margin: 20px 5px;
}

.flyers-container .primary {
  margin-top: 15px;
}

#mainContainer {
  min-width
  
  : unset;
}


.secondary {
  width: fit-content;
  display: block;
  margin: 15px auto 0;
}
h1{
margin: 50px 0 20px 0;

}
 
#english-switch, #french-switch {
  width: 100px;
  display: inline-block;
  color: #869dad !important;
  
  margin-bottom: 50px;
} 

#english-switch:hover, #french-switch:hover {
  opacity: 50%;
  font-size: 12pt;
  cursor: pointer;
}
.selected {
 text-decoration: underline !important;
}



.tertiary {
  display: inline-block;
  text-align: center;
  border: 2px solid #232323;
  padding: 8px 13px;
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
}

.tertiary:hover {
  border: 2px solid #888;
  color: #888;
}



.show {
text-align:center;
}

.flyer img {
  width: 135px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px -1px;
  max-width: 100%;
}



@media only screen and (min-width: 800px) {
  
.flyer{
margin: 0px 40px 55px 0;
}
  
  .flyer img {
  width: 225px;
  }
  
  .show {
text-align:left;
}
  
}
