
* {
  box-sizing: border-box;
}

header {
  position: sticky;
  top: 0;
  z-index: 0;
  text-align: center;
}

.test {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 50px 100px;
  place-items: center;
}

h1:nth-of-type(2) {
  grid-column: 2 / 4;
}
      .ll_logo_v1 { 
        
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding-top: 10px;
    margin-top: 40px;
    
      }
      
      .ll_logo_v1:hover {
        cursor: pointer;
        transition-duration: 0.15s;
        text-shadow: 2px 3px 40px rgba(61, 60, 60, 0.4);
      }
body {
      background-image: url('bg2.webp');
      background-repeat: repeat;
      }

      .booking-button {
        position: absolute;
        top: 42px;
        right: 35px;
      }
     
		button {
        vertical-align: top;
        background-color: transparent;
        color: black;
        font-family: 'Lucida Sans';
        font-size: 26px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition-duration: 0.15s;
        margin-right: 50px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        
        transition: opacity 0.2s, background-color 0.5s, color 0.3s;
			}

      button:hover {
        opacity: 0.8;
				background-color: transparent;
				border: none;
        border-radius: 6px;
				color: antiquewhite;
        text-shadow: 2px 2px 8px rgba(26, 26, 26, 0.507);
        transition-duration: 0.3s;
			}
      button:active {
        opacity: 0.4;
      }
      
      .title1 {
        font-family: 'Lucida Sans';
        font-size: 200px;
        font-weight: bold;
        text-align: left;
        color: antiquewhite;
        margin-top: 500px;
        margin-right: 150px;
        margin-left: 20px;

        z-index: 2;
        position: relative;
      }
      .text1 {
        font-family: 'Lucida Sans';
        font-size: 50px;
        font-weight: bold;
        text-align: left;
        color: antiquewhite;
        margin-top: 500px;
        margin-right: 300px;
        margin-left: 20px;
      }
      
      iframe {
        margin: 0 auto;

      }
      
      .title2 {
        font-family: 'Lucida Sans';
        font-size: 200px;
        font-weight: bold;
        text-align: left;
        color: antiquewhite;
        margin-top: 500px;
        margin-right: 150px;
        margin-left: 20px;
      }
      .text2 {
        font-family: 'Lucida Sans';
        font-size: 50px;
        font-weight: bold;
        text-align: left;
        color: antiquewhite;
        margin-top: 500px;
        margin-right: 300px;
        margin-left: 20px;
      }
      .title3 {
        font-family: 'Lucida Sans';
        font-size: 200px;
        font-weight: bold;
        text-align: left;
        color: antiquewhite;
        margin-top: 500px;
        margin-right: 150px;
        margin-left: 20px;
      }
      .text3 {
        font-family: 'Lucida Sans';
        font-size: 50px;
        font-weight: bold;
        text-align: left;
        color: antiquewhite;
        margin-top: 500px;
        margin-right: 300px;
        margin-left: 20px;
      }

      form {
        background-color: transparent;
        color: antiquewhite;
        padding: 20px;
        font-family: 'Lucida Sans';
        font-size: 17px;
        text-shadow: 2px 2px 8px rgba(26, 26, 26, 0.638);
      }
      
      label {
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
      }
      
      input[type="text"], input[type="email"], textarea {
        background-color: transparent;
        width: 30%;
        padding: 12px;
        border: 2px solid antiquewhite;
        border-radius: 18px;
        box-sizing: border-box;
        margin-bottom: 25px;
      }
      
      
      .error {
        color: #ff0000;
        font-weight: bold;
      }
      .title-contact-form {
      font-family: 'Lucida Sans';
        font-size: 50px;
        font-weight: bold;
        text-align: left;
        color: antiquewhite;
        margin-top: 500px;
        margin-right: 150px;
        margin-left: 20px;

        z-index: 2;
        position: relative;
      }
      
			
		