 <!--pacific.css-->

*{box-sizing: border-box;}
body {
	background-color: #EAEAEA;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	height: 75px;
	background-color: #034694;
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, sans-serif;
	}
footer {
	display: flex;
	color: #FFFFFF;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0;
	height: 60px;
	background-color: #034694;
	text-align: center;
	font-family: Georgia, sans-serif;
    font-size: small;
	padding: 1em;
	}
h1 {
	margin-left: 20px;
	font-size: 2em;
	text-wrap: balance;
	}

h1 a {
	color: #000;
	text-decoration: none;
}	
nav {
	width:100%;
	height: auto;
	padding: 15px 0;
	font-size: 1.2em;
	position: static;
	top: auto;
	left: auto;
}
/*nav {
    position: fixed;
	top: 200px;
	left: 0;
    width: 160px;
	height: 250px;
    padding: 10;
    font-size: 1.2em;
    background: linear-gradient(to bottom, #FFFFFF, #00BFFF);
	}*/


nav a {
	text-decoration: none;
	font-weight:bold;
	transition: color 0.3s ease;
}
nav a:link {
        color: #5C7FA2;
}
nav a:visited {
        color: #A52A2A;
}
nav a:hover {
        color: #A52A2A;
		text-decoration: underline;
}

nav ul {
        listing-style-type: none;
        padding-left: 1em;
		margin: 0;
}
nav li {
		padding: 0.5em;
		border-radius: 5px;
		transition: background-color 0.3s ease;
}

h2 {
	color: #1976D2;
	font-family: Georgia, serif;
	}

h3 {
	font-family: Georgia, serif;
	}

dt {
	color: #002171;
	font-weight: bold;
	}

.FC {
	color: #0eeba9;
	font-size: 1.5em;
	display:flex;
	justify-content: space-around;
	border: 2px solid blue;
	height: 30px;
	}
/*.container {
    display:flex;
    justify-content:space-around;
    border:10px solid red;
    height:300px;}
    ol, article, section {
    border:10px solid blue;
    margin:0;
    }*/
.logo {
	width:80px;
	height: auto;
	margin-right: 20px;
	margin-left: 10px;
}
main {
	margin-left: auto;
    background-color: #FFFFFF;
    overflow: auto;
	}

#wrapper {
        max-width: 1200px; 
        margin: 0 auto:
        background-color: hsl(0, 80%, 61%);    
}

#home {
	margin-left: auto;
    height: 300px;
	background-image: url('HGFC.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}

#club {
    margin-left: auto;
	height: 250px;
	width: auto;
	background-image: url('sunday_morning1.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
	
#schedules {
    margin-left:auto;
	height: 250px;
	background-image: url('schedule1.jpeg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	}
#news {
    margin-left:auto;
	margin-right:auto;
	max-width: 1200px;
	padding: 20px;
	/*background-image: url('news.jpeg');
	background-size: 100% 100%;
	background-repeat: no-repeat;*/
	}
section {
    float: left;
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
}

header a:link, header a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
header a:hover {
        color: #90C7E3;
}

 .table-container {
        display: flex;
        justify-content: center}

    .content-table{
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 1em;
        min-width: 400px;
        border-radius: 5px 5px 0 0;
        overflow:hidden;

        }
    .content-table thead tr{
        background-color: #009879;
        color: #ffffff;
        text-align: center;
        }

    .content-table th, td {
        padding: 12px 15px;
    }

    .content-table {
        border-bottom: 1px solid #dddddd;
        }

    .content-table tbody tr:nth-of-type(even){
        background-color: #f3f3f3;
        }
.news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	padding: 20px:
}
.news-tile {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	overflow: hidden;
.news-tile img {
	width: 300px;
	height: 200px;
	objecct-fit: cover;

}
}

@media screen and (min-width:600px) {
	h1 {
		font-size: 2em;
		letter-spacing: .25em;
	}

	nav ul {
		display: flex;
		flex-wrap: wrap:
		justify-content: space-around;
	}
	nav li {
		width: 12em;
		border-bottom: none;
	}

	section {
		padding-left: 2em;
		padding-right: 2em;
	}
	#flow{
		display: flex;
		flex-direction: row;
	}
	#mobile {
		display: none;
	}
	#desktop {
		display: inline;
	}
	#home{
		background-size: 100% 100%;
	}
	#club{
		background-size: 100% 100%;
	}
	#schedules{
		background-size: 100% 100%;
	}
	#news{
		background-size: 100% 100%;
	}
	form{
	width: 60%;
	display: grid;
	grid-gap: 1em;
	grid-template-columns: 10em 1fr;
	}
	.form-grid{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	}
	.form-group{
	display:grid;
	gap: 5px;
	}

	input[type="submit"]{
		grid-column: 2;
		width: 9em;
	}
}


@media screen and (min-width:1024px) {
	body {
		background: linear-gradient(to bottom, #FFFFFF 20%, #90C7E3 60%, #FFFFFF 100%);
	}
	nav ul {
		padding-left: 10%;
		padding-right: 10%;
	}
	#wrapper {
		margin: auto;
		width: 80%;
	}
	.form-grid{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	}
	.form-group{
	display:grid;
	gap: 5px;
	}
}