/* 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;
}

.h3 {
  font-size: 1.3em;
}

.navbar-mainnavigation .navbar-brand-image img {
    max-height: 90%;
}

nav .nav-link-text {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #333;
  font-size: 1.6em;
}

footer ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-section-content a:not(.btn) {
    color: #9e8fd5;
}