@font-face {
    font-family: Minion Web;
    src: url('http://eres-yale.science/assets/minion/regular.otf');
}

@font-face {
    font-family: Minion Web;
    font-weight: 700;
    src: url('http://eres-yale.science/assets/minion/bold.otf');
}

@font-face {
    font-family: Minion Web;
    font-weight: 600;
    src: url('http://eres-yale.science/assets/minion/semibold.otf');
}

@font-face {
    font-family: Minion Web;
    font-weight: 700;
    font-style: italic;
    src: url('http://eres-yale.science/assets/minion/bold-italic.otf');
}

@font-face {
    font-family: Minion Web;
    font-weight: 600;
    font-style: italic;
    src: url('http://eres-yale.science/assets/minion/semibold-italic.otf');
}

@font-face {
    font-family: Minion Web;
    font-style: italic;
    src: url('http://eres-yale.science/assets/minion/italic.otf');
}

@font-face {
    font-family: Minion Web;
    font-weight: 500;
    src: url('http://eres-yale.science/assets/minion/mediumbold.otf');
}

@font-face {
    font-family: Minion Web;
    font-weight: 500;
    font-style: italic;
    src: url('http://eres-yale.science/assets/minion/mediumbold-italic.otf');
}

html, body {
	margin: 0;
	padding: 0;
}

body{
    width:100%;
    min-height:8200px;
    color: black;
    font-size: 14pt;
    background-color: rgba(255, 255,255, 0.5);
    font-family: Minion Web, Minion Pro, Baskerville, Times New Roman, Times, STKaiti, Kai, serif;
    background-image: url('splash.jpg');
    background-position: center top;
    background-repeat:no-repeat;
    /*background-attachment: fixed;*/
}

#container{
    text-align:center;
    /*background-color:rgba(255,0,0,0.5);*/
    height:800px;
    min-height:75px;
    width:100%;
    padding:0;
    margin:auto;
    z-index: 3;
}

.container{
    max-width: 1000px;
    margin:auto;
    text-align:left;
}

.container>p, .container > ul, .container > ol{
    width: 700px;
    margin:auto;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    /*text-indent: 1em;*/
    text-shadow: 0 0 10px rgba(255,255,255,1);
    text-align: justify;
}

.container>blockquote{
    font-size: 1.3em;
    color: rgb(7,84,95);
    text-align: justify;
}


h1, h2, h3, h4{
    text-shadow: 0.05em 0.05em 0.3em rgba(100,100,100,0.5);
    text-align: center;
    margin-top: 10px;
}

h1:before, h2:before, h3:before, h4:before, .footnotes li:before {
    display: block;
    content: " ";
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

h1{
    font-size: 2em;
}

h2{
    font-size: 1.5em;
}

.header{
    color: white;
}

#title{
    position:relative;
    display:inline-block;
    text-align: left;
    top: 330px;
    left:-30px;
    margin:0;
    margin-bottom:10px;
    font-size: 120px;
    text-shadow: 0.01em 0.01em 0.1em rgba(255,255,255,1);
    box-shadow: none;
    color:black;
}
#nav {
    display:inline-block;
    z-index:4;
    position:absolute;
    right:20px;
    bottom:20px;
    opacity:0;
    font-variant: small-caps;
}
#continue{
    display: inline-block;
    position: absolute;
    left: 52.5%;
    top :350px;
    font-size:120px;
    margin:0;
    padding: 0;
    margin-left: -0.5em;
    z-index: 6;
}

#continue a, #title a{
    color: inherit;
}

#progressbar{
    display:block;
    width: 0%;
    height: 4px;
    position: fixed;
    top: 71px;
    left: 0px;
    background-color: rgb(99,170,255);
}

a:link{
    color: rgb(7,84,95);
    text-decoration: none;
    font-weight: bold;
}

#subtitle a{
    color: white;
}

a:hover{
    text-decoration: underline;
    background-color: rgba(40,109,192,0.3)
}

nav {
/*    background-color: rgba(255,255,255,0.15)*/
}
nav a:link{
    display: inline-block;
    padding: 8px;
    padding-bottom: 5px;
    background-color: transparent;
    color: white
}

nav a:hover, #continue a:hover{
    text-decoration: none;
    background-color: rgba(255,255,255,0.2)
}

#title a:hover{
	text-decoration: none;
	background: transparent;
}

a.anchor{
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

div.figure, figure, table{
    text-align: center;
    margin: 20px;
    padding: 7px;
    /* background-color: rgba(0,53,107,0.05); */
    box-shadow: inset 0px 0px 12px rgba(100,100,100,0.2)
}

table, th, tr, td{
	margin:auto;
	border-collapse: collapse;
	font-size: 1em;
	padding: 5px;
}

table{
	min-width: 60%
}

th{
	color: rgb(0,53,107);
	font-size: 1.5em;
	background-color: rgba(100,153,207,0.5);
}

tr:nth-child(even), th {
	background-color: rgba(0,53,107,0.05);
}

th p, td p{
	margin-top: 0;
	margin-bottom: 0;
}

th, td{
	padding-left: 1em;
	padding-right: 1em;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

.sortable{
	font-size: .8em;
}

figure img, div.figure img{
    max-width: 100%;
}

figcaption, p.caption{
	margin:auto;
    font-size: 0.7em;
}

.footnotes{
    background-color: rgba(0,53,107,0.1);
    box-shadow: 2px 2px 10px rgba(100,100,100,0.4);
    padding: 10px;
    padding-top: 0;
    font-size: 0.8em;
}

.right{
    float: right;
}
.left{
    float: left;
}

section, .footnotes, h1, hr, h2, h3, .copy{
    clear: both;
}

hr {
    
    background-color: #bd5319;
    border: none;
    width: 30em;
    height: 2pt;
    margin-top: 20px;
    margin-bottom: 20px;
}

.small img{
    max-height: 200px;
}

#main{
    background-color: white;
    /*opacity: 0.985;*/
}

.box{
    max-width: 30%;
    font-size: 0.7em;
}

#seal-scaled, .footnotes, div.figure, figure, nav, #title, #subtitle{
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
}

#seal-scaled{
    display:block;
    color: transparent;
    background-image: url('http://eres-yale.science/assets/yaleastro.png');
    background-repeat: no-repeat;
    width: 156px;
    height: 30px;
    margin-right: auto;
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 0px;
    clear:both;
}
.copy{
    font-size: 0.7em;
    padding: 0;
    text-align: left;
    margin-left: 100px;
    margin-bottom: 30px;
}

.hidden{
    font-size:0;
    color:transparent;
}

.noclear{
    clear: none;
}
