h1, h2, h3, h4, h5, h6 {
  font-family: neo-sans,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #f1b632;
}

h1 {
  font-size: 52px;
  padding-top: 70px;
}

h2 {
  font-size: 36px;
}

a {
  color: #f1b632;
}

.header {
    position: fixed;
    width: 100%;
    background-image: url("../images/httyp-header-bg.jpg");
    background-repeat: no-repeat;
    background-position: 25% 42%;
    border-bottom: 15px solid #f1b632;
    color:#fff;
    z-index: 1000;
    height: 320px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    line-height:160px;
}

.header.shrink {
    height: 140px;
    line-height:80px;
    border-bottom: 8px solid #f1b632;
}

.header img
{
    width: 100%;
    font-weight:normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.shrink img
{
    width: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logos {
  padding-top: 60px;
  padding-bottom: 60px;
}

.logos.shrink {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content {
  height:320px; /* Just to get the page to scroll*/
}

.intro-text {
  font-family: inherit;
  font-size: 21px;
  text-transform: inherit;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 50px;
}

.authors {
  font-size: 13px;
  margin-bottom: 30px;
}

.panelist {
  font-size: 13px;
  margin-bottom: 0px;
}

.profile {
  margin-bottom: 30px;
  margin-right: 15px;
}

.artical-link-secondary {
  color: #61c2ef;
}

.artical-link-secondary:hover, .artical-link-secondary:focus, .artical-link-secondary.focus {
  color: #212529;
  transition: 0.6s;
}

.artical-link {
  color: #f1b632;
}

.artical-link:hover, .artical-link:focus, .artical-link.focus {
  color: #212529;
  transition: 0.6s;
}

.card {
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0px 0px 5px 5px #f5f5f5;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 5px 5px #f5f5f5;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 5px 5px #f5f5f5;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.card-title {
  padding-bottom: 20px;
}

.card-subtitle {
  font-size: 24px;
}

.card-body {
  padding: 60px;
}

.card-space {
  padding-top: 40px;
}

.card-text {
  font-size: 14px;
  margin-bottom: 2px;
}

.date-group {
  float: right;
  margin-top: 10px;
  padding-top: 20px;
}

.mute {
  opacity: 0.1;
}

.mute-subtitle {
  color: #cccccc;
}

.btn {
  font-size: 20px;
  font-family: neo-sans,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 20px;
  border-radius: 30px;
  margin-right: 30px;
  margin-top: 30px;
  min-width: 200px;
  color: #2b2b2b;
}

.btn-primary {
  background-color: #f1b632;
  border-color: #f1b632;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #2b2b2b;
  background-color: #f1b632;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  background-color: #61c2ef;
  border-color: #61c2ef;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #2b2b2b;
  background-color: #61c2ef;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-video {
  border-color: #f1b632;
}

.btn-video:hover, .btn-video:focus, .btn-video.focus {
  color: #2b2b2b;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-container {
  float: left;
}

.footer {
  color: #666666;
  background: #f5f5f5;
  margin-top: 80px;
}

.regulations {
  font-size: 12px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.back-to-top {
  background-color: #f1b632;
  padding-bottom: 10px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top.focus {
  color: #2b2b2b;
  background-color: #f1b632;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

@media (max-width: 1200px) {

  h1 {
    padding-top: 50px;
  }

  .header {
      height: 300px;
  }

  .header.shrink {
      height: 130px;
  }

  .intro-text {
    font-size: 20px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

  h1 {
    font-size: 46px;
    padding-top: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .header {
      height: 260px;
  }

  .header.shrink {
      height: 110px;
  }

  .content {
    height:280px;
  }

  .card-title {
    padding-bottom: 10px;
  }

  .card-subtitle {
    font-size: 22px;
  }

  .card-body {
    padding: 40px;
  }

  .date-group {
    float: left;
    margin-top: 0px;
    padding-top: 20px;
  }

  .date {
    text-align: left;
  }

  .btn-container {
    float: none;
  }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {

  h1 {
    font-size: 38px;
    padding-top: 10px;
  }

  h2 {
    font-size: 28px;
  }

  .header {
      height: 220px;
  }

  .header.shrink {
      height: 90px;
  }

  .content {
    height:260px;
  }

  .intro-text {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .card-subtitle {
    font-size: 20px;
  }

  .card-body {
    padding: 30px;
  }

  .btn {
    font-size: 16px;
    padding: 10px 20px;
    min-width: 160px;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }

  .header {
      height: 200px;
  }

  .content {
    height:240px;
  }

  .intro-text {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .card-subtitle {
    font-size: 18px;
  }

  .card-body {
    padding: 20px;
  }

  .btn {
    font-size: 15px;
    padding: 10px 20px;
    margin-top: 20px;
    min-width: 125px;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {

}
