
.headline-span {
    color:#fff;
    font-size:4.0vw;
    font-family:'LeagueGothic-Regular';
}

.headline-text {
  position: absolute;
  top: 50%; /* Adjust these values as needed */
  left:50%;
  transform: translate(-50%, -50%);
  color: #fff; /* Choose a color that contrasts well with your image */
  font-family: 'Oswald-Light', sans-serif;
  font-size: 1.25vw; /* Adjust font size as needed */
  width: 80%; /* Set the width of the text block */
  text-align: center;
 /* z-index: 1; Ensures the text is above the image */
}

/* Home Block Button Styling */

.t-button {
    background-image: url('/images/t-btn.png'); /* Set the default state image */
    width: 29px; /* Set the width as needed */
    height: 41px; /* Set the height as needed */
    border: none;
    cursor: pointer;
    transition: background-image 0.3s ease;
}

.t-button:hover {
    background-image: url('/images/t-btn-hover.png'); /* Set the hover state image */
}

.tbutton-container {
    display: flex;         /* Enables Flexbox */
    justify-content: center; /* Centers items horizontally */
}

/* Basic reset and box-sizing 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*/

/* Centering the content and limiting the width */
.announce {
    display: flex;
    justify-content: center;
    align-items: center;
   /* min-height: 100vh;
    padding: 20px; */
	padding-top:4vh;
	padding-bottom:2vh;
}

.content-wrapper {
    max-width: 1440px;
    width: 100%;
    text-align: center;
    padding: 20px;
	margin-bottom:4vw;
	margin-top:2vw;
}

/* Styling the text */
.text-container .title {
    font-family: 'Alkaline-Regular';
    font-size: 3vw;
    color: #c0401b;
    display: block;
    margin-bottom: 10px;
}

.text-container .description {
    font-family: 'Oswald-Light';
    font-size: 1.6vw;
    color: #003945;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Button styling */
.reservation-button-a button {
    font-family: 'Oswald-Light';
    font-size: 1.5vw;
    padding: 18px 25px;
    background-color: #c0401b;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.reservation-button-b button {
    font-family: 'Oswald-Regular';
    font-size: 1vw;
    padding: 15px 110px;
    background-color: #c0401b;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.reservation-button-a button:hover {
    background-color: #913115;
}

.reservation-button-b button:hover {
    background-color: #913115;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .text-container .title {
        font-size: 4vw;
    }
    .text-container .description {
        font-size: 2vw;
    }
    .reservation-button-a button {
        font-size: 2vw;
    }
	
	.reservation-button-b button {
        font-size: 2vw;
    }
}


/* Reservation Button Styling */

.button-container {
    text-align: center; /* Center the button */
    margin-top: 20px; /* Add space above the button, adjust as needed */
	margin-bottom:6vh;
}

.reservation-button-b {
    /* background-color: #c7ade2; */
    color: #000000;
    border: none;
    padding: 10px 30px; /* Double the original padding */
    font-family: 'Oswald-Light', sans-serif;
    font-weight:200;
    font-size: 2vw; /* Increase the font size proportionally */
    cursor: pointer;
    transition: font-weight 0.3s ease;
}

.reservation-button-b:hover {
    font-weight: 400;
    /* background-color: #9563c9; */
}

.announce {
  position: relative; /* Allows absolute positioning inside this div */
  text-align: center; /* Centers the content */
  width:100%;
  max-width:1440px;
  margin:0px auto 2px;
}

.announce .overlay-announce {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Alkaline-Regular', sans-serif;
  color:  #003945;
  font-size: 2.5vw; /* Responsive font size */
  font-weight:600;
  text-align: center;
  padding: 0px; /* Add padding if needed */
  white-space: nowrap; /* Allows natural text wrapping */
}

/* Style format for instagram feed */

#instagram-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

#instagram-feed img {
    max-width: 72px;
    border-radius: 10px;
}


 /* img.img-h1 {
    width: 106px;
    } */

/* Responsive styles */
  
@media (max-width: 768px) {
    
.headline-text {
  font-size: 2vw; /* Adjust font size as needed */
}

.headline-span {
    font-size:4vw;
 }
 
.link-item span {
    font-size: 8vw; /* Adjust the size as needed */
}

.link-item p {
    font-size:2.0vw;
}
 
.announce .overlay-announce {
  font-size: 3vw; /* Responsive font size */
  font-weight:600;
  text-align: center;
  padding: 0px; /* Add padding if needed */
  white-space: nowrap; /* Allows natural text wrapping */
}

.announce img {
    width:100%;
    align-items:center;
    height:auto;
    max-width:770px;
    }
 
}

/* Styling for Cellphone Screens */

@media (max-width: 440px) {

  
.headline-text {
  font-size: 2.2vw; /* Adjust font size as needed */
}

.headline-span {
    font-size:5vw;
 }
 
   .text-container .description {
        font-size: 2.5vw;
    }
 
/* Adjust Home Blocks, Seafood, Dining, Market for cellphone size */
 

   .home-links {
        display: block; /* Stack the link items vertically */
    }

    .link-item {
        width: 100%; /* Each link item takes full width */
        padding: 10px; /* Adjust padding as needed */
        box-sizing: border-box; /* Include padding in the width calculation */
        text-align: center; /* Center the content */
    }

    .link-item img {
        width: 90%; /* Adjust image width to fit the container */
        height: auto; /* Maintain aspect ratio */
        margin: 0 auto; /* Center the image */
    }

    .link-item p {
        font-size: 3vw; /* Increase font size for better readability on small screens */
    }

    .link-item span {
        font-size: 20vw; /* Adjust heading size for smaller screens */
    }
    
.reservation-button-a {
    font-size: 4vw; /* Increase the font size proportionally */
  }

.reservation-button-b {
    font-size: 4vw; /* Increase the font size proportionally */
  }
  
.announce img {
    width:100%;
    align-items:center;
    height:auto;
    max-width:440px;
}

.announce .overlay-announce {
  font-size: 4vw; /* Responsive font size */
}
 
}
