.scroll {
    text-align: center;
    background: #1A237E;
    background: rgba(26, 35, 126, 0.3);
}

.scroll:nth-child(1) {
    height: 87.5vh;
}

.text.welcome {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.text.welcome h2 {
    padding: 10px 20px;
}

.text.welcome p {
    font-size: 1.75em;
    font-weight: 400;
    padding: 10px 20px;
}

.text.welcome #social-container {
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin: auto;
    justify-content: center;
    width: 100%;
}

#social-container li {
    list-style-type: none;
}

#social-container li a {
    padding: 0;
    font-size: 2.75em;
    background: #ffffff;
    margin: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #1A237E;
}

#social-container li a:hover,
#social-container li a:active {
    background: #F98B13;
    color: #fff;
}

#scroll {
    text-transform: lowercase;
    font-size: 2.5em;
    margin: 0;
    padding: 10px;
}

.scroll h2 {
    background: #1A237E;
    background: rgba(26, 35, 126, 0.9);
}

.text.work {
    max-width: 1280px;
}

.work-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.work-box {
    width: calc(100% / 2 - 30px);
    background: transparent;
    position: relative;
    margin: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.work-box h4 {
    padding: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    text-transform: lowercase;
    font-size: 1em;
    margin-right: 15px;
}

.work-box a {
    margin-left: 15px;
}

.work-box img {
    width: 100%;
}

.work-box div {
    background: #303F9F;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
}

.resume-container {
    max-width: 780px;
    margin: 0 auto;
}

.resume-container p {}

.resume-container-small {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.skills,
.expertise {
    width: calc(100% / 2);
}

.skills ul,
.expertise ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0 0 10px;
    line-height: 1.5;
}

#about .button.big {
    margin: 30px auto;
}

.text.bottom-menu p {
    font-size: 1.25em;
}
