/*font-family: 'Josefin Sans',
sans-serif;
font-family: 'Josefin Slab',
serif;
font-family: 'Poppins',
sans-serif;*/

body {
    display: grid;
    grid-template-rows: 1fr 1fr;
    row-gap: 1em;
    margin-top: 135px;
    background: linear-gradient(270deg, #f3d2c1, #f582ae, #8bd3dd);
        background-size: 600% 600%;

        -webkit-animation: AnimationName 30s ease infinite;
        -moz-animation: AnimationName 30s ease infinite;
        animation: AnimationName 30s ease infinite;
    }

    @-webkit-keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
    }

    @-moz-keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
    }

    @keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
}

header {
    background-color: rgba(243, 210, 193, 0.5); /* Use rgba with the alpha value */
    position: fixed;
    width: 100%;
    height: 120px;
    top: 0;
    right: 0;
    border-radius: 1em;
    grid-area: 1 / 1;
    /* z-index: 999; */
    /* opacity: 50%; */
    margin-top: .5em;
    padding-bottom: .5em;
    transition: opacity 0.5s ease; /* Add a transition for a smooth effect */
    opacity: 1; /* Initial opacity */
}

.header-hidden {
    opacity: 0; /* Set the opacity to 0 when the header is hidden */
}

header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-align: center;
    color: #001858;
}

header h1:hover {
    color: #f582ae;
    transition: color 0.5s;
    text-decoration: none;
}

header nav {
    text-align: center;
}

header nav a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #001858;
    padding: 0.5em;
}

header nav a:hover {
    color: #7c98b3;
    transition: color 0.5s;
    text-decoration: none;
}

article {
    display: block;
    padding: 0.5em;
    border-radius: 1em;
    position: relative;
    background-color: rgba(243, 210, 193, 0.5); /* Use rgba with the alpha value */
    margin-top: .5em;
}

article li {
    font-family: 'Josefin Sans', serif;
    font-weight: 500;
    color: #f9bc60;
    font-size: 18px;
    font-weight: 500px;
}

article h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #001858;
    padding: 0.5em;
    text-align: center;
}

div {
    text-align: center;
}

div a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

img {
    max-width: 16%;
    /* border-radius: 122px */
}

.image-container {
    position: relative;
    display: inline-block; /* Make the container inline-block to keep image and text on the same line */
}

.image-container img {
    max-width: 30%; /* Ensure the image is responsive */
}

.image-container p {
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #001858;
}

.image-container2 {
    position: relative;
    display: inline-block; /* Make the container inline-block to keep image and text on the same line */
}

.image-container2 img {
    max-width: 90%; /* Ensure the image is responsive */
}

.image-container2 p {
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #001858;
}

article h2:hover {
    color: #f582ae;
    transition: color 0.5s;
    text-decoration: none;
}

article p {
    /* text-align: center; */
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-decoration: none;
    color: #001858;
    padding: 0.5em;
}

.PrintImprov {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.print-container .printimg1 {
    max-width: 50%;
    padding: 0.5em;
}
.print-container .printimg2 {
    max-width: 70%;
    padding: 0.5em;
}
.print-container .printimg3 {
    max-width: 90%;
    padding: 0.5em;
}

p {
    text-align: left;
}

article p:hover {
    color: #2e4480;
    transition: color 0.5s;
    text-decoration: none;
}

.shotlist {
    color: #fffffe;
    text-decoration: none;
}
.shotlist:hover {
    color: #7c98b3;
    transition: color 0.5s;
    text-decoration: none;
}
.readlink {
    text-align: center;
}
.tableread a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #f9bc60;
    padding: 0.5em;
    margin: auto;
}
.tableread a:hover {
    color: #7c98b3;
    transition: color 0.5s;
    text-decoration: none;
}

.FinalVid {
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.FinalVidLink {
    text-align: center;
}

.FinalVidLink a {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 2em;
    text-decoration: none;
    color: #a260f9;
    padding: 0.5em;
    margin: auto;
}
.FinalVidLink a:hover {
    color: #7c98b3;
    transition: color 0.5s;
    text-decoration: none;
}
.StoryboardDiv {
    margin: auto;
    text-align: center;
}
.BTSdiv {
    margin: auto;
    text-align: center;
}


