

/* CSS RESET*/

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, strong, sub, sup, tt, var,
b, u, i, 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;
}


/* fonts */
@font-face {
    font-family: 'Faune';
    src:    url('fonts/Faune/eot/Faune-Display_Black.eot');
    src:    url('fonts/Faune/eot/Faune-Display_Black.eot?#iefix') format('embedded-opentype'),
            url('fonts/Faune/woff/Faune-Display_Black.woff') format('woff'),
            url('fonts/Faune/woff2/Faune-Display_Black.woff2') format('woff2'),
            url('fonts/Faune/ttf/Faune-Display_Black.ttf') format('truetype'),
            url('fonts/Faune/svg/Faune-Display_Black.svg#svgFontName') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Faune';
    src:    url('fonts/Faune/eot/Faune-Display_Bold_Italic.eot');
    src:    url('fonts/Faune/eot/Faune-Display_Bold_Italic.eot?#iefix') format('embedded-opentype'),
            url('fonts/Faune/woff/Faune-Display_Bold_Italic.woff') format('woff'),
            url('fonts/Faune/woff2/Faune-Display_Bold_Italic.woff2') format('woff2'),
            url('fonts/Faune/ttf/Faune-Display_Bold_Italic.ttf') format('truetype'),
            url('fonts/Faune/svg/Faune-Display_Bold_Italic.svg#svgFontName') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Faune';
    src:    url('fonts/Faune/eot/Faune-Display_Thin.eot');
    src:    url('fonts/Faune/eot/Faune-Display_Thin.eot?#iefix') format('embedded-opentype'),
            url('fonts/Faune/woff/Faune-Display_Thin.woff') format('woff'),
            url('fonts/Faune/woff2/Faune-Display_Thin.woff2') format('woff2'),
            url('fonts/Faune/ttf/Faune-Display_Thin.ttf') format('truetype'),
            url('fonts/Faune/svg/Faune-Display_Thin.svg#svgFontName') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Faune';
    src:    url('fonts/Faune/eot/Faune-Text_Bold.eot');
    src:    url('fonts/Faune/eot/Faune-Text_Bold.eot?#iefix') format('embedded-opentype'),
            url('fonts/Faune/woff/Faune-Text_Bold.woff') format('woff'),
            url('fonts/Faune/woff2/Faune-Text_Bold.woff2') format('woff2'),
            url('fonts/Faune/ttf/Faune-Text_Bold.ttf') format('truetype'),
            url('fonts/Faune/svg/Faune-Text_Bold.svg#svgFontName') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Faune';
    src:    url('fonts/Faune/eot/Faune-Text_Italic.eot');
    src:    url('fonts/Faune/eot/Faune-Text_Italic.eot?#iefix') format('embedded-opentype'),
            url('fonts/Faune/woff/Faune-Text_Italic.woff') format('woff'),
            url('fonts/Faune/woff2/Faune-Text_Italic.woff2') format('woff2'),
            url('fonts/Faune/ttf/Faune-Text_Italic.ttf') format('truetype'),
            url('fonts/Faune/svg/Faune-Text_Italic.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Faune';
    src:    url('fonts/Faune/eot/Faune-Text_Regular.eot');
    src:    url('fonts/Faune/eot/Faune-Text_Regular.eot?#iefix') format('embedded-opentype'),
            url('fonts/Faune/woff/Faune-Text_Regular.woff') format('woff'),
            url('fonts/Faune/woff2/Faune-Text_Regular.woff2') format('woff2'),
            url('fonts/Faune/ttf/Faune-Text_Regular.ttf') format('truetype'),
            url('fonts/Faune/svg/Faune-Text_Regular.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('fonts/FernMicro/FernMicro-Regular.woff2') format("woff2"),
         url('fonts/FernMicro/FernMicro-Regular.woff') format("woff");
    font-family: 'FernMicroWeb';
    font-style: normal;
    font-weight: normal;
    }

@font-face {
    src: url('fonts/FernMicro/FernMicro-Italic.woff2') format("woff2"),
         url('fonts/FernMicro/FernMicro-Italic.woff') format("woff");
    font-family: 'FernMicroWeb';
    font-style: italic;
    font-weight: normal;
    }



body {
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin: 0 auto;
    font-family: 'Faune', sans;
    font-weight: 100;
    -webkit-animation: changecolor 60s infinite alternate;
                }

a:link, a:visited {
    color: #004eff;
    font-family: 'Faune', sans-serif;
    letter-spacing: 0px;
}

a:hover {
    color: #a700ff;
}
        
h1 {
           margin: 5% 0 10%;
            font-size: 15vw;
            line-height: .75em;
            text-align: center;
            font-weight: 100;
    
          
}

h1 .scholarship {
    font-size: 13vw;
     font-family: 'Faune', sans-serif;
    font-weight: 700;
font-style: italic;
    padding-bottom: 0px;
    
}


@-webkit-keyframes changecolor {
    
    0% {
        background-color: white;
    }
    
    
    25% {
        background-color: #e2d3d3;
    }
    
    50% {
background-color: #efe4f2;
    }
    
    75% {
background-color: #e6e8d9;   
    }
    
}



header, main {
    max-width: 70%;
    margin: 0 auto;
}





header img {
    margin-bottom: 8%;
}


.about, .bookproposal, .bios {
    font-weight: 700;
    margin: 0 auto;
    padding-bottom: 5vw;
}

.about span {
    font-style: italic;
}

h2 {
    margin:0 auto;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 2vw;
}

h4 {
    /* margin:0 auto; */
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 2vw;
}

p {
    margin: 0 auto;
    font-size: 1.25em;
    font-weight: 400;
    text-align: left;
    font-family: 'FernMicroWeb', serif;
    max-width: 700px;
    line-height: 150%;
    padding-bottom:4%; 
    letter-spacing: -.25px;
  

}

#citations p {
    font-size: 1em;
}


.links {
    margin: 0 auto;
    padding-bottom: 5vw;

}

.bookproposal {
    display: none;
}

#sitesections a{
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 25px;
}

.contact p {
    text-align: center;
}


footer {
    font-size: 14px;
    color: black;
    font-style: italic;
    padding-bottom: 10px;
    line-height: 20px;
}

.fern {
    font-family: 'FernMicroWeb', serif;
}


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

    header, main {
        max-width: 87%;
    }
    
    p {
        font-size: 1em;
        font-family: 'FernMicroWeb', serif;
    }
    
}
