html, body {
    margin: 2em auto;
    background-color: #FFFFFE;
    color: #24268a;
    font-size: 16px;
    line-height: 1.4;
    font-kerning: normal;
}
h1, h2, h3 {
    letter-spacing: -0.01em;
    color: #24268a;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.4em;
}
h1 {
    padding-bottom: 1em; 
	font-weight:normal;
}
h2, h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 0.8;
}
body { 
    font-family: 'Inter', sans-serif;
    width: 90%;
    font-size: 1.4em;
}
.talks p{
    font-size: 0.7em;
}
a, a.visited {
	color: inherit;
    text-decoration: underline;
}
a:hover {
    color: #f9d060;
    fill: #f9d060;
}
.page {
    padding-top: 10%;
}
.contact {
    padding-top: 3em;
}
.contact-links {
    padding-left: 0.2em;
}
.contact-links ul{
	display: flex; 
	flex-direction: row; 
	list-style: none;
	margin: 0; 
	padding: 0;
}
.contact-links a {
    padding-right: 1em;
    font-size: 1.4em;
}
.bottom-fade {
    position : fixed;
    z-index  : 1;
    bottom   : 0;
    left     : 0;
    pointer-events   : none;
    background-image : linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
    width    : 100%;
    height   : 4em;
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    body {
        width: 70%;
    }
    .page {
        padding-top: 2em;
    }
    .contact {
        padding-top: 1em;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    body {
        width: 70%;
        font-size: 1.4em;
    }
    .page {
        padding-top: 15%;
    }
    h1 {
        font-size: 2.5em;
        padding-bottom: 0;
        width: 80%;
    }
    .contact {
        padding-top: 1em;
    }
    p {
        width: 85%;
        font-size: 1em;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    body {
        width: 60%;
        font-size: 1.2em;
    }
    .page {
        padding-top: 1em;
    }
}