:root {
    --facebook-color:#1877F2;
    --linkedin-color:#0077B5;
    --instagram-color:#FD1D1D;
    --tiktok-color:#ff0050;
    --twitter-color:#FFF;
    --bright-sky:#00BDF2;
    --bondi-blue:#0090B8;
}


.site-header-cover { 
  opacity: .25 !important
  
}
.site-description { 
  font-weight: bold !important; 
}
  
/* Begin Top Navigation Social Media Icons */  
.gh-head-social {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-right: 12px;
}

.gh-head-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    opacity: 1;
}

.social-link-facebook {
    color: var(--facebook-color);
}
.social-link-instagram {
    color: var(--instagram-color);
}
.social-link-linkedin {
    color: var(--linkedin-color);
}
.social-link-x {
    color: var(--twitter-color);
}
.social-link-tiktok {
    color: var(--tiktok-color);
}
/* End Top Navigation Social Media Icons */  

/* Begin Post Share Block */
.gh-post-share {
    margin-top: 1em;
    padding-top: 1em;
}

.gh-share {
    text-align: center;
}

.gh-share-label {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 1em;
    display: block;
}

.gh-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transform-origin: center;
    margin: 0 .75em;
}

.gh-share-btn svg {
    width: 2.75em;
    height: 2.75em;
    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        opacity 0.2s ease;
}

.gh-share-facebook {
    color: var(--facebook-color);
}

.gh-share-linkedin {
    color: var(--linkedin-color);
}

.gh-share-x {
    color: var(--twitter-color);
}
/* End Post Share Block */

/* Begin Post Tags Background */
.gh-post-tags: {
    margin-top: .25em;
    padding-top: .25em;
}

.post-tags {
    margin: 1em auto;
    text-align: center;
}

.tag-badge {
    display: inline-flex;
    align-items: center;
    padding: .25rem .6rem;
    border-radius: 999px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid #FFD500;
    border-radius: .25em;
    background-color: #FFD500;
    color: #393E41;
}

.tag-badge:hover,
.tag-badge:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.post-card-primary-tag {
    display: inline-flex;
    align-items: center;
    padding: .25rem .6rem;
    border-radius: 999px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid #FFD500;
    border-radius: .25em;
    background-color: #FFD500;
    color: #393E41;
}

.post-card-primary-tag:hover,
.post-card-primary-tag:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}
/* End Post Tags Background */