@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2 {
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
}

h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

span {
  font-family: "Acme", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



body {
  font-family: 'Poppins', sans-serif;
  background-color: #fdf4e3;
}


.webLayout {
  background-color: white;
  width: 100%;
  height: auto;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  background-color: rgb(232, 237, 225);
  padding-top: 20px;
}

/* RESERVATIONS */

.modelForm {
  font-size: 25px;
  margin-left: 5%;
}
.modelForm label {
  display: block !important;
  font-weight: bold;
}
.modelForm select {
  width: 95%;
  padding: 4px;
  border: 1px solid black;
  border-radius: 10px;
}
.modelForm input {
  width: 95%;
  padding: 4px;
  border: 1px solid black;
  border-radius: 10px;
}

.modal-title {
  font-size: 20px !important;
  text-align: center !important;
}

.modal-content {
  background-color: red;
  width: 100% !important;
  height: auto !important;
}

.model-dialog {
  padding-top: 0 !important;
}

.btnSubmit {
    margin-top: 20px;
    width: 95%;
  }  

.textContainer {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}
/* END OF RESERVATIONS */

/* FAST FACTS */
body {
  font-family: sans-serif;
}

.container {
  overflow-x: auto;
  white-space: nowrap;
}

.box {
  display: inline-block;
  width: 200px;
  height: 150px;
  margin: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
/* END OF FAST FACTS */

/* VIDEO */
video {
  padding-top: 20px;
  width: 100%;
  padding-bottom: 20px;
}

/* START FOOTER */

.footerUpperLayer {
  background-image: url("../images/footerDesign.png");
  height: 15px;
  width: 100%;
  background-size: 30px 15px;
  background-repeat: repeat-x;
  background-position-y: 2px;
  padding-bottom: 17px;
  padding-top: 0;
  margin-top: -2px;
}
.footer {
  background-color: rgb(132, 191, 132);
  height: auto;
}

.footer-link-style {
  text-decoration: none; 
  color: black;
}

.footer-hover-color:hover{
  color: green;
  text-decoration: underline;
}

.grid-template-row1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  height: auto;
  justify-items: center;
}

.grid-template-headcolumns{
  border: 1px solid;
}

.footerPTag{
  text-align: justify;
  width: 300px;
  padding-top: 15px;
}
.grid-template-row {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  padding-top: 20px;
}
.grid-template-columns-copyright {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: rgb(46, 143, 46);
  height: 100px;
  padding-top: 30px;
  font-size: 20px;
}

.grid-template-columns {
  font-family: "New Amsterdam", sans-serif;
  font-weight: 2;
  font-style: normal;
}

/* END OF FOOTER */

/* MEDIA CURIES */
@media (min-width: 576px) {
  .modal-dialog {
    margin: auto !important;
    padding-top: 6% !important;
    width: 100%;
    max-width: none !important;
    min-width: none !important;
    padding-top: 0 !important;
  }
}

.rounded-img{
  border-radius: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.flex-container{
  display: flex;
  flex-wrap: wrap;
}

.flex-container > div{
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

.resource-format{
  font-size: 20px; 
  text-decoration: none;
  color: green
}

.resource-format:hover{
  color: rgb(1, 74, 1);
  font-size: 25px;
  text-decoration: underline;
}

.form{
    margin-top: 12px;
    border: 1px solid rgb(218, 220, 224);
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
    width: 100%;
    height: 700px;
}


.feedback-text1{
  font-size: 50px;
}

.feedback-text2{
  font-size: 30px;
  color: green;
  text-decoration: underline;
}

.feedback-text2:hover{
  font-size: 31px;
}
.reserve{
  background-color: white;
  color: var(--bs-nav-link-color);
  border: none;
  margin-top: 7px;
}
.disclaimer{
  color: green;
  font-size: 30px;
  padding-top: 30px;
  text-align: center;
}

.logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.bootstrap{
  text-decoration:solid;
  text-align: center;
  font-size: 30px;
  font-family: "Rufina", serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 20px;
}

@media (min-width: 300px) and (max-width: 812px) {
  .grid-template-row1{
    grid-template-columns: 1fr;
  }
  .grid-template-row1 div{
    border-bottom: 1px solid rgb(39, 37, 37);
    padding: 10px;
  }
  
}