@import url("https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap");

body {
  font-family: "Luxurious Roman", sans-serif;
  text-align: center;
}

.welcome {
  grid-row-start: 1;
  grid-row-end: 2;
  background: url(images/h_img.jpg);
  background-size: cover;
  color: white;
  left: 0;
  line-height: 50px;
  margin-top: 0px;
  padding-top: 12%;
  width: 100%;
  font-size: larger;
}

.welcome h3 {
  padding-top: 15px;
}

.welcome p {
  padding-top: 0px;
}

#mouse {
  padding-top: 20px;
  margin-top: 8%;
  padding-bottom: 20px;
}

.about {
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  color: black;
}

.services {
  grid-row-start: 3;
  grid-row-end: 4;
  background: url(images/s_image.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 7%;
  color: white;
}

.toggle {
  grid-row-start: 4;
  grid-row-end: 5;
  padding-top: 3%;
}

.text {
  display: none;
}

.portfolio h2 {
  padding-top: 6%;
  padding-bottom: 1%;
}

.folio {
  padding-top: 1%;
  margin-right: 5%;
  margin-bottom: 5%;
}

.images {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  height: 80%;
  width: 80%;
  top: 10%;
  left: 10%;
  text-align: center;
  font-size: larger;
  font-weight: 900;
  display: none;
  background: rgba(255, 255, 255, 0.2);
  color: black;
  border: 2px solid white;
}

.contact {
  background: url(images/c_image.jpg);
  background-size: cover;
  padding-top: 3%;
  color: white;
}

input[type="text"],
input[type="email"],
input[type="submit"],
#message {
  background-color: transparent;
  margin-bottom: 20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: white;
}

.footer {
  padding-top: 3%;
  padding-right: 20px;
}

.foot-text h5 {
  padding-top: 1%;
  padding-bottom: 0;
}
