body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: #cccccc;
}

h5 {
  text-align: center;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
}

header {
  padding: 20px 0;
}

header .row,
footer .row {
  display: flex;
  align-items: center;
}

header h1 {
  font-weight: 600;
  margin: 0;
}

header h1 a:link, h1 a:visited, h1 a:hover {
text-decoration: none;
color: black;
}

header nav {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
header nav {
  display: inline;
  text-align: right;
  font-size: 145%;
}
}

header p {
  padding: 0 20px;
  margin: 0;
}

.quote {
text-align: center;
padding: 0 0px;
}

.jumbotron {
  display: flex;
  align-items: center;
  background-image: url('/2016_assets/sn_jumbotron.jpg');
  background-size: cover;
  color: #ffffff;
  height: 250px;
  text-shadow: 0.25px 0.25px 0.25px #000000;
}

.jumbotron h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  color: white;
}

.jumbotron h3 {
  margin: 0 0 10px;
  font-size: 20px
  color: #fff;
}

section .row img {
  margin: 0 0 0px;
  width: 100%;
  
}

.col-md-6 {
  margin: 0 0 30px;
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #ffffff;
  text-shadow: none;
  background-color: #000000;
}

.btn.btn-primary:hover {
  color: #000000;
  background-color: transparent;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #ffffff;
  margin: 0 0 30px;
}

footer {
  font-size: 12px;
  padding: 20px 0;
}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 32px;
}

video {
  width: 100%    !important;
  height: auto   !important;
  padding: 30px 0;
}

div.overlay {
    width: 650px;
    height: 400px;
    position: fixed;
    left: calc(50% - 340px);
    top: calc(50% - 230px);
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 999;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 0;
}