/*
* MAIN STYLESHEET
*
*
* @author: Arjun Dhillon
*
*
*/





/*
 * 
 *  TYPOGRAPHY
 *
------------------------------------------*/
.button, body, button, h1, h1.title, h2, h3, h4, h5, h6, a, p, ul, li {
    font-family: "degular", "Helvetica Neue",Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

    @font-face {
        font-family: gtsectra-book;
        src: url('../fonts/sectra/GT-Sectra-Book.woff2') format(woff2);
    }
    .nikolai-regular {
        font-family: gtsectra-book;
        font-display: block;
    }
    @font-face {
        font-family: gtsectra-book-italic;
        src: url('../fonts/sectra/GT-Sectra-Book-Italic.woff2') format(woff2);
    }
    .nikolai-regular {
        font-family: gtsectra-book-italic;
        font-display: block;
    }
    @font-face {
        font-family: nikolai-regular;
        src: url('../fonts/nikolai/Nikolai-Regular.woff2') format(woff2);
    }
    .nikolai-regular {
        font-family: nikolai-regular;
        font-display: block;
    }
    @font-face {
        font-family: nikolai-bold;
        src: url('../fonts/nikolai/Nikolai-Bold.woff2') format(woff2);
    }
    .nikolai-bold {
        font-family: nikolai-bold;
        font-display: block;
    }
    @font-face {
        font-family: nikolai-light;
        src: url('../fonts/nikolai/Nikolai-Light.woff2') format(woff2);
    }
    .nikolai-light {
        font-family: nikolai-light;
        font-display: block;
    }

.degular-black {
    font-family: "degular-display", sans-serif;
    font-weight: 800;
    font-style: normal;
}

h1 {
    color: #000;
    font-family: "degular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 37px;
    line-height: 42px;
    text-rendering: initial;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: discretionary-ligatures;
    -moz-font-feature-settings: "dlig";
    -webkit-font-feature-settings: "dlig";
    font-feature-settings: "dlig";
}
h2 {
    color: #000;
    font-size: 22px;
    font-weight: initial;
    line-height: 32px;
    text-rendering: initial;
    -webkit-font-smoothing: antialiased;
}
h3 {
    color: #000;
    font-size: 18px;
    font-weight: initial;
    line-height: 26px;
    margin-bottom: 15px;
    text-rendering: initial;
    -webkit-font-smoothing: antialiased;
}
p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    text-rendering: initial;
    -webkit-font-smoothing: antialiased;
}
p em {
}
ul, 
ol {
    color: #000;
    font-size: 18px;
    line-height: 24px;
}
ul li, 
ol li {
    padding-bottom: 10px;
}

a {
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

p span.dropcap {
    padding-top: 1px;
    padding-right: 2px;
}
.rule-1 {
    color: #000;
}





/*
 * 
 *  UTILS
 *
------------------------------------------*/

.mobile-show {
    display: none;
}
@media (max-width: 600px) {
    .mobile-noshow {
        display: none;
    }
    .mobile-show {
        display: initial;
    }
}


/*=== Page load FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.introFirst {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.introSecond {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.introThird {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.introFourth {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}






/*
 * 
 *  MULTIPAGE 
 *
------------------------------------------*/

#contact-me {
    margin-top: 35px;
}
#contact-me a {
    color: #000;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
}
#contact-me a span {
    /*font-size: 16px;*/
}
#contact-me a:hover {
    color: #FF0045;
}





/*
 * 
 *  HOME
 *
------------------------------------------*/

#home {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 25px;
}

#home #home-container {
    margin-top: 90px;
}
#home #home-hello {
    margin-bottom: 90px;
}
#home #home-hello #intro-note {
    background-image: url(../img/arjun@2x.png);
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 30px 30px 0;
    padding-left: 185px;
    min-height: 175px;
}
#home #home-hello #intro-note h1 {
    font-family: "degular-display", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
