<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             CUSTOM CSS
        copyright ILLL 2018
         design by Rissa Lee
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          UNIVERSAL ATTRIBUTES        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html * {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

body {
    padding: 0;
    margin: 0;
}

body * {
    display: inline-block;
    font-family: 'Lato', Helvetica, sans-serif;
}

header *,
footer * {
    font-family: 'Open Sans', Helvetica, sans-serif;
}


p {
    line-height: 1.8rem;
    text-align: left;
    margin: 2rem 0;
}


div.right {
    float: right;
}

div.table {
    margin-right: 3vw;
}

div.left {
    float: left;
}

div.main {
    margin: 0.5rem 3vw;
    padding: 4vw;
    display: flex;
    align-items: center;
    background-color: rgba(249,219,230,0.5);
}

div.Head {
    width: 70vw;
}

div#studies {
    width: 60vw;
}

div.white {
    background-color: #fff;
}

div.dottedLine {
    border-color: #fff;
    border-width: 2px; 
    width: 100%;
    border-style: dashed;
    margin: 2rem 0;
}

div.solidLine {
    border-color: #fff;
    border-width: 2px;
    width: 100%;
    margin: 2rem 0;
    border-style: solid;
}

div.blue {
    border-color: #B2DDFB;
}

/*           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            LOGO        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


img#logo {
    width: 9rem;
    height: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        NAVIGATION BAR        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

header {
    width: 100vw;
    padding: 1rem 3vw;
}

header nav {
    float: right;
    font-size: 1rem;
    margin-top: 1.7rem;
}

header nav ul li {
    padding: 0 1rem;
    color: #000;
    display: inline-block;
    position: relative;
}

header nav ul li#About {
    padding: 0.1rem 0.4rem;
    border-radius: 10px;
    background-color: rgba(60,60,60,0.5);
    color: #f9fafc;
}

header nav ul li a {
    text-decoration: none;
}

header nav ul li:hover {
    text-decoration: underline #606060;
}

header nav ul li#About:hover {
    text-decoration: none;
}

header nav ul li ul {
    display: none;
    position: absolute;
    margin-left: -1rem;
}

header nav ul li:hover ul {
    display: block;
}

header nav ul li ul li {
    display: block;
    width: max-content;
    z-index: 10;
    padding-top: 0.3rem;
}

#hamburger {
    display: none;
    float: right;
    width: 3rem;
    height: 3rem;
    background: #fcf;
    padding: 1rem;
    position: relative;
}

#hamburger div {
    width: 100%;
    height: 1px;
    background: #000;
    margin: 0;
    padding: 0;
}

#hamburger.switch div:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: center center;
}

#hamburger.switch div:last-child {
    transform: rotate(-45deg);
    transform-origin: center center;
    bottom: .44em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            FOOTER        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

footer {
    display: block;
    margin: 0;
    padding: 2vw 3vw;
    width: 100vw;
    height: max-content;
    background-color: #c9c9c9;
}

h3#footer {
    font-size: 2.5rem;
    font-weight: 100;
}

footer a {
    text-decoration: none;
    color: #343434;
}

footer a:hover {
    text-decoration: underline;
}

footer ul li {
    margin-left: 2rem;
}

footer div {
    display: block;
    padding: 1rem;
}

footer p {
    margin: 0;
    padding: 0;
    color: #707070;
    text-align: right;
    float: right;
    line-height: 1.8em;
    font-size: 0.7rem;
}

main {
    padding: 4vw;
    margin: 1rem 3vw 2rem 3vw;
    width: 94vw;
}

main.erik {
    position: relative;
    background-image: url(/dietrich/psychology/infant-language-learning-lab/B-01.png);
    background-position: bottom left;
    background-size: auto;
    height: auto;
}

main.gallery {
    background-image: url(/dietrich/psychology/infant-language-learning-lab/AbstractBGFaint.png);
    background-position: left top;
}

main.studies {
    background-image: url(/dietrich/psychology/infant-language-learning-lab/AbstractBGFaint.png);
    background-position: top left;
    width: 94vw;
}

main.publications {
    background-image: url(/dietrich/psychology/infant-language-learning-lab/AbstractBGFaintMirror.png);
    background-position: bottom right;
    height: auto;
    width: 94vw;
}

main.FAQ,
main.contact {
    background-image: url(/dietrich/psychology/infant-language-learning-lab/B-01.png);
    background-position:  center left;
    height: auto;
    width: 94vw;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            HEADINGS        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1.intHeadline {
    text-align: left;
    margin-top: 10vh;
    display: block;
    font-size: 4rem;
    color: #494949;
}


h1.smallHeadline {
    font-size: 3rem;
    margin-top: 10rem;
    color: #99ceff; 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            HOMEPAGE        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


main.home {
    background-image: url(/dietrich/psychology/infant-language-learning-lab/B-01.png);
    background-position: top left;
    background-size: auto;
}

#headline {
    font-size: 5rem;
    width: 110%;
    text-align: left;
    margin-top: 10vh;
    color: #494949;
}

h1.subheadline {
    font-size: 2rem;
    text-align: left;
    color: #494949;
}

h3.subHome {
    width: 60%;
    font-size: 3rem;
    text-align: center;
    color: #494949;
}

h2.subheading {
    display: block;
    font-size: 1.2rem;
    margin: 2rem 0;
    color: #494949;
}


p.scroll {
    background-color: rgba(255,255,255,0.3);
    width: 60vw;
    height: 70vh;
    overflow: scroll;
    margin: 2rem 0;
    padding: 1rem;
}

p.static {
    width: 80vw;
    height: auto;
}


img#homeErik {
    width: 30%;
}

div#profile {
    margin-top: 2rem;
    margin: 2rem auto;
    display: block;
    width: 30vw;
}

img#portrait {
    align-self: center;
    border: 3px solid #fff;
    width: 30vw;
    height: auto;
}

img.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    height: 50vh;
    border-radius: 15px;
}


h3.profile {
    width: 30vw;
    font-size: 1.1rem;
    margin-top: 1rem;
    line-height: 1.2em;
    color: #494949;
    display: inline-block;
    text-align: center;
}

/*           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     OUR CURRENT STUDIES NAVIGATION        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
*/

