@charset "utf-8";
/* CSS Document */

body {background-color: #FFF;
	text-align:center;
	color:#000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;	

header {background-image:url(../img/top1.png);
	font-size: 55px;
	}
	
table { width: 80%; margin-left:10%;
	border:groove; 
	border: 5px solid grey; 
	border-radius: 20px;
	}

.timg {
		max-width:100%;
		width: 800px;}
.timgh {
		max-width:100%;
		max-height: 250px;}
.timg2 {
	 	max-width:800px;
	 	width: 750px;
		border:thin;}

.form-container {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
	 
p {
	border: 1px solid grey;
	width: 100%;}
	
ul{ border: 1px solid grey; margin-left:20%;
	width:60%;
	}
li{	text-align:center; 
	 }

footer {background-color:#FFF;
    color: #000;
	background-image:url(../img/top1.png);
	font-size:large;
	font-style: italic;
	font-weight:bolder;
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
	width: 100%;}
.slideshow-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.mySlides {
    display: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

.gallery {
    text-align: center;
}

#mainImage {
    max-width: 800px;
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#altText {
    margin-bottom: 10px;
	font-size: 20px;
	font-style:italic;
}

.buttons button {text-decoration:none;
    color: #000;
	font-size:40px;
    padding:30px 30px;
	margin-bottom:20px;
	font-weight:bolder;
 	background-position:center;
	border: 3px solid grey;
	border-bottom-color:#CCC;
	border-radius:10px;
	cursor: pointer;
	
}

.buttons button:hover {color: #333;
    background-color:  #CC9;}
	
#zoomWindow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

#zoomWindow img {
    max-width: 90%;
    max-height: 90%;
}
form {
  max-width: 600px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

form div {
  margin-bottom: 10px;
}

label {
  display: block;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

textarea {
  resize: vertical;
}
