body, html {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    background-color: #c6c6c9;} /* Light grey background */
/*______________  Video Container Start ______________ */
#video-container {
    position: relative;
    width: 100%;
    max-width: 1150px;
    height: auto;
    overflow: hidden;
    top: 10px;
    padding: 5px;
    border: 2px solid #000;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;}
#video {
    width: 100%;
    height: auto;}
.video_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.3);
    color: rgb(212, 202, 198);
    text-align: center;
    font-size: 6vw; /* Responsive font size */
    font-weight: bold;}
/*______________  Links Container Start ______________ */
#links-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #4d464d; /* container background */
    border: 2px solid #000;
    border-radius: 8px;
    max-width: 1150px;
    width: 100%;
    box-sizing: border-box;    }  
#links-container a {
    font-size: 2.5vw; /* Responsive font size */
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
    background-color: rgba(177, 163, 163, 0.6);
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin: 10px;}
#links-container a:hover {
    background-color: #007bff;
    color: #fff;}
/*______________  Responsive Font Tweaks for video / Links ______________ */
@media (max-width: 1024px) {
    .video_title {
        font-size: 4.5vw;    }
    #links-container a {
        font-size: 2vw;    }}
@media (max-width: 768px) {
    .video_title {
        font-size: 3.5vw;    }
    #links-container a {
        font-size: 1.8vw;    }}
@media (max-width: 480px) {
    .video_title {
        font-size: 5.5vw;    }
    #links-container a {
        font-size: 4vw;    }}

/* ____ Welcome To Central Ontario Start ____   */
.Central-Ontario-heading-text {
    position: relative;
    margin: 30px 0;
    font-size: 5.0vw;  /* Adjusted to viewport width */
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: rgb(86, 23, 56); /* Add your desired color here */
    margin-bottom: 60px;}      /* Padding below Heading */
.Central-Ontario-heading-text .underline {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: black;}

p { margin: 0; }/* Remove default margins from paragraphs */
.first-paragraph-text {             /* Last Paraeaph  */
    width: 90%;           /* Adjust the width */
    display: flex;
    height: auto;         /* Adjust the height     */
    margin: auto;       /* Center the container            */
    margin-top:5px;       /* Center the container            */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px; /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    line-height: 1.2;
    color: #333333;}
 @media (max-width: 600px) {
.first-paragraph-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}

.second-paragraph-text{
    width: 90%;           /* Adjust the width */
    display: flex;
    height: auto;         /* Adjust the height     */
    margin: auto;       /* Center the container            */
    margin-top:5px;       /* Center the container            */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px; /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 2.5rem);
    line-height: 1.2;
    color: #333333;}
 @media (max-width: 600px) {
.second-paragraph-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}

/* ____ Locations of Interest Start ____   */
.locations-of-interest {
    position: relative;
    margin: 30px 0;
    font-size: 5.0vw;  /* Adjusted to viewport width */
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: rgb(86, 23, 56); /* Add your desired color here */
    margin-bottom: 60px;}      /* Padding below Heading */
.locations-of-interest .underline {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: black;}
    
.locations-of-interest-paragraph-text{
    width: 90%;           /* Adjust the width */
    display: flex;
    height: auto;         /* Adjust the height     */
    margin: auto;       /* Center the container            */
    margin-top:-10px;       /* Center the container            */
    margin-bottom: 30px;  /* Padding below the container */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px; /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    line-height: 1.2;
    color: #333333;}
@media (max-width: 600px) {
.locations-of-interest-paragraph-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}

/*__________________ Africian Lion Safari Start  _________20____________ */
.container-20 {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Make child containers the same height */
    width: 100%;
    height: 500px; /* Initial height */
    background-color: #6b4141;
    border-radius: 25px;
    padding: 5px;
    border: 4px solid #d3cbcb;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;}
.left-container-20 {
    width: 70%;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #8b8494e5;
    justify-content: flex-start;
    box-sizing: border-box; }/* Ensure padding is inside the width */
.left-container-20 h2 {
    font-size: 2em; /* Initial heading size */
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    align-self: center;}
.left-container-20 p {
    font-size: 1.2em; /* Initial text size */
    margin: 0;
    overflow-wrap: anywhere; }/* Force words to break if too long */
.right-container-20 {
    width: 30%;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #247a85;
    overflow: hidden;
    box-sizing: border-box;}
#image-20 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;}
#african-lion-safari-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border-radius: 0;
    z-index: 10;
    box-sizing: border-box;}
#african-lion-safari-link:hover {
    color: blue;}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .container-20 {
        flex-direction: column;
        height: auto; }/* height based on content in column layout */
    .left-container-20,
    .right-container-20 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        box-sizing: border-box; }/* Ensure padding is inside the width */
    .left-container-20 h2 {
        font-size: 1.5em; }/* Smaller heading size */
    .left-container-20 p {
        font-size: 1.1em; /* Smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at smaller sizes too */
    .right-container-20 {
        height: 300px; }/* value to control the taller image height */
    #african-lion-safari-link {
        font-size: 1.2em;    }}
