.mainslideshow {
  height: 800px;
  max-width: 100%;
  margin-top: 0px;
  background-image: url("Images/Black.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 15s;
  animation-name: animate;
  animation-direction: alternate-reverse;
  animation-play-state: running;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  background-color: #000000;
}

.titlebox {
  position: relative;
  top: -100px;
}

.menutitle {
  font-size: 125px;
  font-weight: bold;
  color: white;
  font-family: sans-serif;
  letter-spacing: 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 70px;
}


.city {
  color: burlywood;
  position: relative;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  top: 315px;
  z-index: 0;
  left: 25%;
}

.name {
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  position: relative;
  top: 200px;
  font-size: 72px;
  max-width: 50%;
  left: 25%;
}

@keyframes animate {
  0% {
    background-image: url("UppersImages/Patio.jpg");
  }

  25% {
    background-image: url("Images/Black.jpg");
  }

  50% {
    background-image: url("UppersImages/Front2.jpg");
  }

  75% {
    background-image: url("Images/Black.jpg");
  }

  100% {
    background-image: url("UppersImages/Front1.jpg");
  }
}

/*  Created, Managed, and Owned by Gabrielius Gintalas */