body {
    background-color: #e9ecf6;
}

.navbar {
    background: #2969FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 20px 10px 20px;
}

#logo {
    width: 60px;
    height: auto;
}

.heading {
    font-family: 'Paytone One', sans-serif;
    color: #202026;
}

.sub_heading {
    font-family: 'Noto Sans';
    font-weight: 900;
    color: #202026;

}


.body_text {
    font-family: 'Noto Sans';
    color: #202026;
}

#profi {
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #2969ff;
    z-index:2;

}



.name {
    color: #202026;
    
    font-size:2em;
}

.payment_logo {
    max-width: 250px;

}

.cbox {
    background: #FAFAFA;
    /* container_drop_shadow */
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    padding: 20px 10px 20px 10px;
    margin: 0px 0px 20px 0px;
}


.sub_header_div {
    background: #E9ECF6;
    border-radius: 8px;
    padding: 4px 0px 4px 0px;

}


.bio {
font-size:.9em;
}


/* Small devices (landscape phones, 576px and up)*/
@media screen (min-width: 576px) {


}

/* Medium devices (tablets, 768px and up)*/
@media screen (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)*/
@media screen (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}