@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.skip-link {
    position: absolute;
    background-color: white;
    color: black;
    top: -5em;

}

.skip-link:focus {
    transform: translateY(100%);
    top: 5em;
  }

body {
    background-color: black;
    color: white;
}

.cmzoo-title {
    font-size: 1.2em;
}

.subpage-title {
    font-size: 1.5em;
}

.top-nav {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    background-color: black;
    z-index: 1000;
    top: 0;
}

.top-nav a {
    font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    color: white;
    text-decoration: none;
    margin: 1.75em 7em 1.75em 7em;
}

.top-nav #logo {
    margin: 0em 5em 0em 5em;
}

.main-content {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 60px;
}

.joey-silo {
    height: 450px;
    width: 400px;
}

.action {
    display: flex;
    position: relative;
    height: auto;
}

.action-first-half {
    position: relative;
    font-family: 'Bodoni Moda', serif;
    display: flex;
    flex-direction: column;
    left: 3em;
}

.name {
   font-size: 7em;
   margin-top: 4.75em;
   margin-bottom: 0em;
   border-bottom: 1px solid white;
}

.text-side {
    padding-left: 4em;
    display: flex;
    flex-direction: column;
    width: 50vw;
}

.cmzoo-text-side {
    padding-left: 2em;
    padding-right: 3.7em;
    display: flex;
    flex-direction: column;
    width: 45vw;
}

.bio-name {
    font-family: 'Bodoni Moda', 'serif';
    border-bottom: 1px solid white;
    width: fit-content;
    font-size: 2em;
    padding-top: 0.5em;
}

.bio-text {
    font-family: 'Raleway', sans-serif;
    font-size: 1.15em;
    padding-top: 1em;
    line-height: 1.5em;

}

.bio-text a {
    color: inherit;
}

.job-title {
    font-size: 2.25em;
    margin-top: 0.5em;
    margin-bottom: 0em;
 }

.action-second-half {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 3em;
}

#portrait-silo {
    display: flex;
    justify-content: center;
    margin-top: 5em;
    
}

.text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.25em;
    width: 500px;
    height: 150px;
    margin-top: 1em;
}

.short-about {
    justify-content: center;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5em;
}

 .arrow-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }

.arrow {
    position: relative;
    width: 20px;
    height: 20px;
    border-top: 4px solid white;
    border-left: 4px solid #fff;
    transform: rotate(1deg);
    animation: arrow-load 2s infinite;
}


.arrow:nth-child(1) {
    
    animation-delay: -0.4s;
}

.arrow:nth-child(2) {
    animation-delay: -0.2s;
}

.projects-section {
    display: flex;
    flex-direction: column;
    padding-top: 10em;
}

.projects-page-section {
    display: flex;
    flex-direction: column;
    padding-top: 5em;
}

.projects-header {
    align-self: flex-end;
    font-family: 'Bodoni Moda', serif;
    font-size: 3em;
    border-bottom: 1px solid white;
    margin-right: 1.5em;
}

#skills-section {
    display: flex;
}

.skills-sub {
    text-align: center;
}

.skills-sub h3 {
    font-family: 'Bodoni Moda', serif;
    padding: 0.2em;
    font-size: 2em;
    border-bottom: 1px solid white;
    display: inline-block;
}

.skills-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.skills-logos img {
    height: 100px;
    width: 100px;
}

.logo-container {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3vw;
    padding-right: 3vw;
    font-family: 'Raleway', sans-serif;
}

.logo-container p {
    padding: 0.5em;
}


.header-left {
    align-self: flex-start;
    font-family: 'Bodoni Moda', serif;
    font-size: 3em;
    border-bottom: 1px solid white;
    margin-left: 1.5em;
}

.sub-header-left {
    align-self: flex-start;
    font-family: 'Bodoni Moda', serif;
    font-size: 2em;
    border-bottom: 1px solid white;
    margin-left: 2.1em;
    padding-top: 2em;
}

.all-projects-container {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 2.5em;
}

.project-container {
    padding: 2em;
}

.title-and-logos {
    display: flex;
    padding-top: 0.8em;
}

.project-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
}

.logos {
    align-self: flex-end;
}