#home #home-hello #intro-note p {
    font-size: 20px;
    line-height: 24px;
    max-width: 520px;
}

#home #work-list {
    margin: 0 0 70px 0;
}
#home #work-list .work-card {
    display: block;
    margin: 25px 0;
    padding: 0;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: background 500ms ease-out;  
    -moz-transition: background 500ms ease-out;  
    -o-transition: background 500ms ease-out;  
    transition: background 500ms ease-out; 

}
#home #work-list .work-card .card-text {
    padding: 45px 0 35px 35px;
}
#home #work-list .work-card .work-logo img {
    width: 140px;
}
#home #work-list .work-card h2 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin-top: 110px;
    margin-bottom: 40px;
}



#home #work-list .work-card#virgin-card {
    background-size: 1px 600px;
    background-image: linear-gradient(#862998, #EE0211);
}
#home #work-list .work-card#virgin-card:hover {
    background-position-y: bottom;
}
#home #work-list .work-card#virgin-card .card-img {
    background: url(../img/virginscreens1.png) no-repeat center right 35px;
    background-size: 70%;
}


#home #work-list .work-card#geno-card {
    background: #FBD42C;
}
#home #work-list .work-card#geno-card h2 {
    color: #000;
}
#home #work-list .work-card#geno-card:hover {
    background: #DCB300;
}
#home #work-list .work-card#geno-card .card-img {
    background: url(../img/geno-card-img@3x.png) no-repeat top 20px right 35px;
    background-size: 70%;
}


#home #work-list .work-card#andme-card {
    background-size: 1px 500px;
    background-image: linear-gradient(#435CBE, #7D3596);
}
#home #work-list .work-card#andme-card h2 {
    margin-top: 100px;
    margin-bottom: 30px;
}
#home #work-list .work-card#andme-card:hover {
    background-position-y: bottom;
}
#home #work-list .work-card#andme-card .card-img {
    background: url(../img/23andme-tiles@3x.png) no-repeat center right 35px;
    background-size: 70%;
}


#home #work-list .work-card#hawking-card {
    background-size: 1px 500px;
    background-image: linear-gradient(#F8E9D2, #A19381);
}
#home #work-list .work-card#hawking-card h2 {
    color: #000;
}
#home #work-list .work-card#hawking-card:hover {
    background-position-y: bottom;
}
#home #work-list .work-card#hawking-card .card-img {
    background: url(../img/harvard-screenshot@2x.png) no-repeat top 20px right 35px;
    background-size: 70%;
}


#home #work-list .work-card#bestbuy-card {
    background-size: 1px 600px;
    background-image: linear-gradient(#034ECF, #00236A);
}
#home #work-list .work-card#bestbuy-card:hover {
    background-position-y: bottom;
}
#home #work-list .work-card#bestbuy-card .card-img {
    background: url(../img/bestbuykiosk.png) no-repeat top 20px right 35px;
    background-size: 70%;
}


#home #work-list .work-card#ethicslab-card {
    background: #262626;
}
#home #work-list .work-card#ethicslab-card h2 {
    margin-top: 80px;
    margin-bottom: 20px;
}
#home #work-list .work-card#ethicslab-card:hover {
    background: #000;
}
#home #work-list .work-card#ethicslab-card .card-img {
    background: url(../img/masthead-ethicslab.svg) no-repeat top 0px right 10px;
    background-size: 100%;
}




#visual {
    padding: 20px 0 60px;

}
#visual h2 {
    font-size: 20px;
    text-align: right;
}




@media (max-width: 800px) {
    #home {
        padding: 0 20px;
    }
}

