img.raiblogo {
	display: block;
	margin-left: auto;
    margin-right: auto; 
}
.center {
text-align: center;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; 
color: #000000;
font-size: 2em;
}
.center1 {
text-align: center;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
color: #000000;
font-size: 1em;
}
.email-subscribe-container {
    text-align: center; 
    margin: 20px 0;
}
.email-subscribe {
    display: inline-block; 
    background-color: lightpink; 
    color: white; 
    padding: 10px 20px; 
    border-radius: 5px; 
    text-decoration: none;
	}
li {
  list-style-type: disc;
  margin: 0 15px;
}
	
nav li {
  margin: 0 15px;
  background-color: transparent;
  margin-right: 20px;
}
nav {
    list-style-type: none;
    padding: 0; 
    margin: 0; 
}
nav ul {
    list-style-type: none;  
    padding: 0;             
    margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	}
nav a {
    background-color: transparent; 
    text-decoration: none;
    color: #000000;                
    font-size: 18px;               
    padding: 10px;
}
nav a:hover {
    text-decoration: underline;
    color: #0603F1; 
	}
a {
  display: block;
  padding: 8px;
}
h4 {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color: transparent;
}
.mainimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: auto;
}
.review {text-align: center;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
color: #000000;
font-size: 1em;}
.footer {
	background-color: #E5F7E8
}
.contact {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.3em;
}
.contactinfo {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: .8em;}
.socialmediaicon {
	display: inline-block
}
.about {text-align: left;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #000000;
	font-size: 1em;}
.paragraphlink {
	display: inline
}
.pricelist {list-style-type: disc;
	float: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	line-height: 1.5;
}
main {
    margin-top: 20px; /* Create space below the header */
}
.slideshow-container {
  position: relative;
  max-width: 1200px;
  height: 1010px;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.mySlides {
  display: none;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	}

img {
  vertical-align: middle;
}

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

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