html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

html {
  box-sizing:border-box;
  font-size: 18px;
  line-height: 1;
}

@media (max-height: 650px) {
  html {
    font-size: 17px;
  }
}

@media (max-height: 600px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}

*, :after, :before {
    box-sizing: inherit;
}

h1, h2, h3 {
  font-weight: normal;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 1em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  background: #fff url(./images/watercolor.jpg) center no-repeat;
  background-size: auto 116%;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: 'Cormorant SC', serif;
  color: #221514;
}

@media (max-width: 1000px) {
  body {
    background-image: url(./images/watercolor_mobile.jpg);
  }
}

.cursive {
  font-size: 1.3rem;
  font-family: 'Dancing Script', cursive;
}

.container {
  margin: auto;
  width: 30rem;
  min-height: 32rem;
  padding: 2rem 1rem;
  background: rgba(255,255,255,.6);
}

@media (max-width: 30rem) {
  .container {
    margin: 1rem;
  }
}

.title_h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.subtitle_h1 {
  margin-bottom: 0;
}

.title_h1 {
  background: url(./images/title.png) center no-repeat;
  background-size: contain;
  width: 80%;
  height: 0;
  padding-top: 24%;
  text-indent: -9999px;
  margin: 0 auto;
}

.subtitle_h3 {
  margin-bottom: 0;
}

.title_h3 {
  font-size: 2.2rem;
}

.list {
  list-style: none;
  display: flex;
  margin: 0 -0.5rem 2.5rem;
  padding: 0;
}

.list__item {
  flex: 1 0 auto;
  padding: 0 1rem;
  margin: 0;
  border-left: 1px solid #221514;
  font-size: 0.9rem
}

.list__item:first-child {
  border-left: 0;
}

.list_time {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.list_date {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 0.1rem;
  margin-bottom: 0.07rem;
}

.list_heading {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 0.2rem;
  margin-bottom: 0.2em;
}

.link {
  text-decoration: none;
  color: #b76877;
  cursor: pointer;
}

.button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #b76877;
  cursor: pointer;
}

.color-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-item {
  flex: 0 0 2.8rem;
  height: 3.5rem;
  margin: 0.4rem 0.5rem 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.color-item_1 {
  background-image: url(./images/color1.png);
}

.color-item_2 {
  background-image: url(./images/color2.png);
}

.color-item_3 {
  background-image: url(./images/color3.png);
}