@charset "UTF-8";


/* ---------- FONT IMPORT ---------- */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap");

body {
    font-family: "Georgia", Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.428571429;
    color: dimgrey;
}

:root{
    --auxiliary-nav-icon-color: #D97777;
}


.col-secondary {
    background-color: #D97777;
	font-family: "Georgia", Helvetica Neue, Arial, sans-serif;
}

.sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > div.rtSelected,
.sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > div.child-is-selected-wrapper,
.sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI:hover > div {
  background-color: #C24E4E;
  font-family: "Georgia", Helvetica Neue, Arial, sans-serif;
}

.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL {
    background-color: #C24E4E;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
{
  font-family: var(--main-font);
  color: white;
}

h1 { font-size: 36px; }   /* 2.25 × 16 */
h2 { font-size: 24px; }   /* 1.5 × 16 */
h3 { font-size: 20px; }   /* 1.25 × 16 */
h4 { font-size: 18px; }   /* 1.125 × 16 */
h5 { font-size: 16px; }   /* 1 × 16 */
h6 { font-size: 15.2px; } /* 0.95 × 16 */


/* ---------- LINKS ---------- */
a{
font-family: var(--main-font);
}

a:visited {
  color: green;
}

a:hover,
a:focus,
.Link:hover,
.Link:focus {
  color: #27A9CC;
  text-decoration: underline;
}

.btn,
.TextButton,
.rtLI {
    font-family: var(--main-font);
}
