body {
  background-color: #B0B2B8;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #423629;
  line-height: 1.7;
  font-weight: 400;
}

h1, h2, h3 {
  color: #2b2b28 ;
  font-family: 'Merriweather Sans', sans-serif;
  line-height: 1.6;
}

h1 {
  font-size: 30px;
  text-align: center;
  padding-top: 15px;
}

h2 {
  font-size: 20px;
  text-align: center;
}

h3 {
  font-size: 20px;
  text-align: left;
}

a {
  color: #258EA6 ;
  text-decoration: none;
  text-align: center;
  letter-spacing: 5px;
}

a:hover {
  text-decoration: underline;
  color: black;
}

ul {
  list-style-type: none;
  text-align: center;
}

ol {
  list-style-type: none;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  padding-left: 0px;
  margin-left: 0px;
}

p {
  text-align: left;
  font-size: 15px;
  padding: 30px;
}

.container {
  text-align: left;
  background-color: none;
  width: 500px;
  margin: 0 auto;
}

.title_card {
  background-color: #dfe2e2;
  border: 1px;
  border-radius: 6px;
  box-shadow: 2px 2px 3px grey;
  text-align: center;
  margin: 20 auto;
  border-radius: 40px;
  font-size: fit-width | fit-height;
}

.opening_card {
  background-color: #dfe2e2;
  border: 1px;
  border-radius: 6px;
  box-shadow: 2px 2px 3px grey;
  text-align: center;
  margin: 20 auto;
  border-radius: 40px;
  font-size: fit-width | fit-height;
}

.activities_card {
  background-color: #dfe2e2;
  border: 1px;
  border-radius: 6px;
  box-shadow: 2px 2px 3px grey;
  text-align: center;
  margin: 20 auto;
  border-radius: 40px;
  font-size: fit-width | fit-height;
}

.film_card {
  background-color: #dfe2e2;
  border: 1px;
  border-radius: 6px;
  box-shadow: 2px 2px 3px grey;
  text-align: left;
  margin: 20 auto;
  border-radius: 40px;
  font-size: fit-width | fit-height;
}

#butterfly {
  width: 250px;
}

#amelie {
  width: 200px;
}

#hannah {
  width: 350px;
}

.img-circle {
  border-radius: 20%;
  box-shadowed: 5px 5px 3px 3px;
}
.text-center {
  text-align: center;
}

.list-inline > li {
  display: inline-block;
  padding: 0px 20px;
}

 @media (max-width: 960px) {
  /* For a screen < 960px, this CSS will be read */
  .container {
    width: 700px;
  }
}
@media (max-width: 720px) {
  /* For a screen < 720px, this CSS will be read */
  .container {
    width: 500px;
  }
}
@media (max-width: 540px) {
  /* For a screen < 540px, this CSS will be read */
  .container {
    width: 300px;
  }
}
