@import url(https://fonts.googleapis.com/css?family=Newsreader);

header {
    font-family: "Newsreader", sans-serif;
    text-align: center;
    width: device-width;
    position:sticky;
    top:0;
    background:white;
}

.special-heading {
    display: flex;
    padding-block-end: 0px;
    margin:15px;
    font-size:large;
    padding-left:0%;
    padding-right:0%;
}

.special-heading > div {
    width:50%;
    padding-block-end: 0px;
}

body {
    font-family: "Newsreader", sans-serif;
    text-align: left;
    cursor: grab;
}

div {
    padding-block-end: 10%;
    clear:both;
    padding-left:7%;
    padding-right:7%;
}

.intro {
    padding-top:10%;
    padding-bottom:0%;
}

.intro > h1 {
    font-size:70px; 
    margin-bottom:0px;
}

.intro > p {
    font-size:30px; 
    margin-top:0px
}

.about {
    text-align:left; 
    font-size:20px;
}

.event{
    padding:0%;
    margin:0%;
    padding-bottom: 5px;
    clear:both;
}

.timeline-date{
    float:left;
    width: 20%;
    font-size: larger;
    font-weight: bold;
    font-style: italic;
}

.timeline-contet{
    float:right;
    width: 80%;
}

.paper{
    padding-block-end:10px;
}

.pub-title{
    padding:0;
    margin:0;
}

.pub-authors{
    margin:0;
    margin-bottom:5px;
    padding:0;
    font-style: italic;
}

.pub-desc{
    margin-top:0;
    padding-top:0;
}

img{
    width: 60%;
    height: 60%;
    margin:auto;

    display:block;
    max-width: 200px;
    min-width:150px;
}

aside {
    width: auto;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    float: right;
    overflow-x: hidden;
}

a {
    color:rgb(78, 89, 189);
}

a.heading {
    padding: 1%;
    color:rgb(0, 0, 0); 
    text-decoration:none;
}

a.heading:hover {
    font-weight:bolder;
}

footer{
    font-family: "Newsreader", sans-serif;
    text-align: center;
    width: device-width;
    align-items:center;
    bottom:0;
    padding:0;
    margin-bottom:30px;
    height: 30px;
}

button{
    height:35px;
    font-family: "Newsreader", sans-serif;
    font-weight:bold; 
}

a.button {
    width:auto;
    height:auto;
    padding: 10px;
    margin: 10px;
    margin-bottom: 0px;
    border: 1px outset buttonborder;
    border-radius: 25px;
    color:rgb(0, 0, 0);
    background-color: rgb(158, 172, 231);
    text-decoration:none;
}

a.button:hover {
    color:rgb(255, 252, 252);
    background-color: darkblue;
}
