/* Enter Your Custom CSS Here */
.page .entry-title {
   display: none;
}

 .google-maps {
        position: relative;
        padding-bottom:50%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.breadcrumb-list {
display: none;
}

p {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
line-height: 20px;
font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

site-navigation{
  text-align: centre;
}

#navbar {
  background: #86a40e;
}

.menu li a:hover {
	background: #ED3300;
}

.pdfview {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.pdfview iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-menu > li > a:hover, .nav-menu > .current-menu-item > a, .navigation .current-menu-parent > a, .navigation .current-menu-parent > a:hover, .nav-menu > .current-menu-item > a:hover { color: #fff; background: #bec600; text-decoration: none; }

.nav-menu a{
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 16px;
  font-weight: bold;
}

