/* https://autoprefixer.github.io/ */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

html, body {
  background:      url('/modules/custom/vhs_landingpages/assets/images/VHStival-background.jpg') no-repeat;
  background-size: cover;
  text-transform:  uppercase;
  font-weight:     700;
  font-family:     'Montserrat', sans-serif;
  line-height:     1.1;
  letter-spacing:  -2px;
}

a {
  color:           #000;
  text-decoration: none;
}

a.invert {
  color: #fff;
}

a:hover, a:focus {
  text-decoration: underline;
}

.layout__main {
  margin:     2rem;
  padding:    3rem;
  border:     20px solid #daad52;
  border-top: 0 none;
  position:   relative;
}

.border {
  display:           -webkit-box;
  display:           -ms-flexbox;
  display:           flex;
  line-height:       20px;
  -webkit-box-align: center;
  -ms-flex-align:    center;
  align-items:       center;
  -webkit-transform: translateY(-50%);
  -ms-transform:     translateY(-50%);
  transform:         translateY(-50%);
  top:               0;
  left:              0;
  position:          absolute;
  width:             100%;
  margin-top:        10px;
}

.border .top {
  height:     20px;
  background: #daad52;
}

.grow {
  -webkit-box-flex: 1;
  -ms-flex:         1 1 auto;
  flex:             1 1 auto;
}

.numbers {
  display:           -webkit-box;
  display:           -ms-flexbox;
  display:           flex;
  -webkit-box-align: center;
  -ms-flex-align:    center;
  align-items:       center;
}

.number {
  color:     #daad52;
  font-size: 5rem;
  margin:    0 10px;
}

.rotate-left {
  -webkit-transform: rotate(-6deg);
  -ms-transform:     rotate(-6deg);
  transform:         rotate(-6deg);
}

.rotate-right {
  -webkit-transform: rotate(6deg);
  -ms-transform:     rotate(6deg);
  transform:         rotate(6deg);
}

.numbers .grow {
  min-width: 30px;
}

.logo {
  margin-right:  -5rem;
  margin-left:   -5rem;
  margin-bottom: 6rem;
  overflow:      hidden;
}

.logo img {
  max-width: 100%;
}

.timetable {
  background:        #000;
  color:             #fff;
  -webkit-transform: rotate(-4deg);
  -ms-transform:     rotate(-4deg);
  transform:         rotate(-4deg);
  padding:           1rem;
  margin:            3rem auto 6rem auto;
  font-size:         2.4rem;
  width:             50vw;
  font-weight:       900;
}

.timetable__time {
  text-align: left;
  float:      left;
}

.timetable__location {
  text-align: right;
  float:      right;
}

.intro {
  margin:     3rem auto 6rem auto;
  text-align: center;
  font-size:  1.5rem;
}

.acts {
  font-size:   2.4rem;
  text-align:  center;
  margin:      3rem auto 6rem auto;
  font-weight: 900;
}

.acts__row {
  display:            -webkit-box;
  display:            -ms-flexbox;
  display:            flex;
  -ms-flex-pack:      distribute;
  justify-content:    space-around;
  -ms-flex-line-pack: center;
  align-content:      center;
}

.program {
  text-align: center;
  font-size:  1.4rem;
  margin:     3rem auto 6rem auto;
}

.program__list {
  padding:    0;
  margin:     0;
  list-style: none;
}

.program__list li {
  display:    inline-block;
  line-break: auto;
}

.program__list li:not(:last-child)::after {
  margin-right: .5rem;
  margin-left:  .5rem;
  content:      ' · '
}

.share {
  display:            -webkit-box;
  display:            -ms-flexbox;
  display:            flex;
  -webkit-box-pack:   center;
  -ms-flex-pack:      center;
  justify-content:    center;
  -ms-flex-line-pack: center;
  align-content:      center;
  background:         #000;
  color:              #fff;
  -webkit-transform:  rotate(3deg);
  -ms-transform:      rotate(3deg);
  transform:          rotate(3deg);
  padding:            1rem;
  margin:             3rem auto 6rem auto;
  width:              50vw;
  text-align:         center;
  text-decoration:    none;
  font-size:          2rem;
}

.share__text {
}

.share__icon {
  margin-top:      3px;
  margin-right:    10px;
  width:           36px;
  height:          36px;
  content:         '';
  background:      url('/modules/custom/vhs_landingpages/assets/images/facebook.svg');
  background-size: 36px;
}

.layout__footer {
  margin:             3rem auto 0 auto;
  width:              100%;
  display:            -webkit-box;
  display:            -ms-flexbox;
  display:            flex;
  -webkit-box-pack:   justify;
  -ms-flex-pack:      justify;
  justify-content:    space-between;
  -ms-flex-line-pack: end;
  align-content:      end;
}

.logo__hh,
.logo_vhs {
  width: 16vw;
}

@media all and (min-width: 1024px) {
  html, body {
    font-size: 20px;
  }

  .numbers .grow {
    min-width: 120px;
  }
}

@media all and (max-width: 1023px) {
  html, body {
    font-size: 18px;
  }

}

@media all and (max-width: 767px) {
  html, body {
    font-size: 16px;
  }

  .layout__main {
    margin:  1rem;
    padding: 1.5rem;
  }

  .logo__hh,
  .logo_vhs {
    width: 25vw;
  }
}

@media all and (max-width: 479px) {
  html, body {
    font-size: 14px;
  }
}
