/* contact form css */
.intro-container {
background: #007BFF;
color: white;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
max-width: 600px;
width: 100%;
}
.intro-container p {
margin: 0;
font-size: 18px;
line-height: 1.6;
}
.contact-form-container {
background: #ffffff;
padding: 20px 40px;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
max-width: 500px;
width: 100%;
text-align: center;
margin-top:12px;
margin-bottom:100px;
}
.contact-form-container h1 {
margin-bottom: 20px;
color: #333;
}
.contact-form label {
display: block;
margin-top: 15px;
text-align: left;
color: #555;
}
.contact-form textarea {
resize: none;
}
.contact-form button {
margin-top: 20px;
padding: 10px 15px;
font-size: 16px;
background-color: #F15A29;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.contact-form button:hover {
background-color: #0056b3;
}
/* register form css */
.intro-container {
background: #F15A29;
color: white;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
max-width: 700px;
width: 100%;
margin-top:120px;
}
.intro-container h1 {
font-size: 28px;
margin-bottom: 10px;
}
.intro-container p {
font-size: 18px;
line-height: 1.6;
}
.contact-form label {
display: block;
margin-top: 15px;
color: #333;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 16px;
}
.contact-form textarea {
resize: none;
}
.contact-form fieldset {
margin-top: 20px;
padding: 10px 20px;
border: 1px solid #ccc;
border-radius: 5px;
}
.contact-form fieldset legend {
font-weight: bold;
font-size: 16px;
margin-bottom: 10px;
}
.contact-form button {
margin-top: 20px;
padding: 12px 18px;
font-size: 16px;
background-color: #F15A29;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.contact-form button:hover {
background-color: #2c3e50;
}
/* membership form css */
.intro-container {
background: #F15A29;
color: white;
padding: 30px;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
text-align: center;
max-width: 700px;
width: 100%;
margin-top:100px;
}
.intro-container p {
margin: 0;
font-size: 18px;
line-height: 1.6;
}
.contact-form-container {
background: #ffffff;
padding: 20px 40px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
max-width: 600px;
width: 100%;
margin-bottom:120px;
}
.contact-form label {
display: block;
margin-top: 15px;
color: #333;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 16px;
}
.contact-form textarea {
resize: none;
}
.contact-form button {
margin-top: 20px;
padding: 12px 18px;
font-size: 16px;
background-color: #F15A29;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.contact-form button:hover {
background-color: #1a2530;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 800px;
margin-top:100px;
margin-bottom:100px;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
/* styles.css */
.online-chess{margin-top:100px;
}
.overlay {
background-color: rgba(0, 0, 0, 0.6); 
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.overlay p {
font-size: 1.2em;
margin: 10px 0 0;
}
.content-row {
width: 100%;
max-width: 800px;
margin: 20px auto;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.content-row p {
font-size: 1.2em;
margin: 5px 0;
}
/* events*/
.overlay {
background-color:#8BC249;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.overlay h1 {
font-size: 2.5em;
margin: 0;
}
.overlay p {
font-size: 1.2em;
margin: 10px 0 0;
}
/* programs*/
.chess-header {
background-color: #3b5998;
color: white;
text-align: center;
padding: 20px 10px;
}
.chess-header h1 {
margin: 0;
font-size: 2.5em;
}
.chess-header p {
margin: 5px 0;
}
/* Main Content */
.chess-program {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.program {
background-color: white;
width: 90%;
max-width: 600px;
margin: 20px 0;
padding: 20px;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
}
.program h2 {
color: #3C2415;
margin: 0 0 10px;
}
.program p {
margin: 0 0 15px;
color:black;
}
.learn-more {
background-color: #F15A29;
color: white;
border: none;
padding: 10px 20px;
font-size: 1em;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s ease;
}
.learn-more:hover {
background-color: #2d4373;
}
/* After Class */
body {
margin: 0;
font-family: Arial, sans-serif;
color: #fff;
}
.online-chess{margin-top:100px;
}
.content-row {
width: 100%;
max-width: 800px;
margin: 20px auto;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.row {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
width: 100%;
}
.background-row {
background-size: cover;
background-position: center;
height: 300px;
position: relative;
color: #fff;
}
.content-row h2 {
font-size: 1.8em;
color: #ffcc00; 
margin-bottom: 10px;
}
.cost {
font-weight: bold;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
padding: 5px 10px;
border-radius: 5px;
}
.beginner-row {
background-color: rgba(0, 128, 0, 0.7); 
}
.intermediate-row {
background-color: rgba(0, 0, 255, 0.7); 
}
.advance-row {
background-color: rgba(255, 0, 0, 0.7); 
margin-bottom:110px;
}
body {
margin: 0;
font-family: Arial, sans-serif;
color: #fff;
}
.online-chess{margin-top:100px;
}
.row {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
width: 100%;
}
.background-row {
background-size: cover;
background-position: center;
height: 300px;
position: relative;
color: #fff;
}
.overlay {
background-color: rgba(0, 0, 0, 0.6); 
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.overlay h1 {
font-size: 2.5em;
margin: 0;
}
.overlay p {
font-size: 1.2em;
margin: 10px 0 0;
}
.content-row {
width: 100%;
max-width: 800px;
margin: 20px auto;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.content-row h2 {
font-size: 1.8em;
color: #ffcc00; 
margin-bottom: 10px;
}
.content-row p {
font-size: 1.2em;
margin: 5px 0;
}
.cost {
font-weight: bold;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
padding: 5px 10px;
border-radius: 5px;
}
.beginner-row {
background-color: rgba(0, 128, 0, 0.7); 
}
.intermediate-row {
background-color: rgba(0, 0, 255, 0.7); 
}
.advance-row {
background-color: rgba(255, 0, 0, 0.7); 
margin-bottom:100px;
}
body {
margin: 0;
font-family: Arial, sans-serif;
color: #fff;
}
.row {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
width: 100%;
}
.background-row {
background-size: cover;
background-position: center;
height: 300px;
position: relative;
color: #fff;
}
.overlay {
background-color:#8BC249;
background-image: url("paper.gif"); width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.overlay h1 {
font-size: 2.5em;
margin: 0;
}
.overlay p {
font-size: 1.2em;
margin: 10px 0 0;
}
.content-row {
width: 100%;
max-width: 800px;
margin: 20px auto;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.content-row h2 {
font-size: 1.8em;
color: #ffcc00; 
margin-bottom: 10px;
}
.content-row p {
font-size: 1.2em;
margin: 5px 0;
}
.cost {
font-weight: bold;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
padding: 5px 10px;
border-radius: 5px;
}
.beginner-row {
background-color: rgba(0, 128, 0, 0.7); 
}
.intermediate-row {
background-color: rgba(0, 0, 255, 0.7); 
}
.advance-row {
background-color: rgba(255, 0, 0, 0.7); 
margin-bottom:110px;
}
.subscribe-form {
display: flex;
flex-direction: column; 
gap: 10px; 
max-width: 300px; 
}
.subscribe-form input[type="email"] {
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
}
.subscribe-form button {
padding: 10px;
font-size: 16px;
color: white;
background-color: #4E342E;
border: none;
cursor: pointer;
}
.subscribe-form button:hover {
background-color: #0056b3; 
}
.column2 h2{
text-align:left;
}
.contact-form fieldset legend {
font-weight: bold;
font-size: 16px;
margin-bottom: 10px;
color:black;
}