
* {
  box-sizing: border-box;
}

body {
  font-family: "sans-serif";
  color: black; #aaaaaa;"
}
p {
  font-size: 15px;
  font-family: "Arial";
  color: gray;
}

h1 {
  font-family:"Snell Roundhand", "Comic Sans MS";
font-weight:lighter;  
font-style: italic;
color: black;
}
.contact {
  font-size: 30px;
  font-family: "Snell Roundhand";
  color: black;
}
.pricetext {
  font-style: italic;
  font-size: 27px;
  font-family: "Helvetica";
  color: black;
}
.menu {
  font-family: "Helvetica";
  float:left;
  width:20%;
  text-align:center;
}
.menu a {
  text-decoration: none;
  background-color: #ade1ff;#ffe2ec; #f2e7da;
  padding:8px;
  margin-top:7px;
  display:block;
  width:100%;
  color:black;
}
.main {
  float:left;
  width:60%;
  padding:0 20px;
}
.menu a:hover {
  color: white;
}

.right {
  background-color: #ade1ff;#f2e7da;
  float:left;
  width:20%;
  padding:15px;
  margin-top:7px;
  text-align:center;
}
.container {
  float: left;
  padding: 20px;
  position: relative;
  font-size: 30px;
}
li {
  font-size: 15px;
  font-family: "Arial";
  color: gray;
}

.containertext {
  float: left;
  background-color: red;
  color: black;
  padding: 20px;
  position: relative;
  width: 20 px;
}

.image {
  opacity: 1;
  display: block;
  width: 50%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  font-family: "Snell Roundhand";
  color: black;
  font-size:34px;
  padding:8px 16px;
}
* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 300px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 400px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #ade1ff;rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ade1ff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .pricetext {font-size: 20px}
}
@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }
}
