@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futura_bold_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_bold_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.logo-text {
    font-family: 'futurabold';
    font-size: 25px;
    letter-spacing: 6px;
    font-weight: lighter;
    text-transform: unset;
}

.dark-mode-toggle {
    margin-right: 5px;
}

.dark-mode body {
    background-color: #151719;
}

.dark-mode nav a, 
.dark-mode header a span, 
.dark-mode p, 
.dark-mode main, 
.dark-mode h1, 
.dark-mode h2, 
.dark-mode h3, 
.dark-mode h4, 
.dark-mode h5, 
.dark-mode h6, 
.dark-mode main a,
.dark-mode .u-text-format strong,
.dark-mode .site-footer a,
.dark-mode .post-caption-meta,
.dark-mode .post-caption-meta a,
.dark-mode .kg-bookmark-title {
    color: white;
}

.dark-mode .burger-bar:before {
    background-color: white;
}


.mobile-menu {
    height: auto;
    padding-bottom: 30px;
}

.dark-mode .mobile-menu {
    background-color: #151719;
}

.dark-mode .menu-item-current a,
.dark-mode .icon-arrow-expand {
    color: black;
}

.dark-mode .pswp__bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.dark-mode main article a {
    text-decoration: underline;
}

.dark-mode main article .kg-bookmark-card a {
    text-decoration: none;
}

.dark-mode .kg-code-card,
.dark-mode .kg-bookmark-metadata>span {
    color: grey;
}


/* Profile logo on index page */

.profile-logo {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 90px;
}

.profile-logo h1, .profile-logo p {
    text-align: center;
}

.profile-logo .profile-logo-img {
    margin-bottom: 30px;
    border-radius: 100px;
    border: 9px solid lightgrey;
}

.dark-mode .profile-logo .profile-logo-img {
    border: 9px solid black;
}

.profile-logo img {
    margin: 0 auto;
}

.instafollow {
    position: relative;
    margin: 0 auto;
    width: 200px;
}

.instafollow p {
    position: absolute;
    top: 89px;
    left: 70px;
    font-size: 17px;
}


/* INSTAGRAM */

.instagram-media {
    margin: 0 auto !important;
    border-radius: 15px !important;
    border: none !important;
}

#instafeed-container {
    /* width: 100%; */
    margin: 0 auto;
    z-index: 1;
}

#instafeed-container a img{
    max-width: 350px;
    margin-bottom: 10px;
}

.loader {
    position: absolute;
    top: 90px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #151719;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    margin-top: -90px;
    width: 200px;
    height: 200px;
}


img.post-image {
    margin: 0 auto;
}

figure.kg-card.kg-embed-card {
    margin-bottom: 50px;
}

@media screen and (max-width: 450px) {
    .logo-text {
        display: none;
    }
}


/* STICKY POST */

.sticky-feed {
}

.sticky-post {
    display: grid;
    grid-template-columns: auto auto;
    min-height: 90px;
    width:fit-content;
    height:fit-content;
    max-width: 640px;
    padding: .5px 30px 15px 30px;
    background-color: var(--light-gray-color);
    border-radius: 15px;
    border: 2px solid #ebebeb;
    margin: 0 auto;
    margin-bottom: 100px;
}

.sticky-post img {
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 10px;
    max-height: 130px;
}

.sticky-post .grid-item-sticky {
    padding: 0;
}

.sticky-post .sticky-text {
    padding-left: 50px;
    display: flex;
    align-items:center;
    justify-content:center;
}

.sticky-post .sticky-text p {
    max-width: 640px;
    color: #000000;
    text-align: left;
    margin-top: 50px;
}

.dark-mode .sticky-post {
    background-color: #252525;
    border: 2px solid #3b3b3b;
}

.dark-mode .sticky-post .sticky-text p {
    color: #b1b1b1;
}

.twitter-tweet {
    margin: 0 auto;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
