/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

html {
    width: 100%;
    height: 100%;
}

hr {
    width: 70%;
    border-color: #a8c142;
}
.navbar {
    /*border: none;*/
    /*border-bottom: 1px solid #a8c142;*/
    min-height: 60px;*/
    background-color: #fff;
}

.icon-bar {
    background-color: #000b5b;
}

.jumbotron {
    background: #fff;
    /*z-index: 2;*/
}

.img-center {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.img-brand {
    margin-top: -10px;
    display: inline-block;
}

.text-inverse-light {
    background: #a8c142;
    color: #fff;
    height: 100%;
}

.navbar-nav > li > a {
    color: #000b5b;
    /*padding: 15px 15px;*/
}


.navbar-nav {
    margin-right: 75px;
}


@media(min-width:767px) {
    .navbar {
        padding: 15px 0px;
        -webkit-transition: background .1s ease-in-out,padding .1s ease-in-out;
        -moz-transition: background .1s ease-in-out,padding .1s ease-in-out;
        transition: background .1s ease-in-out,padding .1s ease-in-out;
    }


    .top-nav-collapse {
        padding: 15px 0px;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */
/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  background: url(../images/map.png) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.intro-section {
    min-height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff url("../images/map.png") no-repeat center top;
}

.about-section {
    min-height: 100%;
    padding-top: 150px;
    text-align: left;
    background: #fff;
}

.services-section {
    min-height: 100%;
    padding-top: 150px;
    text-align: left;
    background: #fff;
}

.contact-section {
    min-height: 100%;
    padding-top: 150px;
    text-align: left;
    background: #fff;
}
