:root {
    --white: #ffffff;
    --serif: 'Helvetica Neue', sans-serif;
    --sans-serif: 'Trajan-Pro', sans-serif;
    font-size: 24px;
    --yellow: #DAA52C;
    /*font-family: 'Roboto Condensed', sans-serif;*/
}

body {
    font-family: 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Trajan Pro', sans-serif;
}

p {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    color: #000000;
    line-height: 1.25;
}

.about {
    text-align: justify;
}

.title-wrapper h1 {
    padding-top: 8px;
    font-family: 'Trajan Pro', sans-serif;
    font-size: 3rem !important;
    margin: 0;
    line-height: 2.2;
    letter-spacing: 3px;
    /*position: relative;*/
    z-index: 10;
    color: transparent;
    background: rgb(12, 38, 103);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    text-transform: uppercase;
}

.title-wrapper h3 {
    padding-top: 8px;
    font-family: 'Trajan Pro', sans-serif;
    font-size: 2rem;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 3px;
    z-index: 10;
    color: transparent;
    background: rgb(12, 38, 103);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    text-transform: uppercase;
}

.connecting {
    background: white !important;
    font-weight: bold !important;
    width: fit-content !important;
    z-index: 123233 !important;
    color: rgb(12, 38, 103) !important;
    margin: -42px auto !important;
    /*padding: 0 24px !important;*/
}

.people {
    font-weight: bold !important;
    /*border: 2px solid #4F5E9F !important;*/
    padding: 50px !important;
    height: 50px !important;

}

.together {
    font-weight: bold !important;
    background: white !important;
    width: fit-content !important;
    z-index: 123233 !important;
    color: rgb(12, 38, 103) !important;
    text-align: center !important;
    margin: 20px auto 0 !important;
    padding: 0 24px !important;
    position: initial!important;;

}

.lead {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--yellow);
    line-height: 1.5rem;
    text-transform: capitalize;
    letter-spacing: .057rem;
}

.color-red{
    color: #D50000;
}

h4.lead {
    font-size: 1.5rem;
    line-height: 50px;
}

h5.lead {
    text-transform: uppercase;
}

.jumbotron {
    background-color: var(--white);
}

.card-title {
    line-height: 1;
    color: #000;
    border-radius: 4px 4px 0 0;
}

.small-text {
    font-size: 0.725rem;
}

.yellow-bg {
    background-color: var(--yellow);
}

.card-body-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-body-text h6 {
    font-size: 0.725rem;
}

.bold-header {
    background-color: var(--yellow);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.bold-header button {
    margin-left: 1rem;
    background-color: var(--yellow);
    border: 1px solid;
    text-transform: uppercase;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bold-header button:hover {
    background-color: #000;
    color: #DAA520;
}

.accordion .card-header {
    border: 4px solid var(--yellow);
    background-color: white;
}

.accordion .card-header .btn-link {
    font-weight: 400;
    color: black;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    padding: 1rem;
}
.bg-blue-color {
    background: #095183;
}

.bg-yellow-color {
    background: var(--yellow);
}

.navbar-brand img {
    max-width: 180px !important;
}

.membership p {
    margin-bottom: 0;
}

.nav-link {
    font-size: 0.725rem;
}

.img-member {
    max-width: 250px;
    height: 350px !important;
    object-fit: cover;
}

.img-gallery {
    width: 90%;
    height: 90%;
    display: block;
    margin: 0 auto;
    /*max-width: 280px;*/
    /*height: 350px !important;*/
    /*object-fit: cover;*/
}


.text-small {
    font-size: 12px;
}

.company-logo {
    height: 200px;
    width: 200px;
}

.cover-height {
    /*margin-top: 20px;*/
    max-height: 300px;
}

.form-control-sm {
    font-size: 0.725rem;
    color: #0b0b0b;
}

.padding-right {
    padding-right: 5px !important;
}

.navbar-light .navbar-toggler {
    border-color: transparent
}


.logos img {
    width: 100px;
    margin-bottom: 10px;
}

.desc p{
    font-size: 0.725rem;
    font-weight: 400;
}

.nav-modal {

}

.nav-modal .modal-dialog{
    margin: 0;
    max-width: 320px;
}
.nav-modal .modal-content{
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    border-radius: 0;
    border: 0;
}
.nav-modal .modal-header {
    border-bottom: 0;
}
.nav-modal .close {
    color: white;
    margin: -1rem;
}
.nav-modal .modal-body {
    color: white
}
.nav-modal .modal-body a{
    color: white
}
.nav-modal .modal-body a:hover {
    text-decoration: underline;
}

.circle-plus {
    border-radius: 20px;
    display: flex;
    justify-content: end;

}
.circle-plus i {
    width: 28px;
    height: 28px;
    font-size: 30px;
    text-align: center;
    box-shadow: 0px 0px 0px 2px black;

    border-radius: 20px
}

.agenda-table td {
    box-shadow: inset 0px 0px 0px 1px var(--yellow);
    border: 1px solid white;
}
.agenda-table img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.agenda-table p {
    font-size: 0.625rem;
    margin-bottom: 0;
}

.agenda-h6{
    font-size: 0.725rem;
}

@media only screen and (max-width: 600px) {
    .partner{
        width: 374px !important;
    }
    .title-wrapper h1 {
        line-height: 1.2;
        font-size: 2rem !important;
    }

    .title-wrapper h3 {
        font-size: 2rem
    }

    .bold-header h2 {
        font-size: 1rem;
    }

    .bold-header {
        min-height: 2rem;
    }

    .img-member {
        max-width: 250px;
        height: 350px !important;
        object-fit: cover;
    }

    .together {
        font-weight: bold !important;
        background: white !important;
        width: fit-content !important;
        z-index: 123233 !important;
        color: rgb(12, 38, 103) !important;
        text-align: center !important;
        /*margin: -34px auto 0 !important;*/
        padding: 0 24px !important;

    }

    .agenda-table td{
            padding: 0.25rem !important;
    }

}


