
@import url('https://use.typekit.net/otw4jgm.css');
:root {
    --main-black: #121212;
    --main-grey: #a8a8a8;
    --main-light: #838383;
    --main-bg-grey: #EDEFF5;
    --main-bg-light: #f8f9fb ;
    --main-blue: #006a85;
    --main-light-blue: #46daff;
  }

/* main { background-color: var(--main-bg-grey); } */

ul {list-style: none;}

ul li { 
    display: inline-block; 
    margin-right: 20px;
}



.skip {
    position: absolute;
    left: -999px;
    width:1px;
    height: 1px;
    top: auto;
  
    &:focus {
      color: var(--main-bg-grey);
      display: inline-block;
      height: auto;
      width: auto;
      position: static;
      margin: auto;
    }
}
.hidden { height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px; }

button {
    -webkit-appearance: none;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    word-spacing: inherit;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    background-color: var(--main-bg-light);
    cursor: copy;
    background-color: var();
    box-sizing: 0em;
    margin: 0em;
    font: inherit;
    padding: 0em;
    border: none;
    background-image: linear-gradient(to bottom, var(--main-blue) 100%, var(--main-blue));
    background-position: 0 1.15em;
    background-repeat: repeat-x;
    background-size: 1px 2px;
}
button:active {
    outline: none;
    border: none;
}
.myInput {
    opacity: 0;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.MR28 {
    font-family: minion-pro-display, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: .02em;
    color: var(--main-black);
}
.SR18 {
    font-family: soleil, sans-serif;
    font-size: 18px;
    line-height: 1.3 ;
    letter-spacing: .02em;
    color: var(--main-black);
    font-weight: 300;
} 
.MR20 {
    font-family: minion-pro-display, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .02em;
    color: var(--main-black);
} 
.MI25 {
    font-family: minion-pro-display, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: var(--main-black);
}
.SI18 {
    font-family: soleil, sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3 ;
    letter-spacing: .02em;
    color: var(--main-black);
    font-weight: 600;
}
.SI14 {
    font-family: soleil, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1.4;
    color: var(--main-black);
}
.SI14H {
    font-family: soleil, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1.4;
    color: var(--main-black);
    padding-top: 20px;
}
.SR16 {
    font-family: soleil, sans-serif;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.4;
    color: var(--main-black);
    font-weight: 300;
}

a {
    color: var(--main-black);
}

a, .underline {
    text-decoration: none;
    background-image: linear-gradient(to bottom, var(--main-blue) 100%, var(--main-blue));
    background-position: 0 1.15em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}
.flex-about {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
}

hr.fade-text {
    width: 100%;
    height: 0.01rem;
    border-top: 1px solid var(--main-grey);
    margin: auto;
}

#main-nav {
    position: fixed;
    top:0; left:0; width:100%;
    text-align: center;
    padding-top: 40px;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px; 
    color: var(--main-black);
    font-weight: 600;
}
#about-nav {
    position: fixed;
    top:0; left:0; width:100%;
    text-align: center;
    padding-top: 40px;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px; 
    font-weight: 600;
}


#main-nav a:hover, #main-nav a:active, #main-nav a {
    background-image: linear-gradient(to bottom, var(--main-blue) 100%, var(--main-blue));
    background-position: 0 1.4em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: var(--main-black);
}
.fade-text a:hover, .work a:hover, .project a:hover, .job-detail a:hover {
    background-image: linear-gradient(to bottom, var(--main-blue) 100%, var(--main-blue));
    background-position: 0 1.15em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}
#about-nav a:hover, #about-nav a:active, #about-nav a {
    background-image: linear-gradient(to bottom, var(--main-light-blue) 100%, var(--main-light-blue));
    background-position: 0 1.4em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: var(--main-bg-light);
}

.SI14H a {
    font-weight: 300;
    font-style: normal;
    background-image: linear-gradient(to bottom, var(--main-blue) 100%, var(--main-blue));
    background-position: 0 1.25em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}





/* Home Page */

.about {
    width: 100%;
    margin: auto;
}
.fade-text { opacity: 0; }

.about-text { padding: 120px 20px 100px 20px; }

.project {
    padding-top: 20px;
    width: 100%;
    top: 15vh;
    margin-bottom: 100px;
    text-align: center;
}
.project-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.project img {
    display: block;
    width: 90%;
    margin: auto;
}

/* Project Page */
.project-about {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    width: 80%;
    margin: auto;
    padding-top: 80px;
}
.job-info {
    width: 600px;
}


.examples {
    text-align: center;
}
.examples-vs {
    text-align: center;
    flex-wrap: wrap;
}
.app-examples {
    background-color: var(--main-bg-light);
    text-align: center;
}
.app-examples-text {
    width: 80%;
    margin: auto;
}

.examples h3 {
    margin: 30px auto 20px auto;
}
.image-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 50px;   
}
.example-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 50px;   
}


.sketches {
    flex-direction: column;
}
.image-column {
    display: flex;
    flex-direction: column;
}

.image-group img {
    box-shadow: 1px 5px 10px #dadada;
}


.desktop {
    width: 60vw;
    margin-right: 5%;
}
.vs-desktop {
    width: 40vw;
    margin: 30px 10px;
}
.mobile {
    width: 20vw;
}
.sidebyside {
    width: 40vw;
    margin: 0 3% 3% 3%;
}
.center {
    width: 70vw;
    margin: auto;
}
.center-lg {
    width: 90vw;
    margin: auto auto 3% auto;
}
.email {
    width: 40vw;
    margin: 10px 10px;
}
.email-top, .email-bottom{
    width: 35%;
    margin-bottom: 30px;
}
.rows {
    flex-wrap: wrap;
}
.wireframes img {
    margin: 10px 10px;
    box-shadow: none;
}

.next-project {
    width: 90%;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 80px;

}
/* About Page */
#about-page {
    width: 100%;
    margin: auto;
    text-align: center;
    
}



#about-page p, #about-page h1 {
    color: var(--main-bg-light);
    line-height: 1.3;
    width: 80%;
    margin:auto;
}
#about-page p {
    font-size: 18px;
}
#about-page a {
    color: var(--main-bg-light);
    font-size: 18px;
}
#about-page hr {
    width: 80%;
    height: 0.01rem;
    margin: auto;
}




/* Screen Sizes */


@media only screen and (min-width: 680px) {
    .MR28 {
        font-size: 40px;
    }
    .MR20 {
        font-size: 30px;
      } 
    .MI25 {
        font-size: 35px;
    } 
    .SR16 {
        font-size: 16px;
    }
    .flex-about {
        gap: 30px;
    }
    
    .about-text { 
        padding: 120px 0px 150px 0; 
        margin: auto;
        width:80%;
    }

    .project {
        width: 600px;
        margin: auto;
    }
    .project-about {
        width: 650px;
    }
    .project img { 
        width: 600px;
        margin: auto;
    }
    .job-detail p {
        padding: 0 0 20px 0;
    }
    .desktop {
        width: 50vw;
        margin-right: 5%;
    }
    .mobile {
        width: 15vw;
    }
    .center {
        width: 50vw;
    }
    .email {
        width: 20vw;
        margin: 20px 20px;
    }
    .email-top, .email-bottom{
        width: 35%;
        margin-bottom: 30px;
    }
    .app-examples-text {
        width: 600px;
    }
    .next-project {
        width: 650px;
    }
    #about-page {
        width: 650px;
        width: 80%;
        margin: auto;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) {
    .about-text {
        width:60%;
    }

}
