/**
 * Ballet Roots homepage
 */
.sec-f1 {
  background: #160805; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #160805 0%, #160805 27%, #160805 54%, #160805 75%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #160805 0%,#160805 27%,#160805 54%,#160805 75%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #160805 0%,#160805 27%,#160805 54%,#160805 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 400px;
  position: relative;
}

.img-f1 {
  display: block;
  height: 400px;
  margin: 0 auto;
  position: relative;
  width: 795px;
}

.sec-main-columns {

  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;

  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;

  height: 510px;
  margin: 0 auto;
  width: 900px;
}

.lk-main-col {
  color: #000;
  font-size: 19px;
  display: block;
  margin: 0 0 20px 0;
  text-decoration: none;
  width: 300px;
}

.lk-main-col:hover {
  text-decoration: underline;
}

.box-subscribe {
  margin-right: 0;
}

.hdr-main-col {
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

/**
 * hover effect for button on homepage
 */
.site-hdr-wrapper {
  z-index: 2;
}

.lk-homepage-purchase-ticket {
  display: block;
  height: 400px;
  margin: 0 auto;
  position: relative;
  width: 795px;
}

.lk-homepage-purchase-ticket:after {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: #000;
  content: 'Buy tickets';
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  left: 68%;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 59%;
  white-space: nowrap;
  vertical-align: middle;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.lk-homepage-purchase-ticket:hover:after {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #000;
  text-decoration: none;
}

