*{
    font-family: Sen, Arial;
}

@font-face { font-family: Bebas Neue; src: url('fonts/Bebas_Neue/BebasNeue-Regular.ttf'); } 
@font-face { font-family: Sen; src: url('fonts/Sen/Sen-VariableFont_wght.ttf'); } 

body {
    background-color: #161d25;
    width: 100%;
    margin: 0;
}

.main-body {
    width: 100%;
    text-align: center;
    /* flex: 1; */
}

p {
    margin: 0px;
    line-height: 25px;
    text-align: left;
    font-size: 16px;
    color: white;
}

a {
    line-height: 0;
    text-decoration: none;
    color: orange; 
    font-family: inherit;
}

a:visited { 
    text-decoration: none; 
    color: inherit;
    font-family: inherit;
   }

h1 {
    font-family: 'Righteous', Arial;
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    letter-spacing: 1px;
}

h2 {
    font-family: 'Sen', Arial;
    font-style: normal;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    cursor: default;
}

.section-title{
    color: white;
    display: block;
    font-family: Bebas Neue;
    font-weight: lighter;
    /* text-align: left; */
    display: inline-block;
    /* padding-left: 55px; */
}

.section-subtitle{
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
    /* padding-left: 55px; */
}

.nav-link-box{
    color: white;
    display: inline-block;
    text-align: right;
    border: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    top: 0px;
    white-space: nowrap;
    width: 95%;
    max-width: 1800px;
    z-index: 3;
    /* position: sticky;
    background-color: #161d25; */

}

.nav-link{
    font-size: 25px;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    border: 0px;
    font-family: Bebas Neue;
    font-weight: lighter;
    align-content: stretch;
    color: white;
}

.last-link{
    border-right: 0px;
    border-style: solid;
    border-color: black;
}

.nav-link:hover{
    color:#ff9a3c;
    /* background: linear-gradient(to bottom, #1e242e6b 0%,rgba(16, 21, 31, 0.438) 80%); */
    /* box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.336) inset; */
}

.links-tabs{
    font-size: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.links-tabs::after{
    content: '';
    width: 0;
    height: 3px;
    background:#1178ff;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.links-tabs:hover::after{
    width: 100%;
    transition: 0.2s;
}

.links-tabs:not(:hover)::after{
    width: 0;
    transition: 0.2s;
}


.social-links{
    margin-top: 0px;
    display: inline-block;
}

.nav-links .last-social-link:hover{
    border-top-right-radius: 10px;
}

.social-media-icon{
    height: 20px;
    margin-bottom: -1px;
    cursor: pointer;
}

.social-media-icon:hover{
    filter: brightness(50%);
}

.intro-video-container {
    width: 95%;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items:center;
    overflow: hidden;
    transition: opacity 500ms ease;
    border-radius: 10px;
    max-width: 1800px;

}

#intro-video-container{
    transition: height 500ms ease, background-color 500ms ease;
    opacity: 1;
    background-color: #00000000;
}

#intro-video-container.show{
    height: auto;
    opacity: 0;
}

.intro-video{
    height: 100%; 
    z-index: -100;
    object-fit: cover;
    flex: 1;
    overflow: hidden;
}