.left-link-arrow {
    width: 40px;
    height: 40px;
    border-top: 2px solid white;
    border-left: 2px solid #fff;
    transform: rotate(315deg);
    margin-top: 0.3em;
}

.right-link-arrow {
    width: 40px;
    height: 40px;
    border-bottom: 2px solid white;
    border-right: 2px solid #fff;
    transform: rotate(315deg);
    margin-top: 0.3em;
}

.all-projects-link {
    display: flex;
    justify-content: center;
    font-family: 'Bodoni Moda', serif;
    font-size: 1.5em;
}

#link-text a {
    color: white;
    text-decoration: none;
}

.project-img {
    max-width: 100%;
    object-fit: cover;
    border: 0.05px solid white;
}

.about-me-text {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4em;
    padding: 2.7em;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;

}

.in-touch-first-half {
    width: 50vw;
}

.in-touch-second-half {
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.touch-first {
    font-size: 5em;
}

.form-format {
    display: flex;
    flex-direction: column;
    margin-left: 3em;
    margin-top: 1em;
}

.label-and-text {
    font-family: 'Raleway', sans-serif;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 30vw;
}

label {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

input {
    height: 2.5em;
    font-family: 'Raleway', sans-serif;
    background-color: black;
    border: 1px solid white;
    color: white;
    padding: 0.5em;
    font-size: 1em;
}

textarea {
    font-family: 'Raleway', sans-serif;
    margin: 1em;
    background-color: black;
    border: 1px solid white;
    color: white;
    width: 43vw;
    height: 15em;
    resize: none;
    padding: 0.5em;
    font-size: 1em;
    line-height: 1.4em;
}

.submit-button {
    padding: 0.5em;
    margin-left: 0.5em;
    font-size: 1em;
}

.submit-button input{
    cursor: pointer;
}



.handshake {
    height: 500px;
    width: 500px;
}

.joey-footer {
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    padding: 1em;
    padding-top: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-side img{
    padding-left: 4.5em;
    padding-top: 3em;
    width: 40vw;
}

.cmzoo-img-side img{
    width: 50vw;
}

.cmzoo-img-side {
    padding-left: 4.5em;
    padding-top: 1.6em;
    
}

.research-img-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
}

.research-img {
    padding: 1em;
}

.research-img img {
    width: 40vw;
    height: 25vw;
    border: 1px solid white;
}

.secondint-img {
    padding: 1em;
}

.secondint-img img {
    width: 40vw;
    height: 23vw;
    border: 1px solid white;
}

.mobile-img {
    padding: 1em;
}

.mobile-img img {
    width: 19vw;
}

.taskflow-img-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.taskflow-img img {
    width: 80vw;
}

.lowfid-img-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.lowfid-img {
    padding-left: 1em;
    padding-right: 1em;
}

.lowfid-img img {
    width: 20vw;
}

.timeline-text {
    font-family: 'Raleway', sans-serif;
    margin-left: 3.5em;
    padding: 1em;
    padding-bottom: 3em;
}

.caption-text {
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    padding-top: 0.75em;
    line-height: 1em;

}

.body-text {
    font-family: 'Raleway', sans-serif;
    font-size: 1.15em;
    padding-top: 2em;
    padding-left: 3.7em;
    padding-right: 3.7em;
    line-height: 1.5em;
}

.body-text a {
    color: inherit;
}

.notes-img-side img{
    width: 40vw;
}

.notes-img-side {
    padding-left: 4.5em;
    padding-top: 1.6em;
}

.notes-text-side {
    padding-left: 2em;
    padding-right: 3.7em;
    display: flex;
    flex-direction: column;
    width: 60vw;
}

.strong {
    font-weight: 600;
}

.cmzoo-section {
    padding-top: 3em;
    padding-bottom: 3em;
}

.reflection {
    padding-bottom: 3em;
}

.design {
    padding-bottom: 3.5em;
}

@keyframes arrow-load {
    0% {
        opacity: 0;
        transform: rotate(-135deg) translateY(0px);
    }
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(-135deg) translateY(0px);
    }
}

@media only screen and (max-width: 1400px) {
    .name {
        font-size: 6em;
        margin-top: 5.5em;
    }
    .job-title {
       font-size: 2em; 
    }

    .joey-silo {
        height: 400px;
        width: 350px;
    }

    #portrait-silo {
        margin-top: 8em;
    }

    .text-container {
        font-size: 1em;
        width: 400px;
        height: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .top-nav a {
        font-family: 'Raleway', serif;
        font-size: 0.75em;
        color: white;
        text-decoration: none;
        margin: 1.75em 4em 1.75em 4em;
    }
    
    .top-nav #logo {
        margin: 0em 2em 0em 2em;
    }

    .name {
        font-size: 5em;
        margin-top: 6.7em;
    }
    .job-title {
       font-size: 1.5em; 
    }
}