@media (max-width: 680px) {
    #home #home-hello #intro-note {
        background-image: none;
        padding-left: 0;
    }
    #home #home-hello #intro-note p {
        font-size: 18px;
        line-height: 22px;
    }
    #home #work-list {
        margin-left: 0;
    }
    #home #work-list ul li {
        padding-bottom: 0;
    }
    #home #work-list ul li a {
        font-size: 20px;
    }
    span#my-name {
        /*display: none;*/
    }
    #home h3 {
        font-size: 16px;
    }
    #home #work-list .work-card .card-text {
        padding: 45px 30px 25px;
    }

    #home #work-list .work-card h2,
    #home #work-list .work-card#andme-card h2,
    #home #work-list .work-card#ethicslab-card h2 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 30px;
    }
}



/*
 * 
 *  VISUAL EXAMPLES PAGE
 *
------------------------------------------*/

#visual-examples {
    padding: 15px;
    max-width: 1000px;
    margin: 0 auto;
}
#visual-examples #visual,
#visual-examples h1 {
    text-align: center;
}

#visual-examples h1 {
    margin-bottom: 80px;
    font-size: 28px;
}

#example-grid img {
    padding-bottom: 15px;

}



/*
 * 
 *  CASE STUDY GLOBAL
 *
------------------------------------------*/
#case-study-header {
    background-color: #000;
    height: 40px;
}
.narrative {
    padding: 0 0 20px;
}
.narrative #case-title {
    padding: 0 20px 50px;
    text-align: center;
} 
.narrative #case-title h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 32px;
}
.narrative #case-title h1 em {
/*    font-size: 42px;*/
    font-weight: 600;
}
.narrative #case-title h3 {
    font-family: gtsectra-book;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 50px;
}
hr.title-rule {
    border-bottom: 0px;
    border-top: 3px solid #494949;
    margin: 0 auto;
    max-width: 400px;
}
.narrative .case-story {
    margin: 0 auto;
    padding: 20px;
}
.narrative .case-story .case-text-block {
    margin: 0 auto;
    max-width: 680px;
}
.narrative .case-story .case-wide-block {
    margin: 70px auto 60px;
    max-width: 840px;
}
.narrative .case-story .case-wide-block.case-wide-block-top {
    margin-top: 0;
}
.narrative .case-story .case-wide-block.case-wide-block-bottom {
    margin-bottom: 20px;
}
/*.narrative .case-story .case-wide-block .case-img-item {
    display: inline-block;
    width: 32%;
}*/

.narrative blockquote.darkquote {
    border-left-color: #444444;
    color: #818181;
    margin-bottom: 50px;
    margin-top: 10px;
}


#case-study-nav {
    padding: 80px 0 90px;
    text-align: center;
}
a.back-home {
    /*background-color: rgba(0,0,0,0.03);*/
    border: 1px solid rgba(0,0,0,0.1);
    color: #666;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 14px 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a.back-home:hover {
    background-color: rgba(0,0,0,0.03);
    box-shadow: inset 0px 0px 0px 2px #fff;
}


#ethicslab a.back-home {
    color: #888;
    background-color: rgba(0,0,0,0.1);
    border: 2px solid rgba(0,0,0,0.9);
}
#ethicslab a.back-home:hover {
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5);
}


#kanye a.back-home {
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}
#kanye a.back-home:hover {
    background-color: rgba(255,255,255,0.1);
    box-shadow: inset 0px 0px 0px 3px #000;
}



#case-study-nav-top {
    padding: 5px 0;
    text-align: left;
}
a.back-home-top {
    color: #666;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 5px 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a.back-home:hover {

}




/*
 * 
 *  23andme
 *
------------------------------------------*/
#andme .narrative {
    padding: 0;
}
#andme .narrative .case-story {
    padding: 0;

}
#andme .narrative #masthead {
    background: url(../img/chromosomes.svg) no-repeat top -10px center;
    background-size: 80%;
    height: 200px;
    margin-bottom: 60px;
}
#andme  .narrative #case-title {
    padding: 0 20px 20px;
    text-align: center;
} 
#andme  .narrative #case-title h1 {
    margin-bottom: 20px;
}
#andme  .narrative #case-title h3 {
    margin-bottom: 35px;
}
#andme  hr.title-rule {
    border-top: 4px solid #FF2634;
    max-width: 300px;
}
#andme .narrative .case-story .case-wide-block {
    margin: 120px auto 100px;
    max-width: 980px;
}
#andme .narrative .case-story #andme-system {
    background: linear-gradient(#4F54B6, #733C9D);
    padding: 30px 0;
    margin: 120px 0 0;
}
#andme .narrative .case-story #andme-system .row {
    padding-top: 20px;
}
#andme .narrative .case-story #andme-system .col {
    padding: 0 5px;
}

