 /* TYPOGRAPHY */
@font-face {
  font-family: Playfair;
  src: url("/assets/fonts/PlayfairDisplay-Regular.ttf");
}
@font-face {
  font-family: OpenSans;
  src: url("/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf");
}
@font-face {
  font-family: Cinzel;
  src: url("/assets/fonts/Cinzel-VariableFont_wght.ttf");
}
@font-face {
  font-family: Zen Maru Gothic;
  src: url("/assets/fonts/ZenMaruGothic-Light.ttf");
}
body {
    font-family: 'OpenSans', sans-serif;   
    margin: auto;
    /*background-color:#EDECE8;*/
    background-color:#001321;
    color: #2b5434;
    } 

.container {
     max-width: 980px;
      margin: auto;
      padding: 20px;
      background-color:#EDECE8;
    position: relative;
    z-index: 0;
 }

.container1000{
    max-width: 1000px;
    background-color: #EDECE8;
    padding: 20px;
    margin: auto;
    color: #001321;
    position: relative;
    z-index: 0;
}
.container-breadcrumb {
    text-align: left;
    padding-top: 0px;
    margin-bottom: 50px;
    max-width: 960px;     
}
.container-img{
    max-width: 1000px;
    padding: 0px;
    margin: auto;
}
.container-footer {
    background-color: #001321;
    color: #EDECE8;
    text-align: center;
    padding: 20px;
    margin: auto;
    max-width: 1000px;      
}    
    
 /* COLORS*/ 
    .primary {
        color: #001321;
    }
    .secondary {
        color: #EDECE8;
    } 

    




h1 {
font-family: "Playfair", "serif";    
/*font-family: Baskerville, Palatino, "Times New Roman", "serif";*/    
font-weight: 400;
margin-top: 10px;
margin-bottom: 30px;
font-size: 2.2rem;
text-align: center;
}
h2 {
    font-family: "Playfair", "serif";
/*font-family: Baskerville, Palatino, "Times New Roman", "serif";*/
font-weight: 500;
margin-top: 20px;
margin-bottom: 1px;
font-size: 1.6rem;
    letter-spacing: .05rem;
} 
h3 {
font-family: "Playfair", "serif";
font-weight: 500;
margin-top: 5px;
font-size: 1.4rem;
    letter-spacing: .05rem;
} 
h4 {
font-family: "Playfair", "serif";
font-weight: 500;
margin-top: 5px;
font-size: 1.2rem;
}
p {
font-family: 'OpenSans', sans-serif;
font-weight: 400;
font-size: 1.1rem;
line-height: 1.7;
margin-top: 5px;
  
}
 
hr {
    color: #c0c0c0;
    margin-top: 25px;
    margin-bottom: 25px;
    } 

.title {
        text-align: center; 
        } 
.notice {
    font-size: 24px;
    line-height: 12px;
    font-family: Baskerville, "Times New Roman", "serif";
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 100;
    margin-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
    }        
.noticetype {
    font-size: 1rem;
    font-variant-caps: small-caps;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 0px;
    }
.notice h3 {
    padding-left: 20px;
}
.summary {
    padding-left: 20px;
}

.readmore {
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 1px;
    }
.center {
  margin: auto;
  max-width: 1030px;
  color: #F6F6E4;
  background-color: none;
  align-content: center;
}
  
 .notice {
        font-size: 24px;
        line-height: 32px;
        font-family: Baskerville, "Times New Roman", "serif";
        padding-top: 0;
        margin-top: 0;
    }
ul.no-bullets {
    list-style-type: none;
    margin-top: 10px;
    line-height: 28px;
  }

    /* LINKS */
    a {
        text-decoration-thickness: 2px;
        text-decoration-color: #455147;
        text-decoration-style: solid;
        text-underline-offset:4px;
        color: #455147;
        
    } 
    a:hover {
        text-decoration-color: #455147;
        text-decoration-style: dashed;
        color: #455147;
    }
    a:focus {
        text-decoration-color: #455147;
        text-decoration-style: dotted;
        background-color: #b3c1a8;
    }
 .breadcrumb-item a {
  color: #455147; 
}

.breadcrumb-item a:hover {
  color: #455147; 
}

.breadcrumb-item.active {
  color: #302C2C; 
}

/* FOOTER */

.footer-text {
        color: #EDECE8;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #001321;    
    }
.footer-text a {
    margin-top:20px;
    color: #EDECE8;
    background-color: transparent;
    text-decoration-thickness: 1px;
        text-decoration-color: #EDECE8;
        text-decoration-style: solid;
        text-underline-offset:3px;
    padding: 5px;
}
.footer-text a:hover {
        text-decoration-color: #e0e3d4;
        text-decoration-style: dashed;
        color: #e0e3d4;
    }
 .footer-text a:focus {
        color: #001321 !important;
        text-decoration-color: #001321 !important;
        text-decoration-style: dotted !important;
        background-color: #b3c1a8 !important;
    }

/* BUTTONS */
    .button {
        background-color: #2b5434 !important;
        color: #edece8 !important;
        border-radius: 15px;
        border: solid 2px #edece8;
        padding: 10px 15px  !important;
        text-decoration: none;
        
    }
    .button:hover {
        background-color: #e0e3d4  !important;
        color: #2b5434 !important;
        border-radius: 15px;
        border: dashed 2px #2b5434 !important;
        padding: 10 15;
        text-decoration: none;
    }
    .button:focus {
        background-color: #c0c0c0 !important;
        color: #000000 !important;
        border-radius: 15px;
        border: dotted 2px #000000 !important;
        padding: 10 15;
        text-decoration: none;
    }

 .skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
} 
  .skip:focus {
  position: static;
  width: auto;
  height: auto;
      background-color:#eae5e5;
      padding:2px;
}   
.left-indent {
    margin-left: 50px;
    }

/* SECTIONS */

.palegreen {
    background-color: #E0E3D4;
    color: #000000;
}

/* LISTS */
ul, ol {
            font-size: 1.1rem;  /* Set font size for all lists */
            line-height: 1.7rem; /* Set line height */
            margin-bottom: 1rem; /* Add space after each list */
        }

        li {
            margin-bottom: 0.5rem; /* Add space after each list item */
        }