/* Purple: 7135B3 */
/* Green: 35B390 */
/* Brown: B36D35 */
/* Blue: 358AB3 */
/* Red: B34735 */

.navbar-default {
  background: #FFFFFF;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .navbar-default .navbar-brand {
    color: gray;
    text-shadow: none;
    padding: 5px; }
    .navbar-default .navbar-brand img {
      height: 100%; }
    .navbar-default .navbar-brand:hover {
      color: #404040; }
  .navbar-default .navbar-nav li a {
    color: gray;
    text-shadow: none; }
    .navbar-default .navbar-nav li a:hover {
      color: #404040; }
  .navbar-default .navbar-nav li .dropdown-menu {
    border-radius: 0; }
    .navbar-default .navbar-nav li .dropdown-menu li a:hover {
      background: #00ADEE; }
  .navbar-default .navbar-nav .open a:focus {
    background: #00ADEE; }
  .navbar-default .navbar-nav .open a:hover {
    background: #00ADEE; }

.btn,
.form-control { border-radius: 2px; }

html {
  position: relative;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5 { font-family: 'Hind', sans-serif; }

body { font-family: 'Open Sans', sans-serif; }

.first-impression {
  display: flex;
  height: 80vh;
  padding-top: 60px;
  color: white;
  background: url(/images/hero.jpg) center center fixed;
  background-size: cover;
  align-items: center;
  text-align: center;
}

.first-impression h1 { font-size: 42pt; }

.first-impression .small-print { color: rgba(255, 255, 255, .75); }

.first-impression .call-to-action {
  background-color: #35B390;
  border-color: #35B390;
}

.second-impression {
  padding-top: 60px;
  margin-bottom: 30px;
  color: white;
  background: url(/images/hero.jpg) center center fixed;
  background-size: cover;
}

.first-impression .call-to-action:hover,
.tour .call-to-action:hover {
  background-color: white;
  border-color: white;
  color: #111111;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.features { padding: 60px 0 30px 0; }

.features img { width: 125px; }

.features-extended { padding: 30px 0 60px 0; }

.features-extended img { width: 100px; }

.tour  {
  display: flex;
  height: 50vh;
  align-items: center;
  text-align: center;
  background: url(/images/tour.jpg) center center fixed;
  background-size: cover;
  margin-bottom: -40px;
}

.tour .call-to-action {
  background-color: #35B390;
  border-color: #35B390;
}

.footer {
  width: 100%;
  margin-top: 3em;
  padding: 3em 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  color: #b5b5b5; }
  .footer h5 {
    text-transform: uppercase;
    color: #828282; }
  .footer ul {
    padding: 0;
    margin: 0; }
  .footer li {
    list-style: none; }
  .footer a {
    color: #b5b5b5;
    text-decoration: none; }
    .footer a:hover {
      color: #828282; }
  .footer .brand {
    max-width: 10em; }
  .footer .social {
    font-size: 125%;
    margin-bottom: 20px; }
    .footer .social a {
      margin-right: .5em; }
    .footer .social .fa-facebook-square:hover {
      color: #3b5998; }
    .footer .social .fa-linkedin-square:hover {
      color: #007bb6; }
    .footer .social .fa-twitter-square:hover {
      color: #3bcffd; }
  .footer .legal {
    margin-top: 3em; }
    .footer .legal a {
      margin-left: 2em; }
