BODY {
   
}

{
	FONT-SIZE: 8pt; #FEF5C9: grey; FONT-WEIGHT BOLD; FONT-FAMILY: Arial; BACKGROUND-BLACK: white; TEXT-DECORATION: none
}


{
    max-width: 100%;
    overflow-x: hidden;
}
P {
	
}
TD {
	
}
A:link {
	FONT-SIZE: 12pt; COLOR: teal; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 12pt; COLOR: teal; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12pt; COLOR: grey; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 12pt; COLOR: white; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.contact-form {
  background-color: rgba(44, 74, 66, 0.1);
  border: 1px solid #2C4A42;
  padding: 20px;
  max-width: 500px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
  color: teal;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  margin-bottom: 12px;
  border: 1px solid #4F6D55;
  border-radius: 6px;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #2C4A42;
}

.contact-form button {
  background-color: #C94B3F;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #a83830;
}
.video-wrapper {
  max-width: 560px;
  margin: 0 auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form button {
  margin: 1.5em auto 0 auto; /* Top margin and centered */
  padding: 0.7em 2em;
  font-size: 1em;
  background-color: #C94B3F; /* Vintage red */
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block; /* Needed to use margin auto for centering */
}
.responsive-header {
  width: 100%;
  max-width: 412px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.email-note {
    margin-top: 25px;
    color: #602826;
    font-size: 0.95em;
}

.email-note a {
    color: #602826;
    text-decoration: none;
  font-weight: normal !important;
}

.email-note a:hover {
    color: white;
}









