@font-face {
    font-family: "MacabroDanger";
    src: url("/assets/fonts/MacabroDanger.ttf") format("truetype");
}

body {
    background-color: #121212 !important;
    color: #ffffff !important;
    font-family: "Macabro Danger", sans-serif !important;
}

p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.experience-section {
    max-width: 1140px;
    margin: 0 auto;
    padding-block: 0px !important;
    padding-inline: 10px;
}

.experience-section-title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 3px solid #CBFB04;
    display: inline-block;
    /* makes border wrap text */
    padding: -10px 0;
    /* reduce gap inside border */
    margin: 0;
    /* remove extra outside gap */
    line-height: 1.2;
}

.tab-container {
    padding-block: 10px;
}

.nav-tabs {
    border: none !important;
}

.nav-item .nav-link {
    color: #ffffff !important;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
    transition: transform 0.2s, color 0.2s;
    /* smooth transition for the grow effect */
    padding: 10px 14px;
    margin: 5px 8px 5px 0px !important;
}

.nav-item .nav-link:hover {
    transform: translateY(-3px) !important;
    color: #D293FA !important;
    background-color: transparent !important;
}


.nav-item .nav-link:hover:not(.active) {
    /* lift effect */
    color: #D293FA !important;
    /* purple only if NOT active */
}

.nav-link.active {
    background-color: transparent !important;
    color: #CBFB04 !important;
    border: none !important;
}

.experience-container {
    background-color: #000000 !important;
}

.experience-container-text {
    padding: 10px;
    font-family: "Montserrat", sans-serif;
}

.tab-pane {
    font-family: "Montserrat", sans-serif;
}

.experience-title {
    font-size: 29px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}

.experience-desc,
.experience-location {
    font-size: 17px;
    font-weight: 600;
	line-height: 28px;
	font-family: "Montserrat", Sans-serif;
}

.experience-location {
    margin-top: -4px;
}

.experience-image-container {
    width: 340px;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.experience-desc-paragraph {
    margin-bottom: 10px !important;
    font-size: 14px;
}


/* generic styles */

.custom-yellow {
    color: #CBFB04 !important;
}

.custom-purple {
    color: #D293FA !important;
}

@media (max-width: 768px) {
    .experience-section {
        padding-block: 30px !important;
    }

}