@font-face {
    font-family: "BaileywickJF Curly";
    src: url("/fonts/43c577a19f71033f5193fada486067f7.eot");
    src: url("/fonts/43c577a19f71033f5193fada486067f7.eot?#iefix")format("embedded-opentype"),
    url("/fonts/43c577a19f71033f5193fada486067f7.woff2")format("woff2"),
    url("/fonts/43c577a19f71033f5193fada486067f7.woff")format("woff"),
    url("/fonts/43c577a19f71033f5193fada486067f7.ttf")format("truetype"),
    url("/fonts/43c577a19f71033f5193fada486067f7.svg#BaileywickJF Curly")format("svg");
}
body {
    font-family: Arial, sans-serif;
    background-color: #F9EFE3; /* Linen */
    color: #6E1700; /* dark Kenyan Copper */
}
html, body {
    margin: 0;
    height: 100%;
}

fieldset{
    border:0px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
header {
    background-color: #EE7223; /* Orange Vivid Tangelo */
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	vertical-align: middle;
}
header h1{
    font-family: "BaileywickJF Curly";
    color:white;
    display: inline-flex;
    font-size:50pt;
    font-weight:normal;
    margin:0px;
    text-shadow: 1px 1px 4px #6E1700;
}
a{
    color: #2186de;
    text-decoration-thickness: 1px;
}
.logo * {
	vertical-align: middle;
}
.logo img {
    height: 100px;
	margin-right:10px;
}
nav {
    display: flex;
    gap: 15px;
}
nav a {
    text-decoration: none;
    color: #6E1700;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #F4C135;
    border-radius: 4px;
	font-size: 18pt;
}
nav a:hover {
    background-color: #B6D7F4;
}
nav a:active{
	background-color: #6E1700;
	color: #F4C135;
}
.content {
    padding: 40px 20px;
    text-align: center;
}
.content p{
	max-width:900px;
	justify-content: center; /* Center items */
	margin:auto;
	margin-top:.7em;
	margin-bottom:.7em;
	font-size:13pt;
}
.events-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* Space between cards */
    justify-content: center; /* Center items */
}
.event-card{
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #715447;
    border-radius: 2px;
    padding: .5em;
    background-color: #f6e7d5; /* dark linen */
    max-width:450px;
}
.event-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.event-date, .event-time, .event-address {
    font-size: 14px;
    color: #555;
}

.event-description {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}
footer {
    background-color: #715447;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}
#email a{
	color:#F4C135;
}
#socials a{
	text-decoration:none;
}
.social-link{
	max-height:17px;
	vertical-align: middle;
}
@font-face {
    font-family: "BaileywickJF Curly";
    src: url("/fonts/43c577a19f71033f5193fada486067f7.eot");
    src: url("/fonts/43c577a19f71033f5193fada486067f7.eot?#iefix")format("embedded-opentype"),
    url("/fonts/43c577a19f71033f5193fada486067f7.woff2")format("woff2"),
    url("/fonts/43c577a19f71033f5193fada486067f7.woff")format("woff"),
    url("/fonts/43c577a19f71033f5193fada486067f7.ttf")format("truetype"),
    url("/fonts/43c577a19f71033f5193fada486067f7.svg#BaileywickJF Curly")format("svg");
}

@media (max-width: 768px) {
	.logo img {
		margin-right:0px;
	}
    header {
        flex-direction: column;
        text-align: center;
    }
    nav {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .events-table{
        width:100%;
    }
}
