/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Amatic+SC:wght@700&display=swap');

/* Force override with increased specificity */
body {
    font-family: 'Lora', serif !important;
    font-weight: 400 !important;
    /*font-style: italic !important;*/
	font-size: 1rem !important;
    color: #333 !important;
    background-color: #F5F5F5 !important;
}

/* Headings (Raleway) */
h1, h2, h3, h4, h5, h6,
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    color: #333333 !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px !important;
}

/* Only H1 and H2 in uppercase */
h1, body h1,
h2, body h2 {
    text-transform: uppercase !important;
}

/* Adjust heading sizes */
h1 {
    font-size: 2rem !important;
}
h2 {
    /*font-size: 2rem !important;*/
}
h3 {
    /*font-size: 1.75rem !important;*/
}

/* Apply Amatic SC Bold to .header-logo */
.header-logo {
    font-family: 'Amatic SC', cursive !important;
    font-weight: 700 !important;
    font-size: 4rem !important;
	font-style: normal !important; /* add this */
    color: #333333 !important;
    letter-spacing: 1px !important;
	  line-height: 1 !important;        /* reduce vertical spacing inside */
  padding: 0 !important;            /* remove extra space inside */
  margin: 0 !important;             /* remove outer spacing */
}

.header-middle-row .header-logo {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
}



a.nav-link {
    font-family: 'Lora', serif !important;
    font-weight: 600 !important;
    font-style: italic !important;
    font-size: 1.2rem !important;
    color: #333 !important;
}