body {
    font-family: "Abel", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav, .work-list ul {
    font-family: "Aboreto", serif;
    text-transform: uppercase;
}

.navbar-nav>.nav-item>.nav-link {
    padding-left: 30px;
    padding-right: 30px;
}

.container {
    max-width: 1024px !important;
}

.page-title {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #111111;
    border-radius: 0 15px 15px 0;
}

.section-title {
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 10px;
    background-color: #eeeeee;
    border-radius: 999px;
}

.about-education {
    font-size: 24px;
    line-height: 24px;
}

.about-education h4 {
    margin-bottom: 0;
    font-family: inherit;
    line-height: 24px;
}

.about-education p {
    font-size: 18px;
}

.about-skill {
    margin-bottom: 30px;
    font-size: 20px;
}

.work-list a {
    font-size: 24px;
    color: #999999;
}

.work-list a:hover, .work-list a.active {
    color: #111111;
}

.work-details {
    font-size: 20px;
}
.work-details h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 22px;
}

.work-details h3::before {
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10px;
    height: 1px;
    background-color: #ffffff;
}

input.form-control {
    border-radius: 15px;
}