/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
::selection {
    background: #01e6bb;
    color: white;
}

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}
.lead{
    font-family: georgia;
    color: #6c6c6c;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-rs {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 15pt;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
    font-family: 'Archivo Black', sans-serif;
}

.btn-rs:focus, .btn-rs:hover {
  text-decoration: none;
}

.btn-rs:focus, .btn-rs.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.btn-rs.disabled, .btn-rs:disabled {
  opacity: .65;
}

.btn-rs:active, .btn-rs.active {
  background-image: none;
}

h2{
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.nav-text{
    font-family: 'Archivo Black', sans-serif;
}

.footer-custom{
    background: #000;
}