@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Lora', serif;
}
#top_title{
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 3px grey;
	margin: 5rem 0 2rem 0; 
}
#sub_title{
    text-align: center;
    font-size: 25px;
    margin-bottom: 5rem;
    font-style: italic;
}

#main_wrapper{
    max-width:1200px;
/*    border: 2px solid green;*/
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
	padding: 0 5%;
    }

.year{
    font-size: 18px;
    padding: 15px 0px 5px 50px;
/*    background-color: #EFF4FE;*/
	border-bottom: solid 3px #b5cffd;
    margin-top: 80px;
/*	border-radius: 8px;*/
    }

.list{
    font-size: 16px;
    list-style-position: inside;
    text-align: justify;
    text-justify: auto;
	list-style-type: none;
}



.citation{
    margin-top: 25px;
}