body {
    background-color: #242426;
    font-family: 'Inter', sans-serif;
    text-rendering: optimizeLegibility;
}

h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.navbar {
    background-color: #242426;
}

.navbar .navbar-brand {
    font-family: 'Montserrat', sans-serif !important;
}

.navbar-custom .navbar-brand {
    color: #ffffff;
}

.navbar-custom .nav-link {
    color: #C8C8C8;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.navbar-custom .nav-link:hover {
    color: #FFFF;
}

.text-subtitle {
    color: #939393;
}

.text-subtitle a {
    color: #939393;
}

.text-section-start {
    color: #606060;
}

.header-custom {
    background-color: #242426;
    color: #ffffff;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.header-custom h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.header-custom .btn-group {
    margin-top: 1rem;
}

.header-custom .btn-group .btn {
    font-size: 0.875rem;
}

.header-custom .photo {
    max-width: 64%;
    height: auto;
    align-items: end;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-custom .photo {
        max-width: 80%;
    }
}

.section-custom {
    background-color: #313132;
    color: #ffffff;
    padding: 3rem 0;
    text-align: center;
}

.section-custom-nobg-footer {
    color: #ffffff;
    padding: 1.5rem 0;
    text-align: center;
}

.section-custom-nobg-footer p {
    margin: 0;
}


.section-custom-nobg-projects {
    color: #ffffff;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

.section-custom-nobg {
    color: #ffffff;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.section-custom-end {
    padding-bottom: 3rem;
}

.section-custom h1,
.section-custom-nobg h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.btn-custom {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    width: 170px;
    --bs-btn-border-color: transparent;
}

.btn-custom:hover {
    background-color: #1A61B5;
    border-color: #1A61B5;
    color: #ffffff;
}

.btn-custom:active {
    background-color: #1A61B5 !important;
    border-color: #1A61B5 !important;
}

.left-align {
    text-align: left;
}

.form-label {
    color: #ffffff;
}

.form-control {
    background-color: #222222;
    color: #ffffff;
    border-color: #333;
}

.form-control:focus {
    color: #ffffff !important;
    background-color: #222222 !important;
    border-color: #1A61B5;
}

.form-control:valid {
    background-color: #222222 !important;
}

.form-control:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    background-color: #222222 !important;
    border-color: #1A61B5;
}

.label-left {
    text-align: left;
    display: block;
    width: 100%;
}

.hidden-text {
    color: var(--light-bg-color);
}