body,
html {
    padding-right: 0 !important;
    width: 100%;
    overflow-x: hidden;
}

#pfp-badge {
    width: 150px;
    white-space: normal;
    text-align: center;
}

.container-fluid,
.container {
    background-color: transparent;
}

/* 
.modal{
    display: block !important;
}

.modal-dialog{
    overflow-y: initial !important;
}

.modal-body{
    height: 80vh !important;
    overflow-y: auto !important;
} */

.modal-content {
    height: 500px !important;
    overflow-y: auto !important;
}

button {
    border: none;
    outline: none;
}

button,
a {
    margin: 2px !important;
}

html,
body {
    background-size: cover !important;
    width: 100% !important;
    height: auto;
    overflow-x: hidden;
    padding: 0 0 30px;
}

@font-face {
    font-family: open_sansbold;
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'), url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: trajan_pro_3bold;
    src: url('fonts/trajan_pro_3_bold-webfont.woff2') format('woff2'), url('fonts/trajan_pro_3_bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open_sanslight;
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'), url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open_sansregular;
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

p {
    color: #135660;
    font-size: 16px;
    font-family: open_sansregular
}

strong {
    color: #135660;
    font-family: open_sansbold;
}

h5,
h1 {
    color: #135660;
    font-family: trajan_pro_3bold;
    font-size: 35px;
    white-space: normal;
}

h3 {
    font-size: 20px;
    font-family: open_sansbold
}

h3 {
    color: #135660
}

div#main-logo img {
    width: 200px
}

.container-fluid {
    width: 100% !important;
}

.imagediv .avtar {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.imagediv {
    display: inline-block;
    width: 25%;
    margin-right: -3%;
    /* Apply a negative margin to create the desired overlap */
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.imagediv:not(:first-child) {
    transform: translateX(-3%);
    /* Move all images except the first one to the left */
}

.imagediv:last-child {
    margin-right: 0;
    /* Remove margin for the last image to prevent extra space */
}

.imageblock {
    margin-top: 3%
}

.imageblock_females {
    margin-top: 0%
}

.pac-container {
    z-index: 10000 !important
}

span .badge .badge-secondary .badge-info {
    text-align: center;
}

span .badge .badge-secondary .badge-info {
    width: 100px !important;
    position: relative;
    top: -60px;
    left: -30px;
    font-size: 22px;
    text-align: left;
    background: #135660;
    text-transform: uppercase;
    font-family: open_sansbold;
    white-space: normal;
}

.badge-info {
    background: #135660 !important;
    background-color: #135660 !important;
}

/* 
.imagediv p span {
    box-shadow: 30px 30px 50px 50px rgb(255 255 255 / 25%), 30px 30px 50px 50px rgb(204 225 224)
} */

.nav-topbar .nav-link {
    color: white !important;
}

.nav-topbar li {
    display: flex;
    border: 2px solid #ee9638;
    border-radius: 30px;
    padding: 0 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.registion-button,
div.accordion .card {
    border-radius: 20px
}

.registion-button {
    background: #dba500;
    padding: 16px 22px;
    color: #104a52;
    font-family: open_sansbold;
    text-decoration: none
}

.nav-topbar #navbarNav {
    display: flex;
    justify-content: space-between
}

body {
    width: 100%;
    overflow-x: hidden;
    background: url(./images/bg-high-res.jpg) top center/100% no-repeat
}

.button-area {
    padding: 20px 0;
    margin-top: 40px
}

.nav-topbar li:first-child {
    margin-right: 10px
}

.row.no-gutters .container-fluid {
    display: flex;
}

.imageblock.text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.col-md-4.mx-auto.backimage {
    display: flex;
    align-content: top;
    margin-top: 70px;
    align-items: top
}

@media (max-width: 600px) {
    .col-md-4.mx-auto.backimage {
        margin-top: 10px;
    }
}

.col-md-11.mx-auto h3 {
    color: #104a52;
    margin-bottom: 20px
}

div.accordion .card h5 button {
    white-space: normal;
    color: #104a52;
    text-decoration: none;
    text-align: left;
}

.col-md-11.mx-auto p {
    color: #135660;
}

.btn-success,
button.btn.btn-danger.loginbtn {
    background: #dba500 !important;
    padding: 20px 30px;
    color: #104a52;
    border-radius: 20px;
    font-family: open_sansbold;
    text-decoration: none !important;
    border: 0
}

button.btn.btn-danger.btn-lg,
button.btn.btn-default {
    background: #dba500 !important;
    color: #104a52;
    font-weight: 600;
    font-family: open_sansbold;
    padding: 20px 15px;
    border-radius: 20px;
    border: 0
}

button.btn.btn-danger.btn-lg:hover,
button.btn.btn-default:hover {
    color: #fff
}

.btn-success:hover,
button.btn.btn-danger.loginbtn:hover {
    color: #fff;
    border: 0
}

.mobile-view {
    display: none !important;
}

.desktop-view {
    display: block !important;
}

.accordion .card:first-of-type {
    border-radius: -6px;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

/* 
@media only screen and (max-width:1440px) and (min-width:1281px) {
    span.badge.badge-secondary.badge-info {
        position: relative;
        top: -40px;
        left: -10px;
        font-size: 16px;
        text-align: left;
        background: #135660;
        text-transform: uppercase;
        font-family: open_sansbold
    }

    div.accordion .card h5 button {
        font-size: 16px
    }

    .imagediv p span {
        box-shadow: 00px 30px 50px 50px rgb(255 255 255 / 25%), 10px 15px 30px 30px rgb(204 225 224)
    }
} */

@media only screen and (max-width:1280px) and (min-width:1025px) {
    span.badge.badge-secondary.badge-info {
        text-align: center !important;
        white-space: normal;
        width: 150px;
        position: relative;
        top: -22px;
        left: 0;
        font-size: 13px;
        text-align: left;
        background: #135660;
        text-transform: uppercase;
        font-family: open_sansbold;
    }
    /* .imagediv p span {
        box-shadow: 00px 30px 50px 50px rgb(255 255 255 / 25%), 10px 15px 30px 30px rgb(204 225 224)
    } */
}

@media only screen and (max-width:1024px) and (min-width:997px) {
    .imagediv {
        width: 50%
    }
    span.badge.badge-secondary.badge-info {
        position: relative;
        top: -35px;
        left: 0;
        font-size: 13px;
        text-align: left;
        background: #135660;
        text-transform: uppercase;
        font-family: open_sansbold
    }
    /* .imagediv p span {
        box-shadow: 00px 30px 50px 50px rgb(255 255 255 / 25%), 10px 15px 30px 30px rgb(204 225 224)
    } */
}

@media only screen and (min-width:997px) {
    div.accordion {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 2px;
    }
    div.accordion .card {
        width: 100%
    }
}

@media only screen and (max-width:996px) {
    .mobile-hide {
        display: none;
    }
    ul.navbar-nav {
        display: flex;
        flex-direction: row
    }
    body {
        background-size: cover
    }
    .col-md-4.mx-auto.backimage {
        max-width: 100%;
        display: flex
    }
    .contentblock.text-left {
        margin: 20px 0
    }
    .card-body,
    .modal-body p {
        text-align: center
    }
    div.accordion .card h5 button {
        white-space: normal;
        text-align: left;
    }
    .btn-success,
    button.btn.btn-danger.loginbtn {
        padding: 10px 20px
    }
    .accordion-button::after {
        top: 30px;
        right: 0px;
        background-size: 1em;
    }
    .accordion-body,
    .accordion-title {
        text-align: left !important;
    }
    .content-area strong {
        margin: 20px 0;
    }
    .row.no-gutters {
        align-items: baseline;
    }
    .modal-dialog {
        max-width: 80%;
    }
    .card-body,
    .modal-body p {
        text-align: center;
        padding: 10px;
    }
}

div#main-logo img {
    width: 270px;
}

div#main-logo .first-child {
    width: 200px;
    margin-right: 10px;
}

@media only screen and (max-width:768px) and (min-width:100px) {
    .col-md-4,
    .col-md-3 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .form-control {
        padding: 1rem 0.75rem !important;
        font-size: 1.2rem !important;
    }

    #pfp-badge {
        width: auto;
        white-space: normal;
        text-align: center;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
    }
}


.card-header {
    border: none !important;
    background: transparent !important;
}

/*
FEATURES BOX
*/

.feature-box-container {
    display: flex;
    margin: 40px 0 40px;
}

.feature-box {
    max-width: calc((100% - (4 * (2px * 2))) / 4);
}

.feature-box {
    margin: 2px;
    background: white;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    min-height: 300px;
}

.feature-box p {
    font-size: 14px;
}

.feature-box img {
    align-self: flex-start;
    width: 85px;
    height: 85px;
    margin: 0 auto;
}

.feature-box-container h5 {
    font-size: 15px !important;
    font-weight: 200 !important;
    margin-top: 5px;
}

.accordion-button {
    padding: 0 !important;
}

.accordionColumn2 {
    margin-top: 10px;
}

.accordion-title {
    width: 90%;
    white-space: normal;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("https://www.iconpacks.net/icons/2/free-arrow-right-icon-3098-thumb.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    padding: 20px;
    right: 0;
    top: 24px
}

span.badge.badge-secondary.badge-info {
    max-width: 150px;
    white-space: normal;
    position: relative;
    top: -35px;
    left: 0;
    font-size: 13px;
    text-align: center;
    background: #135660;
    text-transform: uppercase;
    font-family: open_sansbold
}

.accordion-button:not(.collapsed)::after {
    background-repeat: no-repeat !important;
    background-size: 1.25rem !important;
    background: url("https://www.iconpacks.net/icons/2/free-arrow-down-icon-3101-thumb.png");
}

@media only screen and (max-width: 768px) {
    body {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .feature-box {
        width: 50%;
        flex: 0 0 50% !important;
        max-width: calc((100% - (2 * (2px * 2))) / 2);
        height: 350px;
        min-height: 350px;
    }
    .imagediv {
        width: 50%
    }
    h5,
    h1 {
        font-size: 26px;
    }
    .modal-dialog {
        height: 100% !important;
    }
    .modal-content {
        height: 95% !important;
    }
    .mobile-view {
        display: block !important;
    }
    .desktop-view {
        display: none !important;
    }
    .accordion .card:last-of-type {
        border-radius: 0;
    }
    .accordion .card:first-of-type {
        border-radius: 0;
        border-bottom: 0;
    }
    .accordion #accordionColumn1:first-of-type {
        border-radius: -6px;
    }
}

.container-fluid {
    padding: 0 0 !important;
}


.choices__inner {
    margin-right: 7px !important;
}