html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    color: #151c20;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text-dark {
    color: #151c20 !important;
}

h1 {
    /*  color: #151c20 !important;*/
    font-family: bunyan-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*h2,*/
h3 {
    color: #151c20 !important;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.form-label {
    color: #151c20 !important;
}

a:visited {
    color: #6e9ab3
}

a:hover {
    color: #6e9ab3 !important;
}

.nav-link {
    color: #356587;
}

.nav-pills .nav-link.active {
    color: white !important;
}

.form-control:focus {
    color: #356587;
    border-color: #356587;
    box-shadow: 0 0 5px #356587 !important;
}

.btn-primary {
    background-color: #356587;
    border-color: #356587;
    color: white !important;
    outline: none;
}

.btn-outline-primary {
    border-color: #356587;
    color: #356587 !important;
    outline: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #356587;
    border-color: #356587;
    color: white !important;
    outline: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #356587;
    border-color: #356587;
    color: white !important;
    outline: none;
}

.btn-warning {
    background-color: #9a815c;
    border-color: #9a815c;
    color: white !important;
    outline: none;
}

.btn-outline-warning {
    border-color: #9a815c;
    color: #9a815c !important;
    outline: none;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #9a815c;
    border-color: #9a815c;
    color: white !important;
    outline: none;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    background-color: #9a815c;
    border-color: #9a815c;
    color: white !important;
    outline: none;
}

.btn-danger,
.btn-danger:disabled {
    background-color: #151c20;
    border-color: #151c20;
    color: white !important;
    outline: none;
}

.btn-outline-danger,
.btn-outline-danger:disabled {
    border-color: #151c20;
    color: #151c20 !important;
    outline: none;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #151c20;
    border-color: #151c20;
    color: white !important;
    outline: none;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    background-color: #151c20;
    border-color: #151c20;
    color: white !important;
    outline: none;
}

.ui-widget-content a {
    color: white !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #9a815c !important;
    background: #9a815c !important;
}

.ui-state-default {
    background: #b2cbca !important;
    color: white !important;
}

.form-check-input:checked,
.form-check-input:active,
.form-check-input:focus {
    background-color: #9a815c !important;
    border-color: #9a815c !important;
    outline: none !important;
}

.page-item.active .page-link {
    background-color: #6e9ab3;
    border-color: #6e9ab3;
}

.page-link {
    color: #6e9ab3;
}

.nav-pills .nav-link.active {
    background-color: #6e9ab3;
}

.search-result-example {
    border: dashed 2px lightgray;
    padding: 10px 10px;
    border-radius: 0.5rem;
    color: gray;
}

.search-result-example-name {
    color: #344351;
}

.work-history-example-details {
    color: gray;
    font-size: 0.8rem;
}

.proficiency-example-level {
    color: #9a815c;
}

.search-result {
    border: solid 2px lightgray;
    padding: 10px 10px;
    border-radius: 0.5rem;
}

.search-result-name {
    color: #344351;
    font-weight: bold;
}

.work-history-details {
    color: gray;
    font-size: 0.8rem;
}

.proficiency-level {
    color: #9a815c;
    font-weight: bolder;
}

.btn {
    box-shadow: none !important;
}

.fs-7 {
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .no-padding {
        padding: 0px !important;
    }
}

.dt-column-order {
    right: -15px !important;
}


/* Home Page styles */

.navbar-brand img {
    height: 175px;
    width: 175px;
}

.navbar-collapse {
    background-color: transparent !important;
}

header {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.header-dark {
    background-color: #151c20;
    opacity:0.9;
}

.font-xl {
    font-size: 5rem !important;
}

.video-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.video-content video {
    width: 100%;
    display: block;
}

.video-content:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 300px;
    width:100%;
}

.video-overlay h1 {
    font-size: 4.5em;
    margin-bottom: 25px;
    color: white;
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 700;
}

.video-arrow {
    margin-top:100px;
}

.member-login {
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    text-decoration:none;
}

/*.member-login:visited {
    color: white
}*/

/*.member-login:hover {
    color: white;
}*/

.subtitle {
    font-size: 1.9em;
    color: #FFF;
    max-width: 700px;
    margin: 150px auto 0px auto;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.cards-section {
    background-color: #151c20; 
    padding: 70px 20px 80px;
    border-bottom-left-radius: 160px;
}

.cards-container {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    background: white;
    border-radius: 12px;
    padding: 50px 40px;
    flex: 1;
    min-width: 380px;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.card h2 {
    font-size: 1.85em;
    margin-bottom: 30px;
    color: #356587;
    font-weight: 400;
}

.card ul {
    margin-bottom: 35px;
}

.card li {
    margin-bottom: 18px;
    padding-left: 20px;
    position: relative;
    color: #356587;
    font-size: 1em;
}

.card li:before {
    position: absolute;
    left: 0;
    color: #356587;
    font-weight: bold;
}

.cta-button {
    background-color: #356587;
    color: white;
    border: none;
    padding: 16px 32px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
    font-family: 'Georgia', serif;
}

.cta-button:hover {
    background-color: #356587;
}

.about-section {
    background-color: white;
    padding: 80px 20px;
    text-align: center;
}

.about-section h2 {
    font-size: 2.1em;
    margin-bottom: 35px;
    color: #356587;
    font-weight: 400;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    color: #356587;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 1.1em;
}

.quote {
    font-style: italic;
    margin: 30px 0;
    color: #356587;
}

.quote-author {
    margin-top: 10px;
    font-style: normal;
    font-size: 0.9em;
}

.faq-section {
    background-color: #b2cbca;
    padding: 80px 20px;
    border-top-right-radius: 160px;
    border-bottom-left-radius: 160px;
}

.faq-section h2 {
    font-size: 2.1em;
    margin-bottom: 40px;
    color: #356587;
    text-align: center;
    font-weight: 400;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.faq-question {
    font-weight: bold;
    color: #356587;
    margin-bottom: 10px;
    font-size: 1.05em;
}

.faq-answer {
    color: #356587;
    line-height: 1.6;
}

.contact-section {
    background-color: white;
    padding: 60px 20px;
    text-align: center;
}

.contact-section p {
    color: #356587;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.mail-link {
    color: #356587 !important;
    text-decoration: none;
}

.contact-section a {
    color: white;
    text-decoration: none;
}

.social-icons {
    margin-top: 20px;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #356587;
    color: white;
    line-height: 40px;
    text-decoration: none;
}

footer {
    background-color: #356587;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
    margin-top: 90px;
}

footer a:visited {
    color: white;
}

@media only screen and (max-width: 600px) {

    .navbar-brand img {
        height: 75px;
        width: 75px;
    }

    .video-content {
        object-fit: cover;
        overflow: hidden;
    }

    .video-content video {
        width: 150%;
        display: block;
    }

    .video-overlay {
        margin-top: 105px;
    }

    .video-overlay h1 {
        font-size: 2.5em;
        margin-bottom: 5px;
        line-height: 1;
        letter-spacing: -.025em;
        font-weight: 200;
    }

    .video-arrow {
        display: none;
    }

    .subtitle {
        font-size: 1.2em;
        font-weight: 100;
        letter-spacing: 0.4px;
        margin-top: 30px;
    }

    .cards-section {
        padding: 15px;
        border-bottom-left-radius: 60px;
    }

    .cards-container {
        margin: 15px 0px;
        max-width: 100%;
        gap: 10px 10px;
    }

    .card {
        max-width: 100%;
        min-width: 90%;
        padding: 15px 10px;
    }

    .faq-section {
        border-top-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}

@media only screen and (min-width: 600px) {

    .navbar-brand img {
        height: 125px;
        width: 125px;
    }

    .video-overlay {
        margin-top: 155px;
    }

    .video-overlay h1 {
        font-size: 3.5em;
        margin-bottom: 5px;
        line-height: 1;
        letter-spacing: -.025em;
        font-weight: 200;
    }

    .video-arrow {
        display: none;
    }

    .subtitle {
        font-size: 1.5em;
        font-weight: 100;
        letter-spacing: 0.4px;
        margin-top: 20px;
    }

    .cards-section {
        padding: 15px;
        border-bottom-left-radius: 60px;
    }

    .cards-container {
        margin: 15px 0px;
        max-width: 100%;
        gap: 10px 10px;
    }

    .card {
        max-width: 100%;
        min-width: 90%;
        padding: 15px 10px;
    }

    .faq-section {
        border-top-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}

@media only screen and (min-width: 768px) {

    .navbar-brand img {
        height: 125px;
        width: 125px;
    }

    .video-overlay {
        margin-top: 155px;
    }

    .video-overlay h1 {
        font-size: 3.5em;
        margin-bottom: 5px;
        line-height: 1;
        letter-spacing: -.025em;
        font-weight: 200;
    }

    .video-arrow {
        display: none;
    }

    .subtitle {
        font-size: 1.5em;
        font-weight: 100;
        letter-spacing: 0.4px;
        margin-top: 50px;
    }

    .cards-section {
        padding: 15px;
        border-bottom-left-radius: 60px;
    }

    .cards-container {
        margin: 15px 0px;
        max-width: 100%;
        gap: 10px 10px;
    }

    .card {
        max-width: 100%;
        min-width: 90%;
        padding: 15px 10px;
    }

    .faq-section {
        border-top-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}

@media only screen and (min-width: 992px) {

    .navbar-brand img {
        height: 125px;
        width: 125px;
    }

    .video-overlay {
        margin-top: 155px;
    }

    .video-overlay h1 {
        font-size: 3.5em;
        margin-bottom: 5px;
        line-height: 1;
        letter-spacing: -.025em;
        font-weight: 200;
    }

    .video-arrow {
        display:block;
        margin-top: 30px;
    }

    .subtitle {
        font-size: 1.5em;
        font-weight: 100;
        letter-spacing: 0.4px;
        margin-top: 40px;
    }

    .cards-section {
        padding: 15px;
        border-bottom-left-radius: 60px;
    }

    .cards-container {
        margin: 15px 0px;
        max-width: 100%;
        gap: 10px 10px;
    }

    .card {
        max-width: 100%;
        min-width: 90%;
        padding: 15px 10px;
    }

    .faq-section {
        border-top-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}

@media only screen and (min-width: 1200px) {

    .navbar-brand img {
        height: 125px;
        width: 125px;
    }

    .video-content {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .video-content video {
        width: 100%;
        display: block;
    }

    .video-content:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .video-overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        margin-top: 300px;
        width: 100%;
    }

    .video-overlay h1 {
        font-size: 4.5em;
        margin-top:-105px;
        margin-bottom: 25px;
        color: white;
        line-height: 1;
        letter-spacing: -.025em;
        font-weight: 700;
    }

    .video-arrow {
        margin-top: 180px;
    }

    .subtitle {
        font-size: 1.5em;
        font-weight: 100;
        letter-spacing: 0.4px;
        margin-top: 80px;
    }

    .cards-section {
        background-color: #151c20;
        padding: 70px 20px 80px;
        border-bottom-left-radius: 160px;
    }

    .cards-container {
        display: flex;
        max-width: 1100px;
        margin: 0 auto;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .card {
        background: white;
        border-radius: 12px;
        padding: 50px 40px;
        flex: 1;
        min-width: 380px;
        max-width: 500px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }

    .card h2 {
        font-size: 1.85em;
        margin-bottom: 30px;
        color: #356587;
        font-weight: 400;
    }

    .card ul {
        margin-bottom: 35px;
    }

    .card li {
        margin-bottom: 18px;
        padding-left: 20px;
        position: relative;
        color: #356587;
        font-size: 1em;
    }

        .card li:before {
            position: absolute;
            left: 0;
            color: #356587;
            font-weight: bold;
        }

    .faq-section {
        border-top-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}

/*end Home Page Styles*/