table {
    padding: 0.5rem;
    text-align: center;
    display: block;
    line-height: 1.5rem;
    background-color: #ffe5ee;
}

table a {
    background-color: rgba(0,0,0,0);
}


table th {
    font-size: 1.2rem;
}

table tr {
    display: block;
    margin-top: 0.5rem;
}



body main h1 {
    text-align: center;
    font-size: 1.5rem;
    color: dodgerblue;
    line-height: 1.2em;
}

div#oneCol h2 {
    color: darkblue;
}

div#oneCol {
    width: 60vw;
    margin-left: 20vw;
    margin-bottom: 8vh;
    line-height: 1.4rem;
}


/*           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     LINKS        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
*/


body main div.Head a {
    text-decoration: none;
    color: #494949;
    transition: .3s linear all;
    padding: 0 1rem;
    background: rgba(255,255,255,0.5);
}

main a:hover {
    background: #fff;
    text-decoration: none;
}

main a.email {
    padding: 0 0.2rem;
    border-radius: 10px;
}


/*           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     PUBLICATIONS        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
*/

p.publications {
    width: 60vw;
    margin: 6rem 2rem 2rem 2rem;
    
}

p.static ul li {
    margin-top: 1rem;
    background-color: red;
}

/*           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     CONTACT        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
*/

img#map {
    display: block;
    width: 50vw;
    margin: 0 auto;    
}

main.contact a {
    padding: 0;
    margin: 0 auto;
    display: block;
    background-color: rgba(0,0,0,0);
}

div.contact {
    margin: 0.5rem 0 2rem 0;
    width: 100%;
    text-align: center;
}


/*           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     FAQ        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
*/


p.FAQ {
    width: 65vw;
    margin: 1rem 0 4rem 0;
}


/*           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     PEOPLE PAGE LAYOUT        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
*/

section.gallery {
    margin: 2rem auto;
}

figure {
    float: left;
    width: 280px;
    position: relative;
/*    margin: 3%;*/
    transition: 6s ease-in-out transform;
    border: 2px solid white;
}

figure img {
    width: 100%;
    height: auto;
}

figure figcaption {
    background: rgba(255,255,255,0.9);
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 0;
    height: 0;
    transition: .5s ease-in-out all;
    line-height: 1.4em;
}


figure:hover figcaption {
    opacity: 1;
    height: 100%;
    transition: .5s ease-in-out all;
}


figure figcaption div {
    padding: 1em;
}


figure h1 {
    font-size: 1.2rem;
    font-weight: bold;
}

figure h2 {
    font-size: 1.1rem;
}

figure p {
    font-size: 1rem;
}




@media screen and (max-width: 768px) {
    
    figure {
        width: 28%;
        margin: 4% 0 0 4%;
    }
}

@media screen and (max-width: 414px) {
    
    main {
        padding: 0;
    }
    
    h1#headline {
        font-size: 2.5rem;
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100vw;
    }
    
    h1.intHeadline {
        text-align: center;
        display: block;
        font-size: 2.5rem;
        color: #66b5ff;
    }
    
    nav ul {
        display: none;
    }
    
    #hamburger {
        display: inline-block;
        float: right;
    }
    
    #menu {
        width: 100%;
        margin-left: -100%;
        transition: all .2s ease-in;
        background: #fff;
        font-size: 1.3em;
        position: relative;
        top: -1.7em;
    }

    #menu.on {
        margin-left: 0;
        transition: all .5s ease-out;
    }

    #menu li a{
        display: block;
        padding: .5em;
        text-align: center;
        border-bottom: 1.5px solid #eee;
        text-decoration: none;
        color: #333;
        max-height: 2em;
    }

    #menu li:last-child a {
        border-bottom: none;
    }
    
    figure {
        width: 42.5%;
        margin: 5% 0 0 5%;
    }
    
    
    
    
}








</pre></body></html>