#andme a.back-home {
    border-color: #fff;
    color: #fff;
}




/*
 * 
 *  STUDIO
 *
------------------------------------------*/
#studio .narrative #masthead {
    background: url(../img/studio-masthead-01.png) no-repeat top center;
    background-size: contain;
    height: 400px;
    margin-bottom: 40px;
}
#studio .narrative #case-title {
    padding: 0 20px 20px;
    text-align: center;
} 
#studio .narrative #case-title h1 {
    margin-bottom: 35px;
}
#studio .narrative #case-title h3 {
    margin-bottom: 35px;
}
#studio hr.title-rule {
    border-top: 4px solid #FF2634;
    max-width: 300px;
}
#studio .narrative .case-story .case-text-block {
    max-width: 700px;
}





/*
 * 
 *  ETHICS LAB
 *
------------------------------------------*/
#ethicslab .narrative {
    background-color: #131313;
}
#ethicslab .narrative #masthead {
    background: url(../img/masthead-ethicslab.svg) no-repeat top center;
    background-size: contain;
    height: 325px;
    margin-bottom: 70px;
}
#ethicslab .narrative #case-title h1 {
    color: #fff;
}
#ethicslab .narrative #case-title h3 {
    color: #B9B9B9;
}
#ethicslab hr.title-rule {
    border-top-color: #494949;
}
#ethicslab .narrative .case-story p,
#ethicslab .narrative .case-story ul {
    color: #fff;
}
#ethicslab .narrative .case-story a {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}
#ethicslab .narrative .case-story a:hover {
    border-bottom-color: #FF0045;
    color: #FF0045;
}




/*
 * 
 *  GENOGRAPHIC PROJECT
 *
------------------------------------------*/
#geno .narrative.narrative-container-1 {
    /*background-color: #ED2340;*/
    padding-bottom: 30px;

}
#geno #geno-masthead {
    background-color: #FFD800;
    padding-top: 50px;
    margin-bottom: 50px;
}
#geno .narrative #masthead {
    background: url(../img/geno-mobile-show6@2x.png) no-repeat top center;
    background-size: contain;
    height: 600px;
    margin-bottom: 50px;
}
#geno .narrative #case-title {
    padding-bottom: 25px;
}
#geno .narrative #case-title h3 {
    margin-bottom: 50px;
}
#geno hr.title-rule {
    border-top: 4px dotted #000;
    max-width: 300px;
}
#geno .narrative .case-story .case-wide-block {
    margin-top: 30px auto 50px;
    max-width: 780px;
}
#geno .narrative.narrative-container-1-2 {
    background-color: #FFD800;
    padding-top: 50px 30px;

}
#geno .narrative.narrative-container-2 {
    background-color: #F8F8F8;
    padding-top: 40px;
}
#geno .narrative .case-story .case-wide-block .row.gutters {
    margin-bottom: 12px;
}



