

.nav-item-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 00 20px;
    color: #2f3241;
    font-family: Montserrat, sans-serif !important;
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 11px !important;
    text-transform: uppercase !important;
    line-height: 20px;
    text-decoration: none;
    transition-duration: 0.5s;
}

.nav-item-text:hover{
    color:red;
    transition-duration: 0.5s;
}

.navMenuDDContainer {
    position: absolute;
    display: block;
    left: -20px;
    top: 100%;
    overflow: hidden;
    z-index: 10;
    background-color:white;
}

.navMenuDD {
    width: 115px;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 997;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .05);
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
}
.navMenuDDUL {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
/*
li {
    display: inline-block;
    width: 100%;
}
*/
.navMenuItem {
    display: block;
    float: none;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
}
.navMenuDDItem:hover {
    background-color: lightgrey;
}

.navMenuItemActive > a{
    color:red;
}


.ShowDD {
    visibility: visible !important;
    /*height: 350px !important;*/
    opacity: 1 !important;
    transition: all 1s !important;
}

.HideDD {
    visibility: hidden !important;
    height: 0px !important;
    opacity: 0 !important;
    transition: all 1s !important;
}

.navMenuUnderLine {
    position: absolute;
    height: 0;
    bottom: 0;
    z-index: 100;
    border-top: 5px solid #f95259;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin: 0;
    background: 0 0;
    /*border: 0;*/
    vertical-align: baseline;
    outline: 0;
    list-style: none;
    transition-timing-function: ease-in-out;
    transition: all 0.5s !important;
}
}
/* testing */
.card-wrapper {
    margin: 5% 0;
}

/* You can adjust the image size by increasing/decreasing the width, height */
.custom-circle-image {
    width: 20vw; /* note i used vw not px for better responsive */
    height: 20vw;
}

    .custom-circle-image img {
        object-fit: cover;
    }

.card-title {
    letter-spacing: 1.1px;
}

.card-text {
    font-family: MerriweatherRegular;
    font-size: 22px;
    line-height: initial;
}
