/*body .container-fluid
{
    

}*/


.navbar {
    margin-bottom: 0 !important;
    font-size: small;

}

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

/*.navbar-brand {
   font-size: large;
   text-transform: uppercase;
}*/

.navbar-brand > img {
   /*max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto;*/


   /* probably not needed anymore, but doesn't hurt */
   -o-object-fit: contain;
   object-fit: contain; 

}

#p2 {
    height: 50px;
 
}

#p1 {
    text-transform: uppercase;
}

.p3 {
	  border-width: 3px;
  border-style: solid;
  border-color: #738f2a;
}

p.uppercase {
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
}

/*a:link, a:visited {
    text-decoration: none;
    color: #2f2f2f;
}*/

a:link, a:visited {
    text-decoration: none;

}

a:hover, a:active {
    text-decoration: underline;
    color: #5D8073;
}


/*a.link:hover{
    color: #5D8073;
}*/

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

.icon-bars-button{
  display: inline-block;
  vertical-align:middle;
}
.icon-bar {
  margin-bottom:2px;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}

#nav li:hover {
    top: 0;
}

#nav li:hover a {
    background: #5D8073;
    color: #ffffff;
}

#nav li.current_page_item {
}

#nav li.current_page_item a::after {
    content: " .";
    display: block;
    text-indent: -99em;
    border-bottom: 0.8em solid #2f2f2f;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
    border-top: none;
    height: 0px;
    margin-left: -.8em;
    margin-right: auto;
    margin-top: 7px;
    position: absolute;
    left: 50%;
    width: 1px;
}

h1 {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}

h2 {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 20px;
}


