body {
    --specific-color: #FF747E;
    --blog-color: var(--main-color);
    --blog-color-transparency: rgb(43, 54, 107, 0.5);
    --blog-color-title: var(--main-color-degrade);
}

.bts-label {
    color: var(--specific-color);
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: var(--height-header);
    font-size: 20px;
}

.nav-title {
    color: var(--main-color);
    height: var(--height-header);
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gloria Hallelujah';
    font-style: italic;
    flex-grow: 1;
    margin-right: var(--side-padding);
}

@media screen and (max-width: 1024px),
(pointer : coarse) {
    .nav-title {
        display: none;
    }
}

.badge {
    width: 200px;
}

.badge:hover .poly-sp3s-1 {
    stroke: var(--main-color);
}

.badge:hover .poly-sp3s-2 {
    fill: var(--main-color)
}

.badge text {
    fill: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-anchor: middle;
    dominant-baseline: middle;
}

.badge-no-animation {
    transform: scale(0.8);
}

.badge-no-animation .poly-sp3s-1 {
    stroke: var(--main-color-degrade) !important;
}

.badge-no-animation .poly-sp3s-2 {
    fill: var(--main-color-degrade) !important;
}

.title-sp3s {
    display: table;
    /*background-color: white;*/
    color: var(--specific-color) !important;
    padding: 0;
    margin: 0 auto;
}

.important-text {
    font-weight: bold;
    color: var(--main-color-degrade) !important;
}

.sp3s-card {
    display: block;
    cursor: default;
}

.sp3s-card:hover img {
    transform: none;
}

#linkedin-sp3s {
    width: auto;
    height: var(--line-height-body);
    transform: unset;
}

.revealY {
    transform: translateY(125px);
}

.activeY {
    transform: unset;
}

.relative-inline-block {
    position: relative;
    display: inline-block;
}

.icon-top-right {
    position: absolute;
    width: 15%;
    top: 5%;
    right: 5%;
}

.icon-full-width {
    width: 100%;
}

/* change menu color specific to the page*/

#header-yl,
.sub-menu,
#sidebar,
#footer-yl {
    background: linear-gradient(to left, var(--specific-color), white)
}

#hamburger,
.primary-menu,
#sidebar a,
#sidebar button {
    color: var(--main-color);
}

.primary-menu:after {
    background-color: var(--main-color);
}

/* end of specifics */

/*
.curved-underline-container {
    display: inline-block;
    position: relative;
}

.curved-underline {
    position: absolute;
    left: 0;
    bottom: -10px;
    /* adjust to move closer/farther from text 
    width: 100%;
}
*/

/*
#sp3s-logo {
    height: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#sp3s-logo img {
    height: 100%;
}

@media screen and (max-width:1024px) {
    #sp3s-logo {
        display: none;
    }
}
*/