@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+IN:wght@100..400&display=swap');

body {
  font-family: "Roboto", serif;
}

.back > button{
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: green;
  text-align: center;
  cursor: pointer;
  font-size: medium;
}

.back > button:hover {
  opacity: 0.7;
}

.heading {
  font-family: "Playwrite IN", serif;
  text-align: center;
  font-style: italic;
}

.sub-page {
  text-align: center; 
}

.request-form {
  justify-content: center;
  align-items: center;
  border: 5px dashed grey;
}

.g-recaptcha div:first-child
{
  margin: auto;
}

.request-form > form > p > button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: orange;
  text-align: center;
  cursor: pointer;
  font-size: medium;
}

input[type=text], select {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=email], select {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=date], select {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea{
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.cat {
  text-align: center;
}

ul.cat-grid > li {
  display: inline-block;
  margin: 10px;
}

ul.cat-grid > li > img {
  max-height: 300px;
}

ul.cat-grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.gal-grid > li {
  display: inline-block;
}

ul.gal-grid > li > img {
  max-height: 300px;
}

ul.gal-grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.card > img {
  width: 100%;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.price {
  color: grey;
  font-size: medium;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: green;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: medium;
}

.card button:hover {
  opacity: 0.7;
}

button.cool {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: green;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: medium;
}

button.cool:hover{
  opacity: 0.7;
}

.card-credits {
  font-size: small;
  font-style: italic;
}

footer.bottom{
  text-align: center;
  font-size: small;
  font-style: italic;
  margin-top: 100px;
}