/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v16-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}


h1, h2, h3,
.h1, .h2, .h3 {
  font-family: 'Lora', serif;
  font-weight: 700;
}

nav .nav-link-text {
  font-family: 'Lora', serif;
  font-weight: 700;
}

.frame-type-textpic.frame-layout-25-75 .textpic-gallery { width: 25%;}
.frame-type-textpic.frame-layout-25-75 .textpic-text { width: 70%;}


#map {
  height: 480px;
}

footer ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-section-content a:not(.btn) {
    color: #5ac487;
}