.talks_nav{
    height: 10vh;
    background-color: white;
}

.inner-title-left{
    position:absolute;
    left:10px;
    background-color: white;
    padding:10px;
}

.inner-title-left img{
    width:200px;
    float: left;
}/*logo image on the left*/

.inner-title-right{
    background-color: white;
    position:absolute;
    right:10px;
    font-size: 1.5em;
    padding:20px;
}

.next-button{
    background: white;
    padding:0;
}

.next-button a{
    color: black;
}

/*next page link on the right*/