/* Ensure the header has a relative position for absolute positioning of holly */
header {
    position: relative;
    color: white;
    margin-bottom: 20px;
    background-color: purple;
    padding: 10px;
    text-align: center;
}

/* Holiday-themed logo */
#holiday-logo {
    width: 125px;
    height: auto;
    float: left;
    margin-right: 20px;
}

nav a {
    margin: 10px;
    text-decoration: none;
    color: purple;
}

/* Ensure main container allows full width */
main {
    width: 100%;
    padding: 0;
    /* Rest of your main styles */
}

/* Additional styles as needed */
body {
    font-family: 'Comic Sans MS', sans-serif;
    background-color: tan;
    color: purple;
    margin: 0;
    padding: 0;
}

#PugmasContent {
    display: block;
}

.pugmas-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px; /* Adjust the height as needed */
    width: 100%;
    overflow: hidden;
    background-color: #000; /* Optional: in case you want a background */
    margin: 0 auto;
}

.pugmas-video-container video {
    max-width: 100%;
    max-height: 100%;
}

/* Full-width header */
#pugmasHeader {
    text-align: center;
    padding: 20px;
    background-color: #D8BFD8;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Holly decoration */
.holly-decoration {
    position: absolute;
    top: 2; /* Adjust this as needed */
    width: 175px;
    height: auto;
}

#holly-top-left {
    left: 0;
}

#holly-top-right {
    right: 0;
}

.pugmas-title {
  font-family: 'Mountains of Christmas', cursive;
  font-size: 48px;
  color: gold; /* Dark gold color */
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* Black outline effect */
}

.pugmas-button {
    margin-top: 10px;
	background-color: gold
}

.pugmas-book {
    text-align: center;
    margin-top: 20px;
}

.pugmas-image {
    width: 300px;
    margin: 10px;
}

.holiday-coloring-pages-Header {
    background-color: #D8BFD8; /* Choose a color that fits your theme */
    text-align: center;
    justify-content: center; /* Centers items horizontally */
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px; /* Optional: for rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: for a subtle shadow */
}

.holiday-coloring-pages-Header h1 {
    color: purple; /* Adjust the color as needed */
    font-size: 24px; /* Adjust the font size as needed */
    text-align: center; /* Center the text and images inside the links */
}

.holiday-coloring-pages-container {
    display: flex; /* Enables flexbox */
    justify-content: center; /* Centers items horizontally */
    flex-wrap: wrap; /* Allows items to wrap to the next line */
    gap: 10px; /* Spacing between items */
}

.holiday-coloring-pages-container a {
    text-align: center; /* Center the text and images inside the links */
    width: 150px; /* Adjust the width as needed */
    margin: 5px; /* Margin around each item */
}

.holiday-coloring-pages-container img {
    width: 100%; /* Makes the image responsive within its container */
    height: auto; /* Maintains aspect ratio */
}
.holiday-coloring-pages-section {
    margin-bottom: 20px; /* Space below the entire section */
    margin-top: 20px;
}

/* Christmas lights border */
.section-border {
    height: 10px; /* adjust as needed */
}

nav a {
    margin: 10px;
    text-decoration: none;
    color: purple;
}

main {
    padding: 20px;
}

header a {
    color: white;
    text-decoration: none;
}

header a:hover {
    color: #ccc;
}

/* Carousel Styles */
.carousel {
    margin: auto;
    max-width: 600px;
}

.carousel-indicators li {
    background-color: #000;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

/* Styles for Reviews Carousel Section */
#reviews-carousel-header {
    background-color: #D8BFD8; /* Light purple background, adjust as needed */
    text-align: center;
    padding: 40px 20px; /* Adds some space around the content */
    margin: 20px 0; /* Space above and below the section */
    border-radius: 5px; /* Optional: for rounded corners */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow for depth */
}

#reviews-carousel-header h1 {
    color: purple; /* Adjust the color as needed */
    margin-bottom: 15px; /* Space below the header */
    font-size: 2.5rem; /* Larger font size for the header */
    font-weight: bold; /* Bold font weight */
}

#reviews-carousel-header p {
    font-size: 1.1rem; /* Slightly larger font size for the paragraph */
    color: #333; /* Dark grey text color, adjust as needed */
    margin-bottom: 20px; /* Space below the paragraph */
}

.coloring-pages-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.coloring-page {
    flex-basis: 45%; /* Adjust based on your preference */
    text-align: center;
    margin: 10px;
}

.coloring-page img {
    width: 100%;
    height: auto;
    max-width: 300px; /* Adjust as needed */
}

.coloring-page p {
    margin-top: 10px;
}
.coloring-pages-container {
    background-color: #D8BFD8; /* Light blue background, adjust as needed */
    padding: 30px 20px; /* Adds some space around the content */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow for depth */
    margin: 20px 0; /* Space above and below the section */
}

.coloring-pages-container h1 {
    color: #333; /* Blue text color, adjust as needed */
    margin-bottom: 15px; /* Space below the header */
    font-size: 2.5rem; /* Larger font size for the header */
    font-weight: bold; /* Bold font weight */
}

.coloring-pages-container p {
    font-size: 1.2rem; /* Slightly larger font size for the paragraph */
    color: #333; /* Darker text color, adjust as needed */
    margin-bottom: 20px; /* Space below the paragraph */
}

#books-container-header {
    background-color: #D8BFD8; /* Light purple background, adjust as needed */
    text-align: center;
    padding: 40px 20px; /* Adds some space around the content */
    margin: 20px 0; /* Space above and below the section */
    border-radius: 5px; /* Optional: for rounded corners */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow for depth */
}

#books-container-header h1 {
    color: purple; /* Adjust the color as needed */
    margin-bottom: 15px; /* Space below the header */
    font-size: 2.5rem; /* Larger font size for the header */
    font-weight: bold; /* Bold font weight */
}

#books-container-header p {
    font-size: 1.1rem; /* Slightly larger font size for the paragraph */
    color: #333; /* Dark grey text color, adjust as needed */
    margin-bottom: 20px; /* Space below the paragraph */
}

.books-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.book {
    flex-basis: 30%; /* Adjust as needed */
    text-align: center;
    margin: 10px;
}

.book img {
    width: 100%; /* Makes the image responsive within its container */
    height: auto; /* Maintains the aspect ratio */
    max-width: 200px; /* Adjust as needed */
}

.book p {
    margin-top: 10px; /* Adds space between the image and the description */
}
.blog-header {
    text-align: center;
    padding: 20px;
    background-color: #D8BFD8; /* Light grey background, adjust as needed */
    margin-bottom: 20px; /* Adds space below the header */
}

.blog-header h1 {
    color: white; /* Keeping in line with your color theme */
    margin-bottom: 10px;
}

.blog-header p {
    color: gray; /* Darker text for the subtitle */
}


footer {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

#social-media {
    text-align: center;
    margin-bottom: 10px;
}

#social-media img {
    width: 30px;
    margin: 5px;
}

.text-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.social-icons a {
    margin: 0 15px;
    font-size: 24px;
}
