body {
    color: #353535;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 200;
}

section {
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 400px;
}

section.primary {
    /* background-image: url("../img/bkg_tile1.jpg"); */
    background-color: #fff;
    background-size: 100% 100%;
}

section.secondary {
    /* background-image: url("../img/bkg_tile2.jpg"); */
    background-color: rgba(122, 135, 138, 0.24);
    background-size: 100% 100%;
}

a {
    color: #fff;
}

a:hover {
    color: #06802e;
    text-decoration: none;
}

.navbar-wrapper {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.nav>li>a:hover {
    background-color: transparent;
    color: #fff;
    font-weight: 900;
}

.navbar .navbar-toggle {
    border-color: #fff;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

section.top {
    height: 100vh;
    width: 100%;
    background: url("../img/bkg_top.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.top-inner {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-logo {
    margin: 20px;
    max-width: 30%;
}

.top-32 {
    margin-top: 32px;
}

.bottom-32 {
    margin-bottom: 32px;
}

.team-photo {
    height: 216px;
    width: 216px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    background-color: #0e54ff;
    border-color: #0e54ff;
}

.btn-primary:hover {
    background-color: #0d4dcc;
    border-color: #0d4dcc;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

img.socialmedia {
  width: 2em;
  height: 2em;
}

footer {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
