#page-header.navbar-mainnavigation.navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2em;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url('../fonts/Open_Sans.woff') format('woff');
}

@font-face {
  font-family: 'Loved by the King';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Loved_by_the_King.woff2') format('woff2');
}

body {
  font-family: 'Open Sans', serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Loved by the King', sans-serif;
}