html, body {
    font-family: Lato, sans-serif;
}
@media (min-width: 601px) {
    p, li, td, th, label, input, select, option {
        font-size: 14pt;
    }
}

h1, h2, h3, h4, h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h3.card-header {
    margin: 0;
}

#logo-img {
    height: 52px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#footer-logo {
    height: 72px;
}

#index-banner {
    background-image: url(../img/bg1.jpg);
    /*background-size: cover;
    background-position: center;*/

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

#end-banner {
    background-image: url(../img/bg2.jpg);
    /*background-size: cover;
    background-position: center;*/

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#end-banner+#connect .mt-4 {
    /* pull together the end jumbotron and the footer */
    margin-top: 0 !important;
}

nav.navbar {
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
    /*background-color: rgba(252, 252, 252, 0.95) !important;*/
/*  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 64px;
*/
    
}

.navbar-green {
    color: rgba(0, 129, 0, .9)
}

.small-caps {
    font-variant: small-caps;
}

.light {
    font-weight: 300;
}

.partner-logo {
    /*background-color: white;
    border: 1px solid #ddd;*/
    padding: 8px;
    margin: 4px;
    -webkit-filter: grayscale(100%) brightness(99999%);
    filter: grayscale(100%) brightness(99999%);
}


.btn-primary {
    color: #fff;
    background-color: #008100;
    border-color: #007900;
}

.btn-primary:hover {
    color: #fff;
    background-color: #008100;
    border-color: #007900;
}

#map {
    height: 180px;
    width: 80%;
}
