body {
    font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 1.1rem;
}

nav a {
    color: #FF96A7;
    padding: 0 10px;
}

nav a:hover, nav .current-nav {
    border-left: 1px solid #FF96A7;
    border-right: 1px solid #FF96A7;
}

a {
    text-decoration-line: none;
}

.navbar-brand {
    font-size: 2rem;
    font-weight: bold;
    color: #DFBD69 !important;
}

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

.article {
    max-width: 840px;
}

.article a.pink-link {
    color: #FF96A7;
}

.article-title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.article-date {
    font-size: .8rem;
}

figure.quote {
    margin: 2rem 0;
    border-left: 5px solid #FF96A7;
    padding-left: 1.5rem;
}

.quote-text p {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 40px;
}

ul.my-list-group {
    list-style: none;
    margin-left: 10px;
}

.my-list-group li {
    padding: 5px 0;
}

.my-list-group li::before {
    font-family: arial, helvetica, sans-serif;
    position: relative;
    float: left;
    text-indent: -20px;
    speak: none;
    content: '\25A0';
    top: -2px;
}

.home {
    padding-bottom: 60px;
    padding-top: 60px;
}

.welcome {
    font-size: 1.4rem;
}

svg.social-icon, svg.external-link {
    color: #FF96A7;
}

.invalid-feedback {
    display: none;
}

.was-validated :invalid {
    border-color: #dc3545;
}

.hover-zoom {
    border: 1px solid #ced4da;
}

.hover-zoom:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* The container, hide the overflowing of child elements */
.hover-zoom .img-container {
    overflow: hidden; 
}

/* Transition property for smooth transformation of images */
.hover-zoom img {
    transition: transform .5s ease;
}

/* Transforming the image when container gets hovered */
.hover-zoom:hover img {
    transform: scale(1.5);
}

.pink-border {
    border: 1px solid #FF96A7;
}

.pink-btn {
    background-color: #FF96A7;
    color: #fff;
    font-weight: 700;
}

.pink-btn:hover {
    background-color: #ff7087;
    color: #fff;
    font-weight: 700;
}

.current-category, .category-badge {
    background-color: #FF96A7;
    color: #fff;
}

.breadcrumb-item a:hover {
    border: none;
}

.paginator a.paginator-link {
    display: inline-block;
    font-size: .9rem;
    color: #091d32;
    padding: 4px 10px;
    margin: 2px;
    text-decoration: none;
}

.paginator a.active {
    background-color: #FF96A7;
    color: white;
    border-radius: 5px;
}

.paginator a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

/* Hide Kit branding */
.formkit-powered-by-convertkit-container, .formkit-guarantee, .formkit-subheader {
    display: none !important;
}