.logo-container-nav{
    width: 100%;
    height: 100%;
    /* height: 150px; */
    /* top: 60%; */
    position: relative;
    right: 0;
    display: inline-block;
    /* display: flex;  */
    /* align-items:end; */
    background-image: url("images/logo_white2.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 23%;
    margin-left: 5px;
    z-index: 0;
    opacity: 1;
    transition: opacity 500ms ease, top 500ms ease;
}

.logo-container{
    width: 100%;
    height: 100px;
    top: -63px;
    /* top: 5px; */
    position: absolute;
    display: block;
    background-image: url("images/logo_3d_shadow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -7px;
    z-index: 1;
    opacity: 1;
    transition: opacity 500ms ease, top 500ms ease;
}

.logo-container-top{
    width: 100%;
    height: 120px;
    top: 0px;
    /* top: 5px; */
    position: absolute;
    display: block;
    background-image: url("images/logo_3d_shadow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -7px;
    z-index: 1;
    opacity: 1;
    transition: opacity 500ms ease, top 500ms ease;
}

.box-mask{
    width: 220px;
    height: 5px;
    position: absolute;
    display: block;
    background-color: #161d25;
    top: -1px;
    margin-left: 20px;
    /* right: 0; */
}

.logo{
    left: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header{
    overflow: hidden;
    height: 70vh;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    background-color: #00000000;
}

.header .header-back-button{
    border-style: solid;
    position: absolute;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    color: white;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.356) inset;
    background: linear-gradient(to bottom, #446594 0%,#1d314e 50%);
    font-size: 25px;
    font-family: Bebas Neue;
    height: 40px;
    width: 100px;
    cursor: pointer;
    margin: 10px;
    opacity: 1;
    align-self: flex-start;
    /* left: 0; */
    transition: opacity 500ms ease;
    z-index: 5;
}

.header-back-button:hover{
    background: linear-gradient(to bottom, #5b80b3 0%,#34517e 50%);
}

.header-transition{
    transition: height 500ms ease, background-color 500ms ease;
}


.section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.intro-video-container .introduction-box {
    background-color: #161d25;
    padding: 10px;
    width: 520px;
    height: 280px;
    margin-left: 15%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.877);
    border-width: 1px;
    border-radius: 15px;
    opacity: 1;
    transition: opacity 500ms ease;
}

.intro-video-container .introduction-box .introduction-text {
    color: white;
    padding: 30px;
    /* padding-top: 5px; */
    z-index: 10;
}

.intro-video-container .introduction-box .reel-buttons {
    text-align: center;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
}

.watch-button {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    color: white;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.356) inset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 7px;
}

.watch-button-div{
    min-width: 230px;
    display: flex;
    padding: 5px;

}

.watch-button-text{
    font-family: Bebas Neue;
    text-align: center;
    font-size: 20px;
    padding-right: 5px;
}

.watch-button-icon {
    height:40px;
    display: inline;
    padding-right: 5px;
    padding-bottom: 3px;
}

.rigging-reel{
    background: linear-gradient(to bottom, #2d5899 0%,#0e4170 100%);
}

.animation-reel{
    background: linear-gradient(to bottom, #e49b2e 0%,#d67519 100%);
}

.contact-button{
    background: linear-gradient(to bottom, #494949 0%,#333333 50%);
}


.rigging-reel:hover{
    filter: brightness(110%);
    cursor: pointer;
}

.animation-reel:hover{
    filter: brightness(110%);
    cursor: pointer;
}

.contact-button:hover{
    filter: brightness(110%);
    cursor: pointer;
}

.rigging-reel:active{
    filter: brightness(120%);
    cursor: pointer;
}

.animation-reel:active{
    filter: brightness(120%);
    cursor: pointer;
}


.title-bar {
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: Righteous;
    display: inline-block;
}

.portfolio-viewer-container{
    width: 100%;
    text-align: left;
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-radius: 5px;
}

.portfolio-viewer-track{
    height: 100%;
    transform:translateX(0);
    white-space: nowrap;
    display: inline-block;
    transition: transform 500ms ease;
}


.portfolio-viewer-button{
    width: 100px;
    max-width: 4%;
    font-size: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.527);
    border-width: 0px;
    color: rgb(173, 173, 173);
    cursor: pointer;
}

.portfolio-viewer-button:hover{
    color: white;
}

.portfolio-left-button{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.portfolio-right-button{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.portfolio-item{
    width: 400px;
    height: 100%;
    overflow: hidden;
    /* box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.425) inset; */
    /* padding: 2px; */
    object-fit: cover;
    margin-bottom: 0px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transition: filter 0.3s;
    /* border-width: 1px;
    border-style: solid; */
}

.portfolio-item:hover{
    filter: brightness(0.5);
}

.portfolio-last-item{
    margin-right: 0px;
}

.toanimate{
    object-position: 48%;
}

.sunny-day{
    object-position: 88%;
}

.grave-blunder{
    object-position: 35%;
}


.about-me-body-container{
    display: inline-block;
    width: 80%;
    padding: 30px;
    max-width: 1600px;
}

.work-container{
    display: inline-block;
    width: 95%;
    max-width: 1800px;
    min-width:900px;
    text-align: center;
    margin-bottom: 0px;
}

.work-container-overflow{
    overflow:hidden;
    width: auto;
    height: 100%;
    background-color: black;
}

.work-container-overflow-bg{
    background-color: black;
    height: 100%;
    width: 100%;
    margin-right: 12px;
    margin-left: 12px;
}

.about-me-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 65vh;
}

.about-me-text-container{
    height: 80%;
    flex: 1.3;
}

.about-me-text{
    flex: 1;
    height: 100%;
    overflow: auto;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.profile-picture-container{
    display: flex;
    width: 30%;
    height: 100%;
    flex-shrink: 1;
    align-items: center;
    justify-content: left;
    margin: 4px;
    position: relative;
    border-radius: 7px;
    flex: 1;
    overflow: hidden;
}

.profile-picture{
    object-fit: cover;
    max-width: 100%;
    min-width: 10%;
    height: 100%;
    border-radius: 7px;
}

.profile-rig-overlay{
    position:absolute;
    object-fit: cover;
    max-width: 100%;
    min-width: 10%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.profile-rig-overlay:hover{
    opacity:100;
    transition: opacity 0.15s;
}

.profile-rig-overlay:not(:hover){
    transition: opacity 0.15s;
}
.about-me-text::-webkit-scrollbar {
    width: 20px;
}

.about-me-text::-webkit-scrollbar-track {
    background-color: rgba(17, 18, 19, 0.39);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.384) inset;
    border-radius: 5px;
}

.about-me-text::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #404a61 5%,rgb(40, 48, 63) 60%);
    box-shadow: 1px 1px 2px 0 rgba(130, 159, 187, 0.384) inset;
    border-radius: 5px;
}
  

.tabs{
    width:100%;
    display: flex;
    justify-content: left;
    margin-top: 10px;
    margin-bottom: 35px;
    margin-left: 50px;
}

.tab-link{
    font-family: Bebas Neue;
    color: white;
    font-size: 30px;
}

.tab-link.active::after{
    width: 100%;
}

hr {
    width: 100%;
    background-color: white;
}

.tab-contents{
    display: flex;
    flex-direction: row;
}

.tab-division{
    flex: 1;
}

.primary-points{
    padding-inline-start: 0px;
    text-align: left;
    list-style-type:"> ";
}


.point-list{
    margin: 0px 0;
    color: orange;
    text-align: left;
    margin-left: 15px;
    font-size: 20px;
}

.point-text{
    font-size: 18px;
    color: white;
}

.point-list-margin{
    margin-top: 30px;
}

.sub-point-list{
    margin-top: -5px;
    margin-left: -40px;
    list-style: none;
}

.sub-point-text{
    font-size: 16px;
    color: gray;
}

.tab-contents{
    display:none;
}

.tab-contents.active-tab{
    display: flex;
}

.bar {
    width: 100%;
    margin-left: 3px;
    margin-top: -5px;
}

.bar-block {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: -1px;
    margin-right: -1px;
    background: linear-gradient(to bottom, #ffa620 0%,#e67316 100%);
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.356) inset;

}

.experience-title{
    font-weight: bold;
    font-size: 18px;
    color:#ffa010;
}

.experience-date{
    color:rgb(121, 121, 121);
}

.reel-video{
    height:100%;
    width: 100%;
    left: 0;
    opacity: 1;
    transition: opacity 1000ms ease;
}

.video-container{
    width: 95%;
    height: 100%;
    max-width: 1800px;
    min-width: 900px;
    /* padding: 2%; */
    /* display: inline-block; */
    /* margin-top: 30px;
    margin-bottom: 30px; */
    /* background: black; */
    /* transition: opacity 500ms ease;
    opacity: 1; */
    /* border-radius: 10px; */
}

.popup-container {
    position: absolute;
    width: 95%;
    max-width: 1800px;
    margin-top: 15px;
    text-align: right;
    opacity: 0;
    transition: opacity 200ms ease;
    z-index: 10;
    pointer-events: none;
  }

.popup{
    width: 200px;
    margin-right: 50px;
    display: inline-block;
    background-color: #161d25;
    border: 1px solid;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    border-color: rgb(199, 199, 199);
    color:white;
    z-index: 10;
    pointer-events: auto;
}

.main-contact-popup{
    position: absolute;
    width: 80%;
    height: 80px;
    color: white;
    text-align: center;
    bottom: -50px;
    background: gray;
    display: inline-block;
}

.hidden {
display: none;
}

.copy-to-clipboard{
    background-color: rgb(29, 110, 29);
    background: linear-gradient(to bottom, rgb(67, 126, 86) 2%, #297529 5%,rgb(18, 77, 41) 60%);
    width: 100%;
    height: 20px;
    color: white;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.copy-to-clipboard:hover{
    background: linear-gradient(to bottom, rgb(94, 153, 113) 2%, #3a913a 5%,rgb(30, 104, 59) 60%);
}

.rigs-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rig-container{
    background-color: #00000033;
    min-height: 500px;
    width: 100%;
    color: white;
    padding: 30px;
    margin: 10px;
    border-radius: 20px;
}

.rig-image{
    height: 100%;
}

.contact-form-container{
    /* background-color: #00000033; */
    height: 65vh;
    width: 100%;
    color: white;
    /* padding: 70px; */
    /* border-radius: 20px; */
    display: inline-block;
    /* margin-top: 35px; */
    text-align: center;
}

.contact-form-sub-container{
    padding-top: 50px;
    width: 50%;
    max-width: 1600px;
    min-width:700px;
    /* max-width: 1000px; */
    /* padding-bottom: 70px; */
    display: inline-block;
    text-align: center;
    /* height: 100%; */
}

.text-input{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #272f38;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(53, 58, 68);
    color: white;
    font-size: 15px;
    resize: vertical;
}

.submit-message-button{
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    color: white;
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.356) inset;
    height: 50px;
    width: 30%;
    padding: 7px;
    font-family: Bebas Neue;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    /* display: inline-block; */
    background: linear-gradient(to bottom, #d38c22 0%,#d67519 100%);
    cursor: pointer;
}

.submit-message-button:hover{
    filter: brightness(110%);
}

.submit-message-button:active{
    filter: brightness(120%);
}

@media only screen and (max-width: 900px){
    /* p{
        font-size: 15px;
    } */

    .header{
        width: 100%;
        height: auto;
    }
    .intro-video-container {
        width: 95%;
        /* display: flex;
        flex-direction: row; */
        height: 400px;
        display: block;
        /* align-items:center; */
        overflow: hidden;
        transition: opacity 500ms ease;
        border-radius: 10px;
        max-width: 1800px;
        text-align: center;

    }
    .intro-video-container .introduction-box {
        display: inline-block;
        background-color: #161d25;
        padding: 0px;
        width: 85vw;
        height: auto;
        margin-top: 60px;
        margin-left: 0;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
        z-index: 1;
        position: relative;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.877);
        border-width: 0px;
        border-radius: 0px;
        opacity: 1;
        transition: opacity 500ms ease;
    }

    .intro-video-container .introduction-box .introduction-text {
        color: white;
        padding: 0px;
        z-index: 10;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .intro-video{
        height: 100%; 
        z-index: -100;
        object-fit: cover;
        flex: 1;
        overflow: hidden;
        display: none;
    }

    .video-container{
        width: 95%;
        height: 100%;
        /* max-width: 1800px;
        min-width: 900px; */
    }

    .reel-video{
        width: 100vw;
        position: absolute;
        top: 0;
        margin-top: 40px;
    }
    .work-container{
        min-width: 0px;
        width: 100%;
    }

    .portfolio-viewer-container{
        width: 100%;
        text-align: left;
        height: 500px;
        overflow: scroll;
        margin-bottom: 20px;
        border-style: solid;
        border-width: 0px;
        border-color: rgb(0, 0, 0);
        border-radius: 5px;
    }

    .portfolio-viewer-track{
        height: 100%;
        transform:translateX(0);
        white-space: nowrap;
        display: inline-block;
        transition: transform 500ms ease;
    }

    .portfolio-viewer-button{
        display: none;
    }

    .portfolio-item{
        width: 300px;
    }

    .about-me-body-container{
        padding: 0px;
        width: 100%;
    }

    .about-me-body{
        flex-direction: column;
        width: 100%;
    }

    .profile-picture-container{
        display: block;
        width: 100%;
        height: 50vh;
        min-height: 500px;
        min-width: 350px;
        /* flex-shrink: 1; */
        align-items: center;
        justify-content: left;
        margin: 0px;
        position: relative;
        border-radius: 0px;
        flex: 1;
        overflow:visible;
    }
    .profile-picture{
        width: 70vw;
        height: 100%;
        min-height: 500px;
        min-width: 350px;
    }

    .profile-rig-overlay{
        display: none;
    }

    .tabs{
        width:90%;
        display: flex;
        justify-content: left;
        margin-top: 10px;
        margin-bottom: 25px;
        margin-left: 10px;
    }

    .about-me-text::-webkit-scrollbar {
        display: none;
    }

    .about-me-text{
        flex: 1;
        height: 100%;
        width: 95%;
        overflow: auto;
        margin-left: 10px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 50px;
    }

    .point-text{
        font-size: 15px;
    }

    .bar-block {
        width: 8px;
        margin-left: -2px;
        margin-right: -2px;
    }

    .watch-button-div{
        min-width: 180px;
        height: 60px;
    }

    .watch-button-text{
        font-size: 17px;
    }

    .watch-button-icon {
        height:20px;
    }
}