body {

}
.jumbotron {
  padding-top: 125px;
  color: #767887;
  margin-bottom: 0;
  padding-bottom: 95px;
  background:#7f7f7f;
  background:rgba(255,255,255,0.6);
}
.jumbotron2 {
  padding-top: 125px;
  color: #767887;
  margin-bottom: 0;
  padding-bottom: 25px;
  background:#7f7f7f;
  background:rgba(255,255,255,0.6);
}
.slice {
  background-image: url('../img/background-slice.png');
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
  height: 100px;
}
.feature {
  overflow: hidden;
}
/* Video Background */
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -200px;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/White-Board.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
/* Gradient Backgrounds */
.blue {
  background: rgb(34,133,195);
  background: -moz-linear-gradient(148deg, rgba(34,133,195,1) 0%, rgba(45,253,134,1) 100%);
  background: -webkit-linear-gradient(148deg, rgba(34,133,195,1) 0%, rgba(45,253,134,1) 100%);
  background: linear-gradient(148deg, rgba(34,133,195,1) 0%, rgba(45,253,134,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2285c3",endColorstr="#2dfd86",GradientType=1);
}
.orange {
  background: rgb(195,59,34);
  background: -moz-linear-gradient(148deg, rgba(195,59,34,1) 0%, rgba(253,242,45,1) 100%);
  background: -webkit-linear-gradient(148deg, rgba(195,59,34,1) 0%, rgba(253,242,45,1) 100%);
  background: linear-gradient(148deg, rgba(195,59,34,1) 0%, rgba(253,242,45,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c33b22",endColorstr="#fdf22d",GradientType=1);
}
.purple {
  background: rgb(255,255,255);
background: -moz-linear-gradient(143deg, rgba(255,255,255,1) 45%, rgba(146,148,180,0.6941964285714286) 100%);
background: -webkit-linear-gradient(143deg, rgba(255,255,255,1) 45%, rgba(146,148,180,0.6941964285714286) 100%);
background: linear-gradient(143deg, rgba(255,255,255,1) 45%, rgba(146,148,180,0.6941964285714286) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#9294b4",GradientType=1);
}
/* Navigation */
.navbar-default .navbar-brand {
  color: #767887;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    max-height: 300px;
    opacity: 1;
}
}
.navbar-default {
  background-color: transparent;
  border: none;
  padding: 15px 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
    -webkit-transition: all .2s ease-in-out;
  -webkit-transition-timing-function: linear;
  transition: all .2s ease-in-out;
  transition-timing-function: linear;
}
.navbar-default .navbar-nav>li>a .fa-chevron-down {
    font-size: .8em;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #767887 !important;
    opacity: .8;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 3px;
}
.dropdown-menu>li>a {
  color: #9b9b9b;
  font-family: 'Lato', sans-serif;
  box-shadow: none;
  font-size: 1em;
  -webkit-transition: all .2s ease-in-out;
  -webkit-transition-timing-function: linear;
  transition: all .2s ease-in-out;
  transition-timing-function: linear;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #9b9b9b;
  background-color: #fff;
  opacity: .8;
  -webkit-transition: all .2s ease-in-out;
  -webkit-transition-timing-function: linear;
  transition: all .2s ease-in-out;
  transition-timing-function: linear;
}
/* Homepage Sections */
.feature {
  padding: 55px 0;
  background-color: #fff;
  color: #878787;
}
.feature h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
}
.btn-green {
  background-color: #acd648;
  color: #fff !important;
  border-radius: 50px;
  font-weight: bold;
  padding: 10px 25px;
  font-size: .7em;
}
.fa-chevron-right {
  font-size: .8em;
}
h1 {
    font-family: Lato,sans-serif;
}