* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
}
@media (min-width: 400px) {
    .leftPanel {
        width: 100%;
        position: relative;
        display: inline-block;
        padding-top: 5%;
    }
    .rightPanel {
        width: 100%;
        padding: 7.5%;
    }
    .section .presentations .presentation {
        width: 100%;
    }
    .popup {
        width: 80%;
    }
}
@media (min-width: 768px) {
    .leftPanel {
        width: 35%;
        height: 100%;
        position: fixed;
        padding-top: 10%;
    }
    .rightPanel {
        width: 65%;
        padding: 3%;
    }
    .section .presentations .presentation {
        width: 100%;
    }
    .popup {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .leftPanel {
        width: 30%;
        height: 100%;
        position: fixed;
    }
    .rightPanel {
        width: 70%;
    }
    .section .presentations .presentation {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .leftPanel {
        width: 25%;
        height: 100%;
        position: fixed;
    }
    .rightPanel {
        width: 75%;
    }
    .section .presentations .presentation {
        width: 33%;
    }
}
@media (min-width: 1400px) {
    .leftPanel {
        width: 20%;
        height: 100%;
        position: fixed;
    }
    .rightPanel {
        width: 80%;
    }
    .section .presentations .presentation {
        width: 33%;
    }
}
.leftPanel {
    background-color: rgb(20, 33, 61);
    color: rgb(229, 229, 229);
}
.profilePicture {
    width: 50%;
    margin: 10% 25%;
    display: inline-block;
}
.profilePicture img {
    width: 100%;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
}
.contactMe {
    display: inline-block;
    width: 90%;
    margin:5%;
}
.contactMe a {
    color: rgb(252, 163, 17);
    width: 20%;
    float: left;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
}
.contactMe a:hover {
    color: rgb(255, 255, 255);
}
.aboutMe {
    width: 90%;
    margin: 0 5%;
    color: #e5e5e5;
    font-size:14px;
}
.aboutMe b {
    text-align: center;
    width: 100%;
    display: block;
    color:#fff;
    font-size: 18px;
}
.aboutMe span {
    text-align: center;
    display: block;
    margin-bottom:5px;
    font-size: 18px;

}
.aboutMe p {
    text-align: center;
    display: block;
    margin-bottom:5px;
}
.rightPanel {
    box-sizing: border-box;
    float: right;
}
.rightPanel .section {
    width: 100%;
    margin-bottom: 5%;
    float: left;
}
.projects .project {
    margin: 10px 0px;
}
.section .presentations .presentation {
    display: inline-block;
    box-sizing: border-box;
    height: 225px;
    padding-top: 0;
}
.presentation {
    text-align: center;
}
.presentations {
    margin-top:10px
}
.section li {
    margin: 10px 0px;
}
.rightPanel a {
    color: rgb(252, 163, 17);
}
.section.publications a i {
    color: rgb(255, 0, 0);
}
.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: no-drop;
}
.visible {
    display: block !important;
}
.popup img {
    box-shadow: 10px 10px 10px #000;
}
a.pdf {
    color:#ff0000;
    text-decoration: none;
}
.email {
    margin-top:5px;
}
.email a {
    color:#fff;
    font-style: bold;
}
.footnote {
    color:#333;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 3%;
    margin-bottom: 0px !important;
}