@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');


/* GENERAL */
h1, h2, h3, h4 {
    font-family: Kumbh Sans !important;
}
b {
    color: rgb(85, 85, 85);
    font-family: Kumbh Sans !important;
}
span {
    color: rgb(102, 102, 102);
    
}
body {
    font-family: Kumbh Sans !important;
}
p {
    font-family: Kumbh Sans !important;
}
div {
    font-family: Kumbh Sans !important;
}

/* GENERAL END*/
#member-info {
    break-inside: avoid;
}
.crumbs-left {
    position: relative;
    margin-bottom: 5px;
    bottom: 15px;
}
#profile_iatd_container {
    display: flex;
    font-family: Kumbh Sans !important;
    font-weight: 16px;
    width: 100%;
    flex-wrap: wrap;
}



#new-section {
    break-inside: avoid-column;
}

.column{
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    flex-wrap: wrap;
    columns: 2;
    column-gap: 20px;
}

#left-column {
    break-inside: avoid-column;
}

#right-col-top {
    background: rgb(236, 236, 236);
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 10px;
   
   
}

#right-col-bottom {
    background: rgb(236, 236, 236);
    border-radius: 30px;
    padding: 15px;

}

/* MOBILE RESPONSIVENESS */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        padding: 0px;
        columns: 1;
    }

    #introductory-header {
        padding-top: 0px;
    }
}

@media print { /*Prevent links from showing up when printing out the page */
    a[href]:after {
        content: none !important;
    }
}

/* END OF MOBILE RESPONSIVENESS*/

/* LEFT SIDE */

.fullname-title > h2 {
    text-align: center;
    font-size: 30px;
}
#profile-video {
    text-align: center;
}
#member-star {
    color:#548226;
}

#address {
    text-align: center;
    padding: 10px;
}

#profile_iatd_mphoto {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: auto;
    /* background-color: #00ff00; */
} 

#directory_mphoto {

    width: 225px;
    height: auto;
    min-height: 225px;
    display: block;
    object-fit: contain;
    margin: auto;
}

.section-grouping {
    background: rgb(236, 236, 236);
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 10px;
    break-inside: avoid-column;
}
.member-documents {
    margin: auto;
}
.pdf-row {
    display: grid;
    justify-content: center;
    width: 150px;
}

.pdf-icon {
    height: auto !important;
    width: 75px !important;
    margin: 10px auto;
}
#profile-video {
    padding: 10px;
}
#social-media {
    margin: 15px auto;
    justify-content: center;
    display: flex;
    gap: 5px;
}
.spacing {
    padding: 10px;
    margin: auto;
}
.sm-icon {
    padding: 5px;
    margin: auto !important;
    width: 40px !important;
    height: auto !important;
    margin: auto;
}

#credential-info {
    background: rgb(236, 236, 236);
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 10px;

}

/* END OF LEFT SIDE */

/* RIGHT SIDE */
.section-header {
    color: var(--green);
    font-size: 28px;
    margin-top: 15px;
}

#introductory-header {
    padding-top: 30px;
}
.custom-field:not(:last-of-type) {
    margin-bottom: 5px;
}
.padding-top {
    padding-top: 30px;
}

#dcf_caption {
    display: flex;
    font-size: 16px;
}
#profile_iatd_container iframe {
    width: 100%;
}

#education-section {
    background: rgb(236, 236, 236);
    border-radius: 30px;
    padding: 15px;
}