@media (max-width: 480px) {
    .left-container-20 h2 {
        font-size: 1.2em;} /* Even smaller heading size */
    .left-container-20 p {
        font-size: 0.9em; /* Even smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at even smaller sizes */
    .right-container-20 {
        height: 250px; }/* image height for very small screens */
    #african-lion-safari-link {
        font-size: 1em;    }}
/*__________________ Butter Fly Conservatory Start ___________ 21 _______ */
.container-21 {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Make child containers the same height */
    width: 100%;
    height: 500px; /* Initial height */
    background-color: #6b4141;
    border-radius: 25px;
    padding: 5px;
    border: 4px solid #d3cbcb;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;}
.left-container-21 {
    width: 70%;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #8b8494e5;
    justify-content: flex-start;
    box-sizing: border-box; }/* Ensure padding is inside the width */
.left-container-21 h2 {
    font-size: 2em; /* Initial heading size */
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    align-self: center;}
.left-container-21 p {
    font-size: 1.2em; /* Initial text size */
    margin: 0;
    overflow-wrap: anywhere; }/* Force words to break if they are too long */
.right-container-21 {
    width: 30%;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #247a85;
    overflow: hidden;
    box-sizing: border-box;}
#image-21 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;}
#Butterfly-Conservatory-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border-radius: 0;
    z-index: 10;
    box-sizing: border-box;}
#Butterfly-Conservatory-link:hover {
    color: blue;}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .container-21 {
        flex-direction: column;
        height: auto; }/* Adjust height based on content in column layout */
    .left-container-21,    .right-container-21 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        box-sizing: border-box; }/* Ensure padding is inside the width */
    .left-container-21 h2 {
        font-size: 1.5em; }/* Smaller heading size */

    .left-container-21 p {
        font-size: 1.1em; /* Smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at smaller sizes too */
    /* Make the image taller when the window is small (in column layout) */
    .right-container-21 {
        height: 300px; }/* Adjust this value to control the taller image height */
    #Butterfly-Conservatory-link {
        font-size: 1.2em;    }}
@media (max-width: 480px) {
    .left-container-21 h2 {
        font-size: 1.2em; }/* Even smaller heading size */
    .left-container-21 p {
        font-size: 0.9em; /* Even smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at even smaller sizes */
    .right-container-21 {
        height: 250px; }/* Further increase image height for very small screens */
    #Butterfly-Conservatory-link {
        font-size: 1em;    }}
/*__________________ Farmers Market Start ______ 22 _______ */
.container-22 {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Make child containers the same height */
    width: 100%;
    height: 500px; /* Initial height */
    background-color: #6b4141;
    border-radius: 25px;
    padding: 5px;
    border: 4px solid #d3cbcb;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;}
.left-container-22 {
    width: 70%;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #8b8494e5;
    justify-content: flex-start;
    box-sizing: border-box; }/* Ensure padding is inside the width */
.left-container-22 h2 {
    font-size: 2em; /* Initial heading size */
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    align-self: center;}
.left-container-22 p {
    font-size: 1.2em; /* Initial text size */
    margin: 0;
    overflow-wrap: anywhere; }/* Force words to break if they are too long */
.right-container-22 {
    width: 30%;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #247a85;
    overflow: hidden;
    box-sizing: border-box;}
#image-22 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;}
#Farmers-Market-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border-radius: 0;
    z-index: 10;
    box-sizing: border-box;}
#Farmers-Market-link:hover {
    color: blue;}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .container-22 {
        flex-direction: column;
        height: auto; }/* Adjust height based on content in column layout */
    .left-container-22, .right-container-22 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        box-sizing: border-box; }/* Ensure padding is inside the width */
    .left-container-22 h2 {
        font-size: 1.5em; }/* Smaller heading size */
    .left-container-22 p {
        font-size: 1.1em; /* Smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at smaller sizes too */
    /* Make the image taller when the window is small (in column layout) */
    .right-container-22 {
        height: 300px; }/* Adjust this value to control the taller image height */
    #Farmers-Market-link {
        font-size: 1.2em;    }}
@media (max-width: 480px) {
    .left-container-22 h2 {
        font-size: 1.2em; }/* Even smaller heading size */
    .left-container-22 p {
        font-size: 0.9em; /* Even smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at even smaller sizes */
    .right-container-22 {
        height: 250px; }/* Further increase image height for very small screens */
    #Farmers-Market-link {
        font-size: 1em;    }}
/*__________________ National Air Force Museum of Canada Start ____________ 23 _______ */
.container-23 {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Make child containers the same height */
    width: 100%;
    height: 500px; /* Initial height */
    background-color: #6b4141;
    border-radius: 25px;
    padding: 5px;
    border: 4px solid #d3cbcb;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;}
.left-container-23 {
    width: 70%;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #8b8494e5;
    justify-content: flex-start;
    box-sizing: border-box; }/* Ensure padding is inside the width */
.left-container-23 h2 {
    font-size: 2em; /* Initial heading size */
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    align-self: center;}
.left-container-23 p {
    font-size: 1.2em; /* Initial text size */
    margin: 0;
    overflow-wrap: anywhere; }/* Force words to break if they are too long */
.right-container-23 {
    width: 30%;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #247a85;
    overflow: hidden;
    box-sizing: border-box;}
#image-23 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;}
#air-force-museum-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border-radius: 0;
    z-index: 10;
    box-sizing: border-box;}
