@font-face {
    font-family: 'Suisse';
    src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'CardinalPhoto';
    src: url('../fonts/cardinalphoto-regular.otf') format('opentype');
}

body {
    font-family: 'Suisse', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures footer stays at the bottom */
}

#main {
    padding-bottom: 60px;
}

#main-image {
    max-width: 7em;
    border-radius: 15px;
}

.conti-red {
    background-color: #FF0000;
}

.text-conti-red {
    color: #FF0000;
}

.border-conti-red {
    border-color: #FF0000;
}

 .hover-text-conti-red:hover {
    color: #FF0000 !important;
}

a#client-lookbook {
    display: flex;
    align-items: flex-start;
}

a#client-lookbook::before {
    content: "↓";
    display: inline-block !important;
    line-height: 1;
    margin-right: 10px;
    margin-top: 0.2em; /* Adjust this value to fine-tune the vertical alignment */
}

a#client-lookbook span {
    display: inline-block;
}

@media (max-width: 767px) {
    a#client-lookbook::before {
        margin-right: 5px;
    }
}

a#client-website::before,
a#client-instagram::before,
a#client-lookbook::before,
a#case-study-link-1::before,
a#case-study-link-2::before,
#case-studies-link::before,
#clients-link::before,
#conti-club-link::before,
#conti-radio-link::before {
    content: "↗";
    margin-right: 10px;
}

a#email-us-link::before,
a#email-us-link-mobile::before,
a#instagram-link::before,
a#instagram-link-mobile::before {
    content: "↗";
    margin-right: 20px;
}

@media (max-width: 767px) {
    a#client-website::before,
    a#client-instagram::before,
    a#client-lookbook::before,
    a#case-study-link-1::before,
    a#case-study-link-2::before,
    #case-studies-link::before,
    #clients-link::before,
    #conti-club-link::before,
    #conti-radio-link::before,
    #email-us-link::before,
    #instagram-link::before,
    a#instagram-link-mobile::before,
    a#email-us-link-mobile::before {
        margin-right: 5px;
    }
}

footer {
    background-color: #FF0000; /* Same red as .conti-red */
    border-top: 1px solid white;
    padding: 10px 0;
    width: 100%;
    position: fixed; /* Ensures footer is always docked at the bottom */
    bottom: 0;
    left: 0;
    z-index: 10; /* Ensures content is always behind it */
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    padding-left: 25px;
    height: auto;
    width: 250px;
}

@media (min-width: 14px) {
    .copyright {
        width: 33.333%;
        text-align: right;
        font-size: 15px;
        margin-right: 175px;
    }
}

@media (max-width: 1200px) {

    body {
        font-size: 20px;
    }

    #main-image {
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    #address-ny {
        margin-top: 40px;
    }

    .md\\:flex-wrap {
        display: flex;
        flex-direction: column;
    }

    .copyright {
        width: 50%;
        text-align: left;
        font-size: 6px;
        max-width: 105px;
        margin-right: 20px;
    }
}

@media (max-width: 1400px) {
    .footer-logo {
        max-width: 120px;
    }

}

#client {
    width: 50%;
    font-family: 'CardinalPhoto';
    font-size: 40px;
    color: inherit;
    transition: color 1s;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    #client {
        font-size: 20px;
    }
}

#activity {
    width: 25%;
    font-size: 0.7em;
    color: inherit;
    transition: color 1s;
    display: flex;
    align-items: center;
    text-align: left;
    overflow: hidden;
}

#location {
    width: 25%;
    font-size: 0.7em;
    color: inherit;
    transition: color 1s;
    display: flex;
    align-items: center;
    text-align: left;
    overflow: hidden;
}

#client-name {
    font-family: 'CardinalPhoto';
    font-size: 90px;
    color: inherit;
    transition: color 1s;
}

@media (max-width: 767px) {
    #client-name {
        font-size: 45px;
    }
    
    header span {
        font-size: 10px;
    }
}

#client-category {
    font-size: 25px;
    color: inherit;
    transition: color 1s;
}

#client-location {
    font-size: 25px;
    color: inherit;
    transition: color 1s;
}

#client-description {
    font-size: 25px;
    color: inherit;
}

@media (max-width: 767px) {
    #client-description, #client-category, #client-location {
        font-size: 15px;
    }
}

#client-links {
    display: flex;
}

#client-website,
#client-instagram,
#client-lookbook {
    font-size: 25px;
    color: inherit;
    transition: color 1s;
}

@media (max-width: 767px) {
    #client-website,
    #client-instagram,
    #client-lookbook {
        font-size: 14px;
    }
}

#client-images {
    display: flex;
    flex-direction: column;
}

#client-images img {
    border-radius: 15px;
    margin-bottom: 20px;
}

#client-image-1,
#client-image-2, 
#case-study-image-1,
#case-study-image-2 {
    height: auto;
    margin-bottom: 20px;
    border-radius: 15px;
}

.header-links {
    font-size: 25px;
    color: inherit;
    transition: color 1s;
}

header div a {
    padding: 5px 2px;
    font-size: 25px;
}

@media (max-width: 767px) {
    header div a {
        padding: 3px 2px 5px;
        font-size: 15px;
    }
}

.pinyon {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
}

#case-studies-link a:hover,
#clients-link a:hover,
#conti-club-link a:hover,
#conti-radio-link a:hover,
a#email-us-link:hover .text,
a#instagram-link:hover .text {
    font-family: "Pinyon Script", cursive;
    position: relative;
}

@media (min-width: 1024px) {
    #email-us-link,
    #instagram-link {
        height: 80px !important;
    }
}

#clients-client-name {
    font-family: 'CardinalPhoto';
    
}