.background-top {
    background-image: url('/images/bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.identifier {
    height: 100vh;
}

.center {
    text-align: center;
}

.color-text {
    color: #E8E6E3;
    margin-bottom: 0;
}

.edge {
    padding-left: 4rem;
    padding-right: 4rem;
}

.font_b {
    font-family: "europa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.font_small {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.personal-content {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.center-inside {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.font_title {
    font-family: "karla", sans-serif;
    font-style: normal;
    font-weight: 500;
}

.font_content {
    font-size: 1rem;
    margin-bottom: 0;
    font-family: "karla", sans-serif;
    font-weight: 100;
}

.section_2 {
    padding-top: 5.5rem;
    padding-right: 0rem;
    padding-bottom: 5.5rem;
}

.content-block {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;

}

.column-formatting {
    display: flex;
    flex-direction: row;
    word-wrap: break-word;
    position: relative;
}

.button-reveal {
    background-image: url('/images/hamburger.svg');
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' %3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    border: none;
}