body {
    font-family: Times, serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    background-image: url("../images/bg-01.jpg");
    width: 100%;
}

iframe {
  display: block; 
  width: 98%; 
  margin: 0 auto;
  border: none;
}

.main-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: .5%;
}

.header-container {
    height: 60px;
    position: relative;
    max-width: 1000px;
}

.body-text {
    font-family: Times, serif;
    font-size: 1.12em;
    padding: 0 2%;
    flex: 1;
    text-align: justify;
    text-decoration: none;
}

.body-text p {
    font-family: Times, serif;
    font-size: 1em;
    padding: 0 2%;
    flex: 1;
    text-align: justify;
    text-decoration: none;
}

.sample-link {
    font-family: Times, serif;
    font-size: 1em;
    padding: 0 1%;
    flex: 1;
    text-align: justify;
    text-decoration: none;
    color: #121923;
    font-weight: 500;
}

/* header style */
header {
    background-color: #020F20;
    background-image: url("../images/header_01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 20px;
    text-align: center;
    min-height: 20vh;
    border: 3px solid #121923;
    box-shadow: 0px 8px 8px -3px rgba(18, 25, 35, 0.7);
    position: relative;
    max-width: 1000px;
    margin: 0 auto; /* Centers the header block horizontally */
}

/* footer & background style */
.footer {
    width: 90%;
    background-image: url("../images/footer_01.jpg");
    background-size: cover;
    background-position: center -20px;
    background-color: #90B4B8;
    border: 2px solid #121923;
    box-shadow: 0px -8px 8px -3px rgba(18, 25, 35, 0.7);
    min-height: 5vh;
    justify-content: center;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    align-items: center;
    text-align: center;
    font-family: 'rye', times;
    font-style: normal;
    font-weight: 400;
    font-size: .8em;
    color: #121923;
    margin: 0 5% 50px 5%;
}

@media (max-width: 768px) {
  .footer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}


.footer-nav a {
    font-family: 'rye', times;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #121923;
    line-height: 1.4;
}
.footer-nav a:hover {
    color: #CBB933; /* or any highlight color */
    text-decoration: underline; /* optional */
}


.google-font {
    font-family: 'rye', times;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('rye.woff2') format('woff2');
    transition: color 0.3s;
    color: #8bb9ff;
    line-height: 1.4;
    margin: 0 auto;
}

.gallery-font {
    font-family: 'rye', times;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('rye.woff2') format('woff2');
    transition: color 0.3s;
    color: #121923;
}

.gallery-font a {
    color: #121923;
    text-decoration: none;
}

h2 {
    font-family: 'rye', times;
    font-style: normal;
    font-weight: 300;
    color: #121923;
    text-shadow: 1px 3px 2.5px rgba(71, 100, 108, 1.0);
    text-align: left;
    padding-left: 2%;
}

h3 {
    font-family: 'rye', times;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    text-align: left;
}

a:hover {
    color: #fff663;
    text-shadow: 0 0 5px #FFF;
}

/* fady text */
.fader {
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    height: 720px;
    width: 100%;
    overflow-y: scroll;
    font-family: "Arial Narrow";
    font-size: 1.5em;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    padding-bottom: 5%;
    text-align: center;
}

@media only screen and (max-width: 760px) {
    .fader {
        height: auto;
        font-size: 1em;
        padding-bottom: 10%;
    }
}

.header-image {
    align-content: center;
    max-width: 60%;
    min-width: 360px;
}

nav {
    display: inline-block;
    justify-content: center;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 20px;
    display: inline-block;
}

.content {
    padding: 20px;
}

.gallery-link,
.movies-link,
.contact-link {
    display: block;
    text-align: center;
    margin-top: 20px;
}

/* social css */
.facebook-logo {
    background: url("../images/facebook.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 15px;
    transform: translateY(-50%);
}

/* image and text */
.image-text-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    align-items: flex-start;
}

.image-text-container img {
    max-width: 100%;
    border: 2px solid #121923;
    background-color: #000;
}

@media (max-width: 768px) {
    .image-text-container {
        grid-template-columns: 1fr;
    }
}

.image-left {
    max-width: 30%;
    float: left;
    width: 400px;
    max-height: 380px;
    min-width: 340px;
    border: 2px solid #121923;
    margin: 0% 2% 2% 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.9em;
    background-color: #000;
    padding: 1%;
    position: relative;
    object-fit: scale-down;
}

/* Styles for the image that floats left, used in both Home and Contact */
.image-left {
    float: left;
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
}

/* Styles for the overall contact section */
.contact-section {
    padding-bottom: 5%;
    text-align: left;
}

/* Container for the image and form in the contact section */
.contact-content-wrapper {
    overflow: hidden;
}

/* Styles for the contact form container (the text/form beside the image) */
.contact-form-container {
    overflow: hidden;
}

/* Media query for smaller screens: Stacking behavior */
@media (max-width: 768px) {
    .image-left {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }

    .contact-form-container {
        width: 100%;
        float: none;
    }
}

/* Specific styles for elements within the contact form container */
.contact-heading {
    color: #000;
    text-align: left;
    margin-right 20px; 
}

.contact-phone {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}

.success-message {
    color: #980000;
    font-size: .9em;
    text-transform: capitalize;
}

/* Form input and textarea styles for larger screens */
.order-form input[type="text"],
.order-form textarea {
    width: 40%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.order-form textarea {
    width: 80%;
}

/* Media query for very small screens (e.g., phones) for form inputs */
@media (max-width: 500px) {
    .order-form input[type="text"],
    .order-form textarea {
        width: 95%;
    }
}

/* other text */
.full-block-text {
    width: 95%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2%;
    font-weight: bold;
    min-width: 360px;
    text-align: justify;
}

img {
    min-width: 320px;
    max-width: 30%;
    border: 2px solid #121923;
    background-color: #000;
}

/* back to top */
    .back-to-top {
        position: fixed;
        bottom: 10px;
        right: 20px;
        background-color: #020F20;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .back-to-top:hover {
        background-color: #000;
        font-family: 'rye', times;
        font-style: normal;
        font-size: .8em;
        font-weight: 400;
    }

    .back-to-top.show {
        opacity: .7;
        font-family: 'rye', times;
        font-style: normal;
        font-size: .8em;
        font-weight: 400;
    }

/* responsive image layout */
@media (min-width: 768px) {
    #sorting-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .work {
        width: calc(33.33% - 20px);
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .work {
        width: 100%;
    }
}

/* Editor Styles */
.google-font-edit {
    font-size: .8em;
    font-family: 'rye', times;
    text-align: left;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('rye.woff2') format('woff2');
    transition: color 0.3s;
    color: #8bb9ff;
    line-height: 1.8;
    height: 25px;
}

.infotext {
    font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    font-size: 1em;
    font-weight: bold;
    font-stretch: semi-condensed;
    color: #303030;
}

.button {
    font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    font-size: .9em;
    font-weight: bold;
    font-stretch: semi-condensed;
    color: #FFFFFF;
}

.formtext {
    font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    font-weight: 400;
    font-size: .8em;
    font-stretch: normal;
    color: #303030;
}

.header {
    background-image: url(images/paypal-header.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat;
    width: 92%;
    padding: 0 0 12% 0;
}

.formpal {
    width: 90%;
    height: 260px;
    resize: vertical;
}

#file-name {
    color: red;
}
