h1 {
    font-family: 'Roboto Slab', monospace;
    font-size: 48px;
    line-height: 125%;
    margin-bottom: 20px;
    text-transform: lowercase;
}

h2 {
    font-family: 'Roboto Slab', monospace;
    font-size: 32px;
    line-height: 125%;
    text-transform: lowercase;
}

h3 {
    font-family: 'Roboto Slab', monospace;
    font-size: 18px;
    text-transform: lowercase;
}

p {
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: lowercase;
}

img {
    max-width: 100%;
}

ul {
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
    font-size: 14px;
    text-transform: lowercase;
    margin-left: 1em;
}

ul li::before {
    content: "\2022";
    color: #F9A61A;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

footer {
    border-top: 3px solid black;
    padding: 20px 0;
    width: 100%;
    margin: 100px 0 30px 0;
    text-align: center;
}

.stress {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.orange {
    color: #F9A61A;
}

.topMargin {
    margin-top: 35px;
}

.active {
    color: #F9A61A;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* navigation */
.navBar {
    display: flex;
    overflow: hidden;
    margin: 2rem;
    margin-bottom: 0;
    height: 70px;
}

.links {
    margin-left: auto;
    margin-top: auto;
    display: flex;
}

.bullet {
    color: #F9A61A;
    margin: 0 1em;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    padding-top: .1em;
    display: inline;
}

.navBar a {
    text-decoration: none;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 2em;
}

.navBar a:hover,
.navBar a.active {
    color: #F9A61A;
}

#mainLogo {
    display: inline;
    height: 70px;
}

.links .icon {
    box-sizing: border-box;
    width: 19px;
    height: 32px;
    background-image: url("images/xMark.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

/* Footer */
.footer {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #C618A5;
    margin: 0 30px;
}

.footer:hover {
    color: black;
}

.socials {
    height: 20px;
    margin: 25px 8px 0 8px;
}

.copyright {
    font-size: 12px;
    margin-top: 20px;
}

/* Video & Intro */
.intro {
    margin: 0 30px;
    max-width: 400px;
}

/* Portfolio */
.portfolio {
    display: grid;
    gap: 1em;
    width: 100%;
    max-width: 1200px;
    margin-top: 80px;
    margin-inline: auto;
}

.work {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.workImg {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
}

.workImg:hover {
    transform: scale(1.05);
}

/* About */
.aboutContainer {
    display: grid;
    gap: 1em;
    width: 80%;
    max-width: 1200px;
    margin-top: 120px;
    margin-inline: auto;
}

.selfie {
    width: 85%;
    margin: 20px 0 0 50px;
}

.downloadLink {
    text-decoration: none;
    color: #F9A61A;
}

/* Contact */
.contactContainer {
    display: grid;
    gap: 3em;
    width: 80%;
    max-width: 1200px;
    margin-top: 120px;
    margin-inline: auto;
}

.contactForm {
    display: grid;
    gap: 1.5em;
    width: 100%;
}

.contactLabel {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 150%;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: lowercase;
    display: inline-block;
}

.contactInput {
    border: 1px solid black;
    border-radius: 4px;
    height: 1.5em;
    width: 0;
    min-width: 100%;
}

#message {
    resize: none;
    font-family: 'Roboto', sans-serif;
}

.contactButton {
    color: white;
    border: 1px solid black;
    border-radius: 8px;
    background-color: #F9A61A;
    width: 150px;
    height: 50px;
}

.buttonAlignRight {
    text-align: right;
}

#airplane {
    margin-left: 3px;
}

#sendButton:hover {
    cursor: pointer;
}

#sendButton p {
    display: inline;
    transition: opacity .5s;
}

#sendButton:hover p {
    opacity: 25%;
}

#sendButton img {
    transition: margin-left .5s;
}

#sendButton:hover img {
    margin-left: 25px;
}

#thanksButton p {
    display: inline;
    animation: show 1s .25s cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
    opacity: 0;
    transform: rotateX(-90deg);
    transform-origin: top center;
}

#thanksButton img {
    margin-left: 10px;
    animation: move 1s .25s cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
}

@keyframes move {
    100% {
        transform: rotate(-.25turn) translate(40px, -25px);
    }
}

@keyframes show {
    100% {
        opacity: 1;
        transform: none;
    }
}


/* smaller than 600px */
@media screen and (max-width: 600px) {

    .links a.icon {
        float: right;
        display: block;
    }

    .links .nav-item {
        display: none;
    }

    .links.responsive {
        position: absolute;
        top: 4.5rem;
        right: 1rem;
        background-color: black;
        display: flex;
        flex-direction: column;
        width: 7rem;
        height: 10rem;
        padding-bottom: 1rem;
        padding-left: 3rem;
    }

    .links.responsive a.icon {
        box-sizing: border-box;
        display: flex;
        margin-left: auto;
        margin-right: 1rem;
        width: 19px;
        height: 32px;
        padding-left: 19px;
        overflow: hidden;
    }

    .links.responsive a {
        display: flex;
        color: white;
    }

    .links.responsive a:hover {
        display: flex;
        color: #F9A61A;
    }

    .links.responsive a.active {
        display: flex;
        color: #F9A61A;
    }
}

/* bigger than 750px */
@media (min-width: 750px) {

    .workImg {
        height: 100%;
    }

    .portfolio {
        grid-template-columns: repeat(6, 1fr);
    }

    .aboutContainer {
        grid-template-columns: repeat(2, 1fr);
    }

    .work:first-child {
        grid-row: span 2;
    }

    .grid-col-span-2 {
        grid-column: span 2;
    }

    .grid-col-span-3 {
        grid-column: span 3;
    }

    .grid-col-span-4 {
        grid-column: span 4;
    }
}

@media (min-width: 925px) {
    .intro {
        margin-left: 60%;
        max-width: 500px;
    }


    .contactContainer {
        grid-template-columns: 1fr 2fr;
    }

    .contactForm {
        grid-template-columns: repeat(2, 1fr);
    }
}