/* --Foundation-- */
html {
    scroll-behavior: smooth;
}

@import url("https://use.typekit.net/lqp2juo.css");


body {
    margin: 0;
    position: relative;
    font-style: normal;
    font-size: 16px;
    color: #191A1E;
    box-sizing: border-box;
    background-image: linear-gradient(#861414 33%, #CA762E 66%, #D4B362 100%);
    box-sizing: border-box;
    font-family: Helvetica;
}

header img {
    width: 100px;
    padding-right: 20px;
}

header a {
    display: flex;
    flex-direction: row;
    position: relative; bottom: 18px
}

img {
    width: 100%;
}

#eisenhauer1 {
    width: 60vh;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 90%, transparent 100%);
}

#eisenhauer2 {
    width: 80vh;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 60%, transparent 100%);
}

.full-height-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 80%, transparent 100%), url("../vid/Portfolio\ background\ rays.gif");
    height: 100vh;
  
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#programs {
    display: flex;
    align-items: center;
    width: 60px !important;
    margin-left: 20px;
}

.program-items {
    margin-right: 10px;
}

.video-reel {
    margin-right: 50px;
    margin-bottom: 100px;
}

#view-work-text {
    color: #E3D7C7;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 2px;
    font-size: 40px;
    font-family: cooper-black-std, serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    opacity: 1;
}

#view-work-box {
    width: 100%;
    text-align: center;
}

.the-lists p {
    text-align: center;
    font-family: cooper-black-std, serif;
    font-style: normal;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 2px;
    font-size: 35px;
}

.the-lists ul {
    width: 500px;
}

.the-lists {
    display: flex;
    flex-direction: row;
    width: 100vh;
    background-color: #861414;
    border-radius: 50px;
    padding: 20px 300px;
    margin-left: 10%;
    margin-right: 10%;
    justify-content: space-between;
}

#image-array {
    width: 700px;
}

.red-box {
    background-color: #861414;
    border-radius: 50px;
    padding: 75px 0;
    margin-left: 40px;
}

.red-box2 {
    background-color: #861414;
    border-radius: 50px;
    padding: 40px 20px;

}

.project-names {
    font-size: 60px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


h1 {
    font-weight: 600;
    min-height: 50px;
    display: flex;
    align-items: center;
    color: #F5CF72;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 1px;
    font-family: cooper-black-std, serif;
    font-style: normal;
    font-size: 40px;
}

#name {
    font-size: 70;
    font-weight: 700;
    padding-bottom: 30px;
    color: #E3D7C7;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 4px;
    font-family: cooper-black-std, serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 30px;
    color: #E3D7C7;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 4px;
    font-family: cooper-black-std, serif;
    font-weight: 400;
    font-style: normal;

}

h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #969ca0;
    line-height: 1;
    color: #E3D7C7;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 1px;
    font-family: franklin-gothic-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
}

p {
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: franklin-gothic-condensed, sans-serif;
    font-size: 25px;
    color: #E3D7C7;
    font-weight: 600;
    font-style: normal;
}

ul {
    font-family: franklin-gothic-condensed, sans-serif;
    font-size: 25px;
    color: #E3D7C7;
    font-weight: 600;
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .3s, transform .3s;
    font-weight: 400;
}

a span {
    display: inline-block;
    transition: transform .3s;
}

a:hover {
    color: #969ca0;
}

a:hover span {
    transform: translateX(5px);
}

/* Typography Media Queries */
@media only screen and (min-width: 800px) {


}

@media only screen and (min-width: 1500px) {

    h2 {
        font-size: 90px;

    }

    #eisenhauer1 {
        width: 90vh;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 90%, transparent 100%);
        
    }
    
}




/* Buttons */
.primary-btn {
    background-color: #D4B362;
    color: #E3D7C7;
    border: none;
    padding: 5px 15px;
    margin: 15px 0;
    cursor: pointer;
    font-family: Helvetica;
    border-radius: 10px;
    border: 2px solid #280A0C;
    transition: all .3s;
    font-family: cooper-black-std, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 1.5px;
    font-size: 40px;
}

.primary-btn:hover {
    background-color: transparent;
    color: #191A1E;
}




/* Layout */
section {
    box-sizing: border-box;
    position: relative;
    padding: 75px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/splash-temp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

.hero button {
    margin: 15px 25px;
}

#project {
    padding-top: 50px;
}

.col-left {
    margin: auto;
    margin-bottom: 35px;
}

.col-right {
    margin: auto;
    margin-bottom: 35px;
}

.auto-width {
    width: 80%;
}

.col-30,
.col-40,
.col-50,
.col-60,
.col-80 {
    width: 80%;
}

.col-this {
    width: 60%;
}

.full-width {
    width: 100%;
}

.margin-auto {
    margin: auto;
}

.center-text {
    text-align: center;
}

.round-corners {
    border-radius: 10px;
}

