
body {
  font-family: Domine;
  font-size: 14px;
  line-height: 1.5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

/*Typography*/
h1,
h2,
h3,
h4,
h5 {
  font-family: Montserrat;
}

h1 {
  font-weight: 600;
}

h2 {
  font-size: 52px;
  font-weight: 600;
}

h3 {

}

h4 {
  font-weight: 600;
}

h5 {
}

a {
  border-bottom: 1px dotted #000;
}

a:hover {
  text-decoration: none;
}

.lead {
  line-height: 1.6;
}

/*Header*/
.logo img {
  width: 250px;
  height: 38px;
}

/*Buttons*/
.btn {
  border-radius: 0;
  font-family: Montserrat;
}

.btn-x-lg {
  font-size: 24px;
  padding: 10px 30px;
}

/*Extras*/
.top-header {
  background-color: #235566;
  color: #fff;
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.jumbotron {
  background-color: inherit;
  padding: 0 !important;
}

.jumbotron h1 {
  font-size: 110px;
  font-weight: bold;
  border-left: 5px solid white;
  padding-left: 40px;
  margin-top: 20px;
  line-height: 110px;
}

.jumbotron h2 {
  font-size: 53px;
  font-weight: 300;
}

.jumbotron h3 {
  line-height: 30px;
}

.section-title {
  border-left: 5px solid white;
  padding-left: 40px;
  font-size: 80px;
}

.heading__tags {
  list-style: none;
  font-family: Montserrat;
  display: block;
  padding: 0;
}

.logo {
  border: none;
}

.printavo {
  border: none;
}

.printavo img {
  width: 200px;
  height: 22px;
}

.tj-content {
  display: none;
}

.h3-coupon {
  padding: 3px 5px;
  background-color: #3A4266;
  border-radius: 4px;
}

.heading__tags li {
  float: left;
  background-color: rgba(0,0,0,0.1);
  border-radius: 200px;
  padding: 4px 12px;
  display: inline-block;
  margin: 0 5px 15px 0;
}

.speakers-group .heading__tags li {
  float: inherit;
}

.heading__tags.small {
  font-size: 10px;
}

.heading__tags.small li {
  margin: 0 2px 7px 0;
  padding: 2px 8px;
}

.background--yellow {
  background-color: #FFF8D6;
}

.background--yellow .section-title {
  border-left-color: #333;
}

.background--blue {
  background-color: #FD7B1F;
  color: #fff;
}

.background--blue a {
  color: #fff;
  border-bottom-color: #fff;
} 

.background--dark-blue {
  background-color: #15192D;
  color: #fff;
}

.background--dark-blue a {
  color: #fff;
  border-bottom-color: #fff;
  border: 0;
} 

.background--theater {
  background-image: url('../images/bg-theater.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}

.speaker-img {
  border-radius: 200px;
  height: 200px;
  width: 200px;
  margin-bottom: 10px;
}


/* Responsive: Portrait tablets and up */
@media screen and (max-width: 768px) {
  h1 {
    font-weight: 600;
  }

  h2 {
    font-size: 18px;
    font-weight: 600;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-weight: 600;
  }

  .section-title {
    font-size: 26px;
    padding-left: 20px;
    margin: 30px 0 20px;
  }

  .jumbotron h1 {
    font-size: 24px;
    line-height: 26px;
    padding-left: 0;
    border-left: 0;
    margin-top: 0;
  }

  .jumbotron h2 {
    font-size: 16px;
    font-weight: 300;
  }

  .jumbotron p {
    font-size: 16px;
  }

  .btn-x-lg {
    font-size: 12px;
    padding: 10px 12px;
  }

  .top-header {
    background-position: center top;
    background-size: cover;
  }

  .logo img {
    width: 150px;
    height: 23px;
  }

  .speaker-img {
    height: 50px;
    width: 50px;
  }

  .xs-btn-block {
    width: 100%;
    display: block;
  }
}





