/* General Styles */
body::-webkit-scrollbar {
    display: none;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

:root {
    --headshot-width-height: 225px;
    --color-1: #121733;
    --color-2: #424969;
    --color-3: #ADB5DC;
    --color-4: white;
}

body {
    /* font-family: Arial, sans-serif; */
    margin: 0px;
    color: var(--color-1);
    background-color: var(--color-3);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: start;
    font-family: "novecento-sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}

body h1 {
    margin: 5px;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 5px;
}

body p {
    margin: 5px;
    font-size: 18px;
    text-indent: 20px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body li {
    margin: 5px;
}

ul {
    font-size: 18px;
    text-indent: 20px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bg-image-1 {
    background-image: linear-gradient(#adb5dcd6, #adb5dcd6), url("/CONTENT/IMAGES/warehouse_default-palette_v1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-image-2 {
    background-image: linear-gradient(#adb5dca3, #adb5dca3), url("/CONTENT/IMAGES/skyline_default palette_v2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section {
    margin: 20px;
}

body.home {
    align-items: center;
}

header {
    text-align: center;
}

.headshot {
    width: var(--headshot-width-height);
    height: var(--headshot-width-height);
    aspect-ratio: 1/1;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* CT logo type */
.CT-logo {
    font-family: 'COLIN TAYLOR';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    background-color: transparent;
    letter-spacing: 0.125rem;

}

.CT-logo span {
    letter-spacing: -0.15rem;
}

/* .colin-taylor-img {
    scale: 65%;
    padding-top:15px;
} */

.reel-video {
    padding-top: 40px;
    height: 365px;
    aspect-ratio: 16/9;
    filter: drop-shadow(0px 0px 35px var(--color-2));
}

.resume-html {
    aspect-ratio: 8.5/11;
    width: 850px;
    border: 0px;
    background-color: var(--color-4);
    filter: drop-shadow(0px 0px 10px var(--color-2));
    overflow: hidden;
}

.siteNav {
    text-align: center;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    /* Allow wrapping for smaller screens */
}

.siteNav a {
    display: inline-flex;
    background-color: var(--color-1);
    color: var(--color-4);
    padding: 10px 20px;
    margin: 5px;
    width: 60px;
    height: 40px;
    text-decoration: none;
    transition: var(--color-4) 0.3s ease;
    vertical-align: middle;
    text-align:center;
    align-items: center;
    justify-content: center;
    box-sizing: unset;


}

.siteNav a:hover {
    background-color: var(--color-2);
    text-decoration: none;
}

.siteNav a.active {
    background-color: var(--color-3);
    color: var(--color-1);
    box-shadow: inset 0 0 0 2px var(--color-1);
    stroke-width: 4px;
}

/* Main Content Styles */
main {
    padding: 20px;
}

main a {
    text-align: center;
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    transition: #fff 0.3s ease;
}

main a:hover {
    background-color: #444;
    text-decoration: none;
}

.back-button {
    text-decoration: none;
}

.back-button a{
    font-size: 14px;
    color: var(--color-2);
    text-decoration: none;
}

.back-button a:hover{
    color: var(--color-1)
}

.projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.project {
    width: 30%;
    margin: 10px 0;
    text-align: center;
}

/* .logo {
    width: 100%;
    height: 100px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
} */

/* .resume-content {
    margin-top: 20px;
} */

.about {
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    max-width: calc(var(--headshot-width-height) * 3);
    flex-grow: 1;
}

.about h2 {
    margin: 0px;
    padding: 10px;
    padding-bottom: 0px;
}

.about p {
    font-size: 18px;
    margin: 0px;
    padding: 10px;
}

.about div {
    display: inline-block;
}

.indProject {
    display: flex;
    padding: 20px 20px 0px 20px;
}

.indProject {
    justify-content: center;
}

.indProject iframe {
    aspect-ratio: 16/9;
    width: 50%;
}

.indProject div {
    width: 50%;
    text-align: left;
    padding: 10px 0 10px 10px;
}

@media (max-width: 900px) {
    section {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .about h2 {
        text-align: center;
    }

    .indProject iframe,
    .indProject div {
        width: 100%;
        padding-left: 0px;
    }

    .reel-video {
        width: 350.4px;
        height: 196.88px;
        aspect-ratio: 16/9;
    }

    .resume-html {
        margin: -291.5px -225.25px -291.5px -225.25px;
        transform: scale(.47);
        width: 850px;
        max-width: none;
    }

}


/* @Animation.js */
.fadeIn {
    opacity: 0;
}

.delayedFadeIn {
    opacity: 0;
}



/* Centering Content on Home Screen */
.popup-head {
    margin: 5px;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 5px;
}

.popup-paragraph {
    margin: 5px;
    font-size: 24px;
}

.center-content {
    text-align: center;
}


/* Video Grid */
.video-title {
    padding-top: 10px;
    font-size: 20px;
}

.tiles {
    display: flex;
    flex-wrap: wrap;
}



.col-md-4 {
    margin-bottom: 20px;
}

.img-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: black;
    bottom: 0;
    left: 0;
}

.img-placeholder-red {
    width: 100%;
    padding-top: 56.25%;
    background: red;
    position: relative;
}

.logo-box {
    position: absolute;
    height: 40%;
    /* aspect-ratio: 16/9; */
    /*I think I need to note or remove this when slotting in the image */
    /* background: blue; */
    /* Blue color */
    bottom: 0;
    left: 0;
}

.parent {
    position: relative;
    top: 0;
    left: 0;
}

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    
}

.a {
    position: relative;
    text-align: center;
}

.a:hover .img-hover {
    opacity: 1;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    /* max-width: 800px; */
}

.popup-navigation {
    display: flex;
    justify-content: space-between;
}

.popup-navigation a {
    font-size: 24px;
    text-decoration: none;
    color: #000;
}