p, h1, h2, h3, h4, h5, h6, button {
    font-family: "Roboto", serif;
}

body {
    background-color: #1c539f;
    background-size: cover;
    width: auto; 
    overflow-x: hidden;
    font-family: "Roboto", serif;
    margin: 0px;

}

.nav-bar {
    width: 100%;
    display: inline-block;
    background-color: #1C539F;
    font-family: "Roboto", serif;
    padding-top: 10px;
}

.nav-content .logo-touch-target {
    display: inline-flex;
    height: 60%;
    width: 350px;
}

.nav-content .nav-logo {
    height: 60px;
    margin: auto;
}

.nav-content .nav-pages {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f8ba2b;
}

.nav-content .nav-pages a {
    color: black;
    text-decoration: none;
    padding: 0 20px;
    font-size: 18px;
}
.nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo img {
    width: 200px;
}

.nav-content nav {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
}

.profile {
    background-color: #1d539f !important;
    text-align: center;
    height: 320px;
}

.profile h1 {
        font-size: 50px;
        font-weight: 700;
        color: white;
}

.profile img {
        border-radius: 50%;
        max-width: 100%;
        max-height: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;        
        padding: 20px;
}

.profile .profile-picture {
    margin-bottom: 30px;
    height: 200px;
}

.banner {
    padding: 20px 0px 50px 0px;
    height: 150px;
    background-color: #1d539f;
}

.banner .logo {
    max-width:180px;
    max-height:60px;
    width: auto;
    height: auto;
}

.banner .title {
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.about {
    background-color: #1d539f;
    text-align: center;
    color: white;
    padding-top: 50px;
}

.about-content {
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
}

.about h1 {
    font-size: 50px;
    font-weight: 700;
}

.about-content img {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

.experience {
    background-color: #1d539f;
    text-align: center;
    color: white;
    padding-top: 50px;
}

.experience h1 {
    font-size: 50px;
    font-weight: 700;
}

.experience-content {
    display: flex;
    padding-left: 150px;
    padding-right: 150px;
    text-align: left;
}

.hobbies {
    background-color: #1d539f;

    color: white;
    padding-top: 50px;
}

.hobbies-content {
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    text-align: left;
}

.hobbies h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.hobbies h2{
    text-align: left;
    padding-left: 100px;
}

#hobbies-p {
    padding-left: 100px;
    padding-right: 100px;
}
.hobbies-content img {
    margin-bottom: 20px;
}