/*
 * 
 *  VIRGIN
 *
------------------------------------------*/
#virgin .narrative.narrative-container-1 {
    background-color: #fdf9ff;
    padding-bottom: 30px;
}
#virgin .narrative #masthead {
    background: url(../img/virgin1.png) no-repeat top center;
    background-size: contain;
    height: 500px;
    margin-bottom: 50px;
}
#virgin .narrative #case-title {
    padding-bottom: 25px;
}
#virgin .narrative #case-title h3 {
    margin-bottom: 50px;
}
#virgin hr.title-rule {
    border-top: 4px dotted #000;
    max-width: 300px;
}
#virgin .narrative .case-story .case-wide-block {
    margin-top: 30px auto 50px;
    max-width: 980px;
}
#virgin .narrative.narrative-container-2 {
    /*padding-top: 30px;*/
}
#virgin .narrative .case-story .case-wide-block .row.gutters {
    margin-bottom: 12px;
}
#virgin .narrative .case-feature-block {
    margin-top: 10px auto 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}




/*
 * 
 *  HAWKING
 *
------------------------------------------*/
#hawking .narrative.narrative-container-1 {
    background-color: #ede6de;
    padding-bottom: 35px;
}
#hawking .narrative.narrative-container-2 {
    padding-top: 60px;
}
#hawking .narrative.narrative-container-3 {
    background: #cfc6b4;
    padding-top: 60px;
}
#hawking .narrative #masthead {
    background: url(../img/masthead-hawking.svg) no-repeat top center;
    background-size: contain;
    height: 440px;
    margin-bottom: 20px;
}
#hawking .narrative #case-title {
    padding-bottom: 15px;
}
#hawking .narrative #case-title h1 {
    margin-bottom: 23px;
}





/*
 * 
 *  BEST BUY
 *
------------------------------------------*/
#bestbuy .narrative {
    /*background-color: #131313;*/
}
#bestbuy .narrative #masthead {
    background: url(../img/masthead-bestbuy.svg) no-repeat top center;
    background-size: contain;
    height: 450px;
    margin-bottom: 30px;
}
#bestbuy .narrative #case-title {
    padding-bottom: 20px;
}
#bestbuy .narrative #case-title h1 {
    margin-bottom: 30px;
}
#bestbuy .narrative #case-title h3 {
    margin-bottom: 0px;
}
#bestbuy hr.title-rule {
    border-top: 1px dashed #888;
    max-width: 700px;
}








/*
 * 
 *  CASE STUDY MEDIA QUERIES
 *
------------------------------------------*/
@media screen and (max-width: 600px) {
    #andme .narrative .case-text-block {
        padding: 0 20px;
    }
    #andme .narrative .row.gutters .col {
        text-align: center;
    }
    #andme .narrative #case-title h1 {
        font-size: 40px;
        line-height: 42px;
    }
    #andme .narrative #masthead {
        background-size: cover;
    }
    #andme .narrative .case-story #andme-system .row {
        padding-top: 0;
    }
    #andme .narrative .case-story .case-wide-block {
        margin-top: 80px;
    }
    #andme .narrative .case-story #andme-system .case-wide-block {
        padding: 0 10px;
    }
    .narrative #case-title {
        padding-bottom: 30px;
    }
    #ethicslab .narrative #masthead,
    #bestbuy .narrative #masthead {
        height: 200px;
    }
    #geno .narrative #masthead {
        height: 300px;
    }
    #geno .narrative #case-title h1,
    #virgin .narrative #case-title h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    #virgin .narrative #case-title h1 {
        margin-bottom: 30px;
    }
    #geno .narrative #case-title h1 em {
        font-size: 32px;
    }
    #ethicslab .narrative #case-title h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }
     #virgin .narrative #case-title h3 {
        margin-bottom:30px;
     }
     #hawking .narrative #masthead {
        background: url(../img/masthead-hawking.svg) no-repeat top center;
        background-size: cover;
        height: 440px;
        margin-bottom: 20px;
    }
    #hawking .narrative #case-title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    #bestbuy .narrative #case-title h1 {
        font-size: 42px;
        line-height: 48px;
    }


}
@media (max-width: 786px) {
    .narrative .case-story .case-wide-block {
        margin: 40px auto 30px;
    }
    .narrative .case-story .case-item-noshow {
        display: none;
    }
}




