.page {
  position: relative;
  /* background-color: #FFDDCC; */
  width: 90%;
  margin:0 auto; 
}

.header{
  position: relative;
  width: 100%;
  padding: 20px 0;
  color: white;
}

div.header {
  width: 40%;
   content:url('assets/lingtea-logo-small.svg');
   margin:0 auto;
}

.next {
  position: relative;
  width: 100%;
  /* background-color: lime; */
  margin:0 auto; 
}

.next > h1 {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #FF66FF;
  margin: 0 0 1rem 0;
}

.next > h1 > a {
  color: #999999;
  text-decoration: none;
}

.image-next{
  position: relative;
  /* background-color: lightblue; */
}

.image-next > img {
  width: 100%;
} 

.image-soon > img {
  width: 100%;
}

.info-next {
  position: absolute;
  bottom: 20px;
  left: 16px;
  color: white;
  margin-right: 16px;
}

.category-next {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 0.1rem;
}


.title-next {
  font-size: 1.6rem;
  font-family: sans-serif;
  font-weight: bold;
}

.timeplace-next{
  font-size: .9rem;
  font-family: sans-serif;
  margin-top: 0.5rem;
}

.text-next {
  position: relative;
  font-size: 1.1rem;
  font-family: sans-serif;
}

.text-next > p > a {
  color: #FF00CC;
  text-decoration-color: #CCCCCC;
}

.button, input[type=submit] {
  background-color: white;
  border: 1px solid #FF00CC;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  float: right;
  color: #FF00CC;
  font-size: 0.9rem;
  font-family: sans-serif;
  text-decoration: none;
  font-weight: normal;
}

.button {
  border-radius: 25px 0 0 25px;
}

input[type=submit] {
  border-radius: 0 25px 25px 0;
}


.coming-soon{
  clear: right;
  margin: 6rem 0 1rem 0;
}

.coming-soon > h1, .past > h1 {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #FF66FF;
  margin: 0 0 1rem 0;
}

.soon {
  width: 100%;
}

.text-soon > h2 {
  font-family: sans-serif;
  font-size: 1.2rem;
  margin: 0;
}

.text-soon > h3 {
  font-family: sans-serif;
  font-size: 1.0rem;
  margin: 0.2rem 0 0.2rem 0;
  color: #333333;
  font-weight: normal;
}

.text-soon > p {
  font-family: sans-serif;
  font-size: 1rem;
  margin: 0.4rem 0 2rem 0;
  font-weight: normal;
}

.text-soon > p > a {
  color: #FF00CC;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.past {
  clear: both;
  margin: 2rem 0 1rem 0;
}

.heading-past {
  font-family: sans-serif;
  font-size: 1.0rem;
  font-weight: bold;
  color: #666666;
}


@media screen and (min-width: 600px) {

  .soon {
    width: 32%;
    margin-right: 2%;
    float: left;
  }

  .soon:last-child {
    margin-right: 0%;
  }

  .title-next {
    font-size: 2.5rem;
    font-family: sans-serif;
    font-weight: bold;
  }

  .timeplace-next{
    font-size: 1.25rem;
    font-family: sans-serif;
  }

div.header {
  width: 80%;
  content:url('assets/lingtea-logo-large.svg');
  margin:0 auto;
  }

.text-soon > h2 {
  font-family: sans-serif;
  font-size: 1rem;
  margin: 0;
}

.text-soon > h3 {
  font-family: sans-serif;
  font-size: 0.8rem;
  margin: 0.2rem 0 0.2rem 0;
  color: #333333;
  font-weight: normal;
}

.text-soon > p {
  font-family: sans-serif;
  font-size: 0.9rem;
  margin: 0.4rem 0 2rem 0;
  font-weight: normal;
}

.button, input[type=submit] {
  font-size: 1rem;
  padding: 10px 20px;
}

.category-next {
  font-size: 1.2rem;
}

}
