/* Wabi-Sabi Inspired CSS */
/*header images*/
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|M+PLUS+Rounded+1c:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');





/* General Styles */
body {
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);

    font-size:30px;
    color: #4A4A4A;
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
    background-image: url(canvasbg.jpg); 
    background-size: 400px;
    background-attachment: fixed;
}

/* Container */
#container {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
}

/* Header */
#pageHeader {
    text-align: center;
    border-bottom: 2px solid #8E050F; 
    background-image: url(circlebg1.png);
    background-repeat: no-repeat;
    background-size: 1200x;
    height:1400px;
	background-position: center;
	flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: "Hina Mincho", serif;
}

#pageHeader h1, #pageHeader h2 {
    margin: 5px;
    padding-bottom: 70px;
    padding-left:70px;
    color: #333333;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    font-family: "Hina Mincho", serif;

}

h3 {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "Hina Mincho", serif;
}

#pageheader h1{
    font-size: 60px;
    font-weight: 900;
}

#pageheader h2{
    color:#8E050F;
    font-size:40px;
}

/* Preamble */
#preamble {
    padding: 20px;
    background-image: url('path/to/your/background-image3.jpg'); /* Placeholder for background image */
    background-size: cover;
    background-position: center;
    color: #333333;
    border-bottom: 2px solid #8E050F;
}

#preamble h3 {
    margin-top: 10;
    color: #333333; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 10px;

}

/* Supporting Text */
#supportingText {
    padding: 20px;
}

#supportingText h3 {
    margin-top: 0;
    color: #8E050F; 
    text-transform: uppercase;
    letter-spacing: 10px;
}

/* Participation */
#participation {
    padding: 20px;
    background-image: url('path/to/your/background-image4.jpg'); /* Placeholder for background image */
    background-size: cover;
    background-position: center;
    color: #333333;
    border-bottom: 2px solid #8E050F; 
}

#participation h3 {
    margin-top: 0;
    color: #8E050F; 
    text-transform: uppercase;
    letter-spacing: 10px;
}

/* Benefits */
#benefits {
    padding: 20px;
}

#benefits h3 {
    margin-top: 0;
    color: #8E050F; 
}

/* Requirements */
#requirements {
    padding: 20px;
}

#requirements h3 {
    margin-top: 0;
    color: #8E050F; 
}

/* Footer */
#footer {
    text-align: center;
    background-image: url(splatter.png);
    background-position: center;
    background-size:1200px 400px;
    height:300px;
    justify-content: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding-top: 270px;
    font-family: "Hina Mincho", serif;
    font-size: 50px;

}

#linklist2 {
    width:60%;
    justify-items: baseline;
    margin:50px;
    
}


/* Link Styles */
a {
    color: #8E050F; 
    text-decoration: none;
}

a:hover {
    color: #8E050F; 
    text-decoration: underline;
}

/* List Styles */
ul {
    list-style-type: disc;
    margin: 20px;
    padding: 0;
}

ul li {
    margin: 10px 0;
    margin-left: 50px;
    padding-left: 20px;
    color: #4A4A4A;
}

ol {
    list-style-type: decimal;
    margin: 20px;
    padding: 0;
}

ol li {
    margin: 10px 0;
    margin-left: 40px;
    padding-left: 20px;
    color: #4A4A4A;
}