#air-force-museum-link:hover {
    color: blue;}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .container-23 {
        flex-direction: column;
        height: auto; }/* Adjust height based on content in column layout */
    .left-container-23,
    .right-container-23 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        box-sizing: border-box; }/* Ensure padding is inside the width */
    .left-container-23 h2 {
        font-size: 1.5em; }/* Smaller heading size */
    .left-container-23 p {
        font-size: 1.1em; /* Smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at smaller sizes too */
    /* Make the image taller when the window is small (in column layout) */
    .right-container-23 {
        height: 300px; }/* Adjust this value to control the taller image height */
    #air-force-museum-link {
        font-size: 1.2em;    }}
@media (max-width: 480px) {
    .left-container-23 h2 {
        font-size: 1.2em; }/* Even smaller heading size */
    .left-container-23 p {
        font-size: 0.9em; /* Even smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at even smaller sizes */
    .right-container-23 {
        height: 250px; }/* Further increase image height for very small screens */
    #air-force-museum-link {
        font-size: 1em;    }}
/*__________________ Muskoka Heritage Place Start _________ 24 _______ */
.container-24 {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Make child containers the same height */
    width: 100%;
    height: 500px; /* Initial height */
    background-color: #6b4141;
    border-radius: 25px;
    padding: 5px;
    border: 4px solid #d3cbcb;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;}
.left-container-24 {
    width: 70%;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #8b8494e5;
    justify-content: flex-start;
    box-sizing: border-box;} /* Ensure padding is inside the width */
.left-container-24 h2 {
    font-size: 2em; /* Initial heading size */
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    align-self: center;}
.left-container-24 p {
    font-size: 1.2em; /* Initial text size */
    margin: 0;
    overflow-wrap: anywhere;} /* Force words to break if they are too long */
.right-container-24 {
    width: 30%;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #247a85;
    overflow: hidden;
    box-sizing: border-box;}
#image-24 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;}
#muskoka-heritage-place-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border-radius: 0;
    z-index: 10;
    box-sizing: border-box;}
#muskoka-heritage-place-link:hover {
    color: blue;}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .container-24 {
        flex-direction: column;
        height: auto; }/* Adjust height based on content in column layout */
    .left-container-24, .right-container-24 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        box-sizing: border-box; }/* Ensure padding is inside the width */
    .left-container-24 h2 {
        font-size: 1.5em; }/* Smaller heading size */
    .left-container-24 p {
        font-size: 1.1em; /* Smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at smaller sizes too */
    /* Make the image taller when the window is small (in column layout) */
    .right-container-24 {
        height: 300px; }/* Adjust this value to control the taller image height */
    #muskoka-heritage-place-link {
        font-size: 1.2em;    }}
@media (max-width: 480px) {
    .left-container-24 h2 {
        font-size: 1.2em; }/* Even smaller heading size */
    .left-container-24 p {
        font-size: 0.9em; /* Even smaller text size */
        overflow-wrap: anywhere; }/* Ensure it applies at even smaller sizes */
    .right-container-24 {
        height: 250px; }/* Further increase image height for very small screens */
    #muskoka-heritage-place-link {
        font-size: 1em;    }}
/*__________ Styles for the main blue container _______________*/
.blue-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 90%;
    background-color: #8b8494e5;
    border-radius: 25px;
    padding: 5px;
    border: 6px solid #8b8494e5;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;}
.blue-container h2 {
    font-size: 2.2em; /* Increased font size for the title */
    margin-bottom: 5px; /* Reduced space below the title */
    color: #0a0a11; /* Ensures title color is white */
    text-align: center; }/* Centers the title text */
.blue-container p {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
    max-width: 90%;}
#links-container-bottom {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;}
#links-container-bottom a {
    background-color: #b5b3cefc;
    font-size: 1.3em; /* Increased font size for link text */
    color: rgb(2, 1, 1); /* links text */
    text-decoration: none; /* Remove underline from links */
    padding: 10px 15px;
    border: 1px solid rgb(9, 8, 8); /* White border for links */
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
    margin: 5px;} 
#links-container-bottom a:hover {/* Space between links */
    background-color: #8d8d97; /* White background on hover */
    color: #0056b3; /* Changed hover text color to match the new button background */
    border-color: #0056b3;} 
.social-icon {/* Changed hover border color to match */
    font-size: 2em; /* Makes the icon larger */
    color: #3b5998; /* Facebook blue color */
    padding: 5px; /* Adds some space around the icon */
    border: none; /* Removes the border inherited from other links */
    background-color: transparent; }/* Ensures no background color */
.social-icon:hover {
    color: #2a498b; /* Darker blue on hover */
    transform: scale(1.1); /* Slightly enlarges the icon on hover */
    transition: transform 0.3s ease; }/* Smooth transition for the scale effect */
