/*----Body------------------------------------------------------ */

body {
    margin: 0;
    width:100%;
    text-align:center;
    background-color: #F4F4FA;
    /* padding-bottom:100px; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #353D48;
}

/*----Typography------------------------------------------------ */


h1 {

    font-size: 20em;
    margin-top: 0.1em;
	margin-bottom: 0.1em;
    text-shadow: 1px 1px 2px blue;
}

h2 {
    font-size: 4em;
    font-weight: normal;  
}

h3 {
    font-size: 2em;
    font-weight: normal;
}

p {
    font-size: 3em;
}

p.question {
    margin-top: 0.1em;
	margin-bottom: 0.1em;
}

/*----Links---------------------------------------------------- */

a {
    text-decoration: none;
    color: #000044;
}

a:visted {
    text-decoration: none;
    color: #000044;
}

a:hover {
    color: #1C8FE0;
    text-decoration: underline;
}

/*----Primary-------------------------------------------------- */

#main {
    clear: both;
    /* width: 860px; */
    margin: 0 auto;
}

div.reference {
	background-color: #FFFFFF;
}

/*----Footer--------------------------------------------------- */

#footer {
    /* position: absolute; */
    width:100%;
    /* bottom: 0;/*
    /*height: 3em;*/
    /*padding-top:15px;*/
	padding: 1em 0em 1em 0em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    background: #AADAE2;
}

/*----Acknowledgements--------------------------------------------------- */

#acknowledgements {
    font-size: 1.5em;
}


/*----Responsive--------------------------------------------------- */

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

h1 { font-size: 10em;   }
h2 { font-size: 3em;    }
h3 { font-size: 1.5em;  }
p  { font-size: 2em;    }

#acknowledgements { font-size: 1em; }
}


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

h1 { font-size: 6em;  }
h2 { font-size: 2em;    }
h3 { font-size: 1em;  }
p  { font-size: 1.5em;    }

#acknowledgements { font-size: 0.75em; }
}