body {
    position: absolute;
    font-family: Roboto, Arial, sans-serif;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    color: #141414;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 28px;
}
header {
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 30px;
}

footer{
    display: flex;
    justify-content: space-between;
    padding: 25px;
}
footer a {
    color: black;
}

section{
    padding:25px;
}
a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #00abff;
}

a:hover {
    color: #00abff;
    text-decoration: none;
}

h1{
    font-size: 58px;
    font-weight: normal;
    margin: 15px 0;
}
h2{
    font-size: 46px;
    font-weight: normal;
    margin: 15px 0;
}
p {
    margin: 0 0 35px 0;
}

.soclinks a {
    margin-right: 50px;
    line-height: 35px;
}

.soclinks a:last-child {
    margin-right: 0;
}
.logo {
    width: 100%;
    max-width: 300px;
}



.videobg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.videobg video {
    position: absolute;
    width: inherit;
    height: inherit;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
}

.videobg .bg {
    background-color: rgba(0, 0, 0, 0.71);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.btn {
    display: inline-block;
    padding: 10px 50px;
    background-color: white;
    color: black;
    text-decoration: none;
    border: 0;
    margin-bottom: 20px;
}

.traf {
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden;
    color: white;
}

.timepad{
    max-width: 960px;
}

.speakers{
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.speaker{
    width: 100%;
    margin-bottom: 40px;
    padding-right: 50px;
}
.speaker-img{
    width: 100%;
    max-width: 400px;
    height:auto;
}

.speaker p {
    margin: 10px 0;
}


@media screen and (max-width: 960px){
    .speakers {
        flex-direction: column;
    }
}
