@charset "UTF-8";

html,
body {
  width: 100%;
  height: 100%;
  background-color: black;
}

body {
  font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-color: #9a0100;
  border-width: 3px;
}

hr.light {
  border-color: #C2C2C2;
}

a {
  color: #C2C2C2;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}

.bg-primary {
  background-color: #252525;
}

.bg-dark {
  color: #fff;
  background-color: #222;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.99)
}

aside {
  padding: 50px 0;
}

.no-padding {
  padding: 0;
}


.navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle:hover {
  background: none;
}

.navbar-default .navbar-header .navbar-brand {
  text-transform: uppercase;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  color: #D0D0D0;
  text-align: center;
  font-size: 56px;
  float: none;
  display: block;
  position: absolute;
  /* position: relative; */
  width: 100%;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #C2C2C2;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
  color: white;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
  color: white !important;
  background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
  background-color: transparent;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background-color: #000;
  background-image: url(../img/elijah.jpeg);
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
}

header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

header .header-content .header-content-inner hr {
  margin: 30px auto;
}

header .header-content .header-content-inner p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }

  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  header .header-content .header-content-inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px;
  }
}

.section-heading {
  margin-top: 0;
}

.service-box {
  margin: 50px auto 0;
  max-width: 400px;
}

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}

.service-box p {
  margin-bottom: 0;
}

.portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.text-primary {
  color: white;
}

.no-gutter>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

/* Customization: make hamburger always visible */
.navbar-header {
  float: none;
}

.navbar-toggle {
  display: block;
  position: fixed;
  right: 0px;
  top: 4px;
}

.navbar-collapse {
  border-top: 1px solid transparent;
  padding-right: 15px !important;
  padding-left: 15px !important;
  position: fixed;
  width: auto;
  right: 25px;
  top: 57px;
  text-align: right;
  background: #252525;
  opacity: .8;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.49);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.49);
}

.navbar-collapse.collapse {
  display: none !important;
}

.navbar-nav {
  float: none !important;
  margin: 7.5px -15px;
}

.navbar-nav>li {
  float: none;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default {
  background: black;
  border: 0;
  top: 15px;
  right: 15px;

  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  position: relative;
}

.navbar-collapse.collapse {
  display: none !important;
  height: 0 !important;
  padding-bottom: 0;
  overflow: hidden !important;
}

.navbar-toggle.collapsed {
  display: block !important;
}

.navbar-toggle {
  display: block !important;
}

.navbar-collapse.collapse.in {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

.navbar-nav>li,
.navbar-header {
  float: none;
}

.navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle.collapsed {
  border: none;
}

.navbar-toggle .icon-bar {
  height: 4px;
  width: 26px;
}

button.navbar-toggle {
  z-index: 100;
}

.quote {
  font-size: 18pt;
  font-weight: 100;
  color: #C2C2C2;
}

.quote:before {
  content: "“";
  font-size: 28pt;
  font-weight: bolder;
  color: #464646;
  padding-right: 10px;
}

.signature {
  padding-top: 20px;
  font-size: 16pt;
  font-weight: 100;
  color: #464646;
}

.signature:before {
  content: "— ";
}

@media (max-width: 500px) {
  .navbar-default .navbar-header .navbar-brand {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-header .navbar-brand {
    font-size: 35px;
  }

  #sequence {
    margin-top: 600px;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
    background: rgba(0, 0, 0, 0.8);
  }

  #sequence .quote {
    font-size: 14pt;
  }

  #sequence .quote:before {
    font-size: 18pt;
  }

  #sequence .signature {
    font-size: 13pt;
  }

  header {
    background-position-y: -60%;
    background-position-x: 70%;
  }

  header .header-content {
    padding-bottom: 0;
  }

  .subscribe-form {
    position: inherit !important;
  }

  #announcements {
    padding-right: 70px !important;
  }
}

#video ul {
  list-style-type: circle;
  margin-left: 20pt;
  padding: 0;
  text-align: left;
  color: #C2C2C2;
}

#video ul li {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}

#video ul li a:hover,
#video ul li a:active {
  color: #ffffff;
}

.medialink {
  padding: 20px;
}

.medialink a,
.medialink a:link,
.medialink a:visited {
  color: #464646;
}

.medialink a:hover,
.medialink a:active {
  color: #9a0100;
}

.medialink i {
  padding-right: 10px;
}

#gallery {
  padding: 0;
  position: relative;
}

#gallery .container {
  padding: 0;
  margin: 0;
  width: 100%;
}

#gallery .container .row {
  width: 100%;
  margin: 0;
}

#gallery .container .row>* {
  border-right: inset 1px #252525;
  border-bottom: inset 1px #252525;
  height: 500px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  cursor: pointer;
}

#gallery .button {
  display: none;
  position: absolute;
  opacity: 1;
  top: 460px;
  width: 0;
  height: 0;
  border-style: solid;
}

#gallery .button:hover {
  opacity: 1;
}

#gallery .button.left {
  left: 40px;
  border-width: 40px 40px 40px 0;
  border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
}

#gallery .button.left:hover {
  border-color: transparent #9a0100 transparent transparent;
}

#gallery .button.right {
  right: 40px;
  border-width: 40px 0 40px 40px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}

#gallery .button.right:hover {
  border-color: transparent transparent transparent #9a0100;
}

@media (min-width: 992px) {
  #gallery .container .row>* {
    display: none;
  }

  #gallery .container .row>*:nth-child(1),
  #gallery .container .row>*:nth-child(2),
  #gallery .container .row>*:nth-child(3),
  #gallery .container .row>*:nth-child(4) {
    display: block;
  }

  #gallery .button {
    display: block;
  }
}

@media (min-width: 1200px) {

  #gallery .row>*:nth-child(5),
  #gallery .row>*:nth-child(6) {
    display: block;
  }
}

.featherlight .featherlight-content {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.49);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.49);
}

.nav>li.when-scrolled-down,
.when-scrolled-down {
  display: none;
}



.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.fundraiser-button {
  position: fixed;
  top: auto;
  bottom: 10px;
  left: 7px;
  width: auto;
  height: auto;
  background: rgba(160, 160, 160, 0.2);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 3px;
  padding: 4px 4px 0 4px;
  z-index: 10000;
  transition: all .35s;
}

#announcements {
  padding: 10px 380px 10px 10px;
  /* height: 60px; */
  line-height: 40px;
  transition: all .35s;
}

#announcements.comfortable {
  padding-right: 70px;
}

.announcement-content {
  color: #d1d1d1;
}

.when-where {
  color: #03A85B;
}

#subscribe {
  transition: all .35s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#subscribe .done {
  animation-duration: 5s;
  animation-name: fadeOut;
  animation-fill-mode: both;
  color: #03A85B;
}

.subscribe-form {
  position: absolute;
  top: 10px;
  right: 70px;
}

.subscribe-form input {
  line-height: 24px;
  vertical-align: middle;
  color: #000;
}

.subscribe-form button {
  line-height: 18px;
  background-color: #03A85B;
}
