/*
 * navbar collapsed state when body is scrolled down
 */

#navbar.collapsed{
  padding: 5px 0 0;
  background-color: rgba(0,0,0,0.90);
}
#navbar.collapsed .btn-simple{
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
#navbar.collapsed .navbar-brand{
  font-size: 16px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 0;
}
#navbar.collapsed .navbar-toggle{
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * navbar as off-canvas menu
 */

body > .navbar-collapse .nav > li > a{
  margin: 10px 15px;
  font-size: 16px;
}
body > .navbar-collapse .nav > li > a > .fa{
  font-size: 21px;
}
body > .navbar-collapse .nav > .btn-group > a{
  display: inline-block;
  margin-right: 0;
}

#navbar{
  border-radius: 0;
  margin-bottom: 0px;
}

.badge {
  font-weight: 400;
}

.landing-alert{
    margin-bottom: 0;
}
.landing-header{
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 640px;
}
@media only screen and (min-width: 1201px) {
  .landing-header{
    background-attachment: fixed;
    min-height: 1080px;
  }
}

.landing-header .motto{
    padding-top: 120px;
    text-align: left;
    z-index: 3;
    color: rgba(255,255,255,0.75);
}
.landing-section{
    padding: 100px 0;
}
.landing-section .btn-simple{
    padding: 0;
}
.landing-section .column{
    padding: 0 75px 0 25px;
}

#map{
  height: 400px;
  background: #fff;
}

.contact-form{
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-form label{
    margin-top: 15px;
    font-weight: 400;
}
.contact-form .btn{
    margin-top: 30px;
}

.navbar-relative{
    position: relative;
    z-index: 2;
}

.footer{
    background-attachment: fixed;
    position: relative;
    line-height: 20px;
}
.footer nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer nav > ul > li{
    display: inline-block;
    padding: 10px 15px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
}
.footer nav > ul > li:first-child{
    margin: 0;
    padding: 0;
}
.footer nav > ul a:not(.btn) {
  color: #777777;
  display: block;
  margin-bottom: 3px;
}
.footer nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
  color: #E3E3E3;
}
.footer .copyright {
  color: #777777;
  padding: 10px 15px;
  font-size: 14px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center;
}
.footer .heart{
    color: #EB5E28;
}
