@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: 98%; margin-left:1%;
	border:groove; 
	border: 2px solid grey; 
	border-radius: 20px;
	}
p {
	border: 1px solid grey;
	width: 100%;}
	
ul{ border: 1px solid grey; margin-left:5%;
	width:90%;
	}
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%;}
	img {max-width:20%;}

p {
	border: 1px solid grey;
	width: 100%;}

ul {margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
	font-size:large;
}

ul li a {
    text-decoration:none;
    color:white; 
    padding:10.5px 11px;
	margin-bottom:10px;
    background-color:#AE9766;
    display:block;
	border: 3px solid grey;
	border-bottom-color:#CCC;
	border-radius:10px;
}
 
ul li a:visited {color: white;}
 
ul li a:hover, ul li .current {color: #333;
    background-color:  #CC9;}
	
article timg {
		max-width:100%;
		width: 50px;}
.timg2 {
	 max-width:100%;
	 width: 250px;}
.footer {
background-color: #FBFBFB;
padding-right: 10px;
padding-left: 10px;}


.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: 100%;
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#altText {
    font-size: 14px;
    margin-bottom: 10px;
}

.buttons button {text-decoration:none;
    color:#ffffff;
	font-size:24px;
    padding:10px 20px;
	margin-bottom:10px;
	font-weight:bolder;
	background-image:url(../image/bg.jpg);
 	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;
}