@media only screen and (max-width: 1000px) {
    .action {
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center;
        height: auto;
    }

    .action-first-half,
    .action-second-half {
        position: relative;
        width: 100%; 
        text-align: center; 
        display: flex;
        align-items: center; 
        justify-content: center;
        margin: 0;
        left: 0;
        right: 0;
    }

    .name {
        margin-top: 0.5em;
        margin-left: 0; 
    }

    .text-container {
        text-align: center; 
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1em;
        height: 100px;
    }



    #portrait-silo {
        margin-top: 3em;
    }

    .projects-header, .header-left {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self:center;
        margin: 0;
        text-align: center;
        max-width: 600px;
        font-size: 2em;
        margin: 0.7em;
    }

    .about-me-text {
        font-size: 1.2em;
        padding: 2em;
    }

    .form-format {
        align-items: center;
        margin: 0;
    }

    .label-and-text {
        width: 50vw;
    }

    textarea {
        width: 70vw;
    }

    .handshake {
        height: 300px;
        width: 300px;
    }


    .all-projects-container {
        flex-direction: column;
        padding: 0;
    }

    .img-side img{
        padding-left: 0;
        padding-top: 0;
        width: 40vw;
    }
    .text-side {
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70vw;
    }

    .bio-name {
        padding-top: 1em;
    }

    .timeline-text {
        text-align: center;
        margin: 0;
    }

    .cmzoo-img-side {
        padding-left: 0;
    }

    .cmzoo-img-side img {
        width: 90vw;
    }

    .research-img img {
        width: 90vw;
        height: auto;
    }

    .secondint-img img {
        width: 90vw;
        height: auto;
    }

    .mobile-img img {
        width: 70vw;
        height: auto;
    }

    .cmzoo-text-side {
        align-items: center;
        width: 100vw;
        padding-left: 2em;
        padding-right: 2em;
    }

    .body-text {
        align-items: center;
        width: 100vw;
        padding-left: 2em;
        padding-right: 2em;
    }

    .research-img-layout {
        flex-direction: column;
    }

    .notes-img-side {
        padding-left: 0;
    }

    .notes-img-side img {
        width: 80vw;
    }

    .notes-text-side {
        align-items: center;
        width: 90vw;
    }
    .sub-header-left {
        justify-content: center;
        align-self: center;
        margin: 0;
    }

}

@media only screen and (max-width: 750px) {

    .name {
        font-size: 3em;
    }

    .job-title {
        font-size: 1.2em;
    }

    #portrait-silo {
        margin-top: 0em;
    }

    .joey-silo {
        height: 300px;
        width: 200px;
    }

    .text-container {
        width: 330px;
        padding-bottom: 2em;
    }

    .projects-header, .header-left {
        font-size: 1.6em;
    }

    .all-projects-link {
        font-size: 1.2em;
    }

    .about-me-text {
        font-size: 1em;
    }

    .top-nav a {
        font-family: 'Raleway';
        font-size: 0.7em;
        color: white;
        text-decoration: none;
        margin: 1.75em 1.5em 1.75em 1.5em;
    }
    
    .top-nav #logo {
        margin: 0em 0.5em 0em 0.5em;
    }

    .skills-sub h3 {
        font-size: 1.25em;
    }

    .logo-container {
        font-size: 0.75em;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .skills-logos img {
        height: 40px;
        width: 40px;
    }

    .label-and-text {
        width: 65vw;
    }

    textarea {
        width: 80vw;
    }
}

.project-title a {
    color: white;
    text-decoration: none;
}