/* Layout Media Queries */
@media only screen and (min-width: 800px) {
    section {
        flex-direction: row;
    }

    section.flex-reverse {
        flex-direction: row-reverse;
    }

    .col-left {
        margin: auto;
        margin-left: 10%;
        margin-right: 5%;
    }

    .col-right {
        margin: auto;
        margin-right: 10%;
        margin-left: 5%;
    }

    .auto-width {
        width: auto;
    }

    .col-30 {
        width: 30%;
    }

    .col-40 {
        width: 30%;
    }

    .col-50 {
        width: 50%;
    }

    .col-60 {
        width: 50%;
    }
}

@media screen and (min-width: 1025px) {
    section.full-height {
        min-height: 100vh;
        padding: 100px 0;
    }
}




/* Header & Navigation */
header {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    z-index: 998;
    font-size: 1.1em;
    background-image: linear-gradient(to top, rgba(255,0,0,0),#E3D7C7 20%, #E3D7C7);
    transition: all .3s;
}

.header-solid {
    background-image: linear-gradient(to top, rgba(255,0,0,0),#E3D7C7 20%, #E3D7C7);
}

/*Mobile Menu & Button Animation*/
.mobile-nav-input {
    display: none;
}

.menu--1 label {
    display: block;
    cursor: pointer;
    position: fixed;
    width: 25vw;
    height: 25vw;
    max-width: 80px;
    max-height: 80px;
    top: -5px;
    right: 0;
    z-index: 998;
    padding: 0 10px;
}

.menu--1 path {
    fill: none;
    stroke: #000;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

.menu--1 circle {
    fill: #fff3;
    opacity: 0;
}

.menu--1 label:hover circle {
    opacity: 1;
}

.cross input:checked+svg .line--1,
.cross input:checked+svg .line--3 {
    --length: 22.627416998;
}

.cross input:checked+svg .line--2 {
    --length: 0;
}

.back input:checked+svg .line--1,
.back input:checked+svg .line--3 {
    --length: 8.602325267;
}


.menu--1 .line--1,
.menu--1 .line--3 {
    --total-length: 126.64183044433594;
}

.menu--1 .line--2 {
    --total-length: 70;
}

.menu--1 input:checked+svg .line--1,
.menu--1 input:checked+svg .line--3 {
    --offset: -94.1149185097;
}

.menu--1 input:checked+svg .line--2 {
    --offset: -50;
}

nav a {
    margin-right: 0;
    margin-bottom: 30px;
    color: #F5CF72;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 1px;
    font-family: cooper-black-std, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    margin-top: 10px;
}

nav a:last-of-type {
    margin-right: 0;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: -110%;
    flex-direction: column;
    z-index: 997;
    height: 100vh;
    width: 100vw;
    background-color: #E3D7C7;
    transition: right 1s;
    font-size: 2em;
    opacity: 1;
    
}

.show-nav-mob {
    right: 0;
}

.overflow-mob {
    width: 110%;
}

/* Mobile Menu Media Queries */
@media screen and (min-width: 800px) {
    .menu--1 {
        display: none;
    }

    nav {
        float: right;
        position: fixed;
        right: 0;
        top: 15px;
        width: 50%;
        padding: 2px 10px;
        background-color: transparent;
        z-index: 999;
        height: auto;
        width: auto;
        flex-direction: row;
        font-size: 1em;
    }

    nav a {
        margin-right: 35px;
        margin-bottom: 0px;
    }

    nav a:last-of-type {
        margin-right: 0;
    }

    .overflow-mob {
        width: 40%;
    }
}




/* Grid */
.grid-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
}

.grid-wrapper a {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-wrapper article img {
    width: 100%;
    display: block;
    transition: transform .3s;
}

.grid-item-text {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #E3D7C7;
    -webkit-text-stroke-color: #280A0C;
    -webkit-text-stroke-width: 1px;
    opacity: 0;
    transition: opacity .3s;
    font-size: 20px;
    font-family: cooper-black-std, serif;
    font-weight: 400;
    font-style: normal;
}

.grid-wrapper article:hover .grid-item-text {
    opacity: 1;
}

.grid-wrapper article:hover img {
    transform: scale(.9);
    opacity: .25;
}

/* Grid Media Queries */
@media screen and (min-width: 800px) {
    .grid-wrapper a {
        width: 50%;
        border: 0px solid rgb(148, 149, 155);
    }
}

@media screen and (min-width: 1024px) {
    .grid-wrapper a {
        width: 33.333%;
    }

}



/* Feature Boxes */
.feature-box-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-box {
    width: 30%;
    margin: 15px 0;
    padding: 10% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #F1F3F5;
}

.feature-box img {
    width: 15%;
    min-width: 50px;
    margin: 15px;
}




/* Slider */
.slider {
    width: 2000px;
    aspect-ratio: 2/1;
    position: relative;
    overflow: hidden;
    /* <===  */
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 10px;
    cursor: pointer;
    background-color: #fff;
    font-size: 18px;
}

.btn:active {
    transform: scale(1.1);
}

.btn-prev {
    top: 45%;
    left: 2%;
}

.btn-next {
    top: 45%;
    right: 2%;
}

.bts {
    width: 600px;
    
}



/* Footer */
footer {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 100px;
    background-color: #280A0C;
    color: #fff;
}

footer a {
    width: 35px !important;
    margin-right: 10px;
}


#copyright {
    margin-left: auto;
    margin-bottom: 0;
    font-size: .85em;
}