@font-face {
    font-family: 'VCRosdNEUE';
    src: url('VCRosdNEUE.ttf');
    font-weight: 500;
    font-style: normal;
}

.header-image {
    width: 935px;
    height: 80px;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'VCRosdNEUE';
    z-index: 1;
}

.signature {
    font-family: 'VCRosdNEUE';
    background-color: black;
    font-size: 14px;
    color: #efeade;
    text-align: center;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 170px;
    /* Adjust this value based on your desired positioning */
    top: 670px;
    /* Adjust this value based on your desired positioning */
}

.buy-me-a-coffee {
    font-family: 'VCRosdNEUE';
    background-color: #1f2b5b;
    font-size: 13px;
    color: #efeade;
    text-align: center;
    width: 225px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 660px;
    left: 445px;
}

.letterboxd {
    font-family: 'VCRosdNEUE';
    background-color: #efeade;
    border: 5px solid #1f2b5b;
    font-size: 12px;
    color: #1f2b5b;
    text-align: center;
    width: 95px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 660px;
    left: 690px;
}




body {
    margin: 0;
    background-color: #efeade;
    transform: scale(1);
    align-items: center;
    justify-content: center;
}

.container {
    margin-top: 15px;
    max-width: 960px;
    padding: 20px;
    position: relative;
}


.vertical-line-2 {
    position: absolute;
    left: 60px;
    top: 80px;
    bottom: 0;
    width: 5px;
    height: 575px;
    background-color: #1f2b5b;
    z-index: 0;
    /* Adjusted lower z-index to place it behind the navigation */
}




.vertical-line-5 {
    position: absolute;
    left: 150px;
    top: 650px;
    bottom: 0;
    width: 5px;
    height: 40px;
    background-color: #1f2b5b;
    z-index: 0;
    /* Adjusted lower z-index to place it behind the navigation */
}

.vertical-line-6 {
    position: absolute;
    left: 761px;
    top: 650px;
    bottom: 0;
    width: 4.5px;
    height: 25px;
    background-color: #1f2b5b;
    z-index: 0;
    /* Adjusted lower z-index to place it behind the navigation */
}

.vertical-line-9 {
    position: absolute;
    left: 495px;
    top: 650px;
    bottom: 0;
    width: 5px;
    height: 20px;
    background-color: #1f2b5b;
    z-index: 0;
    /* Adjusted lower z-index to place it behind the navigation */
}

.vertical-line-10 {
    position: absolute;
    left: 615px;
    top: 650px;
    bottom: 0;
    width: 5px;
    height: 20px;
    background-color: #1f2b5b;
    z-index: 0;
    /* Adjusted lower z-index to place it behind the navigation */
}



.horizontal-line-1 {
    position: absolute;
    left: 60px;
    top: 650px;
    bottom: 0;
    width: 705px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
    /* Adjusted lower z-index to place it behind the navigation */
}

.horizontal-line-2 {
    position: absolute;
    left: 155px;
    top: 685px;
    bottom: 0;
    width: 15px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
    /* Adjusted lower z-index to place it behind the navigation */
}

.horizontal-line-4 {
    position: absolute;
    left: 665px;
    top: 675px;
    bottom: 0;
    width: 25px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
    /* Adjusted lower z-index to place it behind the navigation */
}



.content-div {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 75px;
    width: 880px;
    height: 620px;
}


.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
    text-align: center;
    border-bottom: 1px solid #1f2b5b;
}

nav ul {
    list-style-type: none;
    margin-top: 75px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    /* Align items to the right */
}

nav ul li {
    margin-left: 14px;
}

nav ul li:first-child {
    margin-left: 635px;
    ;
    /* Remove margin for the first navigation item */
}

nav ul li a {
    background-color: #efeade;
    text-decoration: none;
    font-family: 'VCRosdNEUE', sans-serif;
    color: #333;
    font-size: 12px;
    display: block;
    border: 3px solid #1f2b5b;
    padding: 5px;
    width: 100px;
}

nav ul li a:hover {
    background-color: #ef4a38;
    text-decoration: none;
    font-family: 'VCRosdNEUE', sans-serif;
    color: #FFFFFF;
    z-index: 1;
}

.blog-container {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #1f2b5b;

}



.body-paragraph {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 510px;
    overflow-y: scroll;
    font-size: 18px;
}

.styled-text {
    font-family: 'VCRosdNEUE', sans-serif;
}

h2 {
    font-size: 26x;
    margin: 0;
    color: black;
}

h2.border {
    display: inline-block;
    border: 5px solid #1f2b5b;
    padding: 4px;
}

.styled-text-title {
    font-family: 'VCRosdNEUE', sans-serif;
}

h1 {
    font-size: 48x;
    margin: 0;
    margin-top: 10px;
    color: black;
}

.blog-image {
    max-width: 272px;
    max-height: 200px;
}

.custom-link {
    color: #5371AC;
    font-weight: 500;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.custom-link:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.75);
    font-family: 'VCRosdNEUE';
    color: #ef4a38;

}

.custom-link::before {
    position: absolute;
    top: -2px;
    left: -7px;
    box-sizing: content-box;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    border: 2px solid #1f2b5b;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.custom-link:hover::before {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-delay: .4s;

}


.body-paragraph::-webkit-scrollbar {
    width: 5px;
}

.body-paragraph::-webkit-scrollbar-track {
    background-color: #f79186;
}

.body-paragraph::-webkit-scrollbar-thumb {
    background-color: #1f2b5b;
}

/* Default styles for mobile devices */
@media (min-width: 329px) and (max-width: 600px) {
    body {
        background-color: #efeade;
        margin: 0;
        transform: scale(1);
        align-items: center;
        justify-content: left;

    }

    .header-image,
    .header,
    .vertical-line-2,
    .vertical-line-5,
    .vertical-line-6,
    .vertical-line-9,
    .vertical-line-10,
    .horizontal-line-1,
    .horizontal-line-2,
    .horizontal-line-4,
    .signature,
    .buy-me-a-coffee,
    .letterboxd {
        display: none;
    }

    .container {
        margin-top: 0px;
        max-width: 960px;
        padding: 20px;
        position: relative;
    }

    .content-div {
        display: flex;
        flex-direction: column;
        margin-left: -55px;
        width: 350px;
    }

    .nav {
        display: flex;
        align-items: flex-start;
        height: 105px;
        text-align: center;
    }

    nav ul {
        list-style-type: none;
        margin-top: 0px;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        /* Align items to the right */
    }

    nav ul li {
        margin-left: px;
    }

    nav ul li:first-child {
        margin-left: 0px;
        ;
        /* Remove margin for the first navigation item */
    }

    nav ul li a {
        background-color: #efeade;
        text-decoration: none;
        font-family: 'VCRosdNEUE', sans-serif;
        color: #333;
        font-size: 12px;
        display: block;
        border: 3px solid #1f2b5b;
        padding: 2px;
        width: 90px;
    }

    nav ul li a:hover {
        background-color: #ef4a38;
        text-decoration: none;
        font-family: 'VCRosdNEUE', sans-serif;
        color: #FFFFFF;
        z-index: 1;
    }

    .body-paragraph {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: auto;
        /* Adjust as needed */
        overflow-y: auto;
        /* Enable scrolling if necessary */
        font-size: 18px;
        margin-bottom: 50px;

    }

    .styled-text {
        font-family: 'VCRosdNEUE', sans-serif;
    }

    h2 {
        font-size: 18px;
        /* Corrected the typo in font size */
        margin: 0;
        color: black;
    }

    h2.border {
        display: inline-block;
        border: 3px solid #1f2b5b;
        padding: 3px;
    }

    .styled-text-title {
        font-family: 'VCRosdNEUE', sans-serif;
    }

    h1 {
        font-size: 24px;
        /* Corrected the typo in font size */
        margin: 0;
        margin-top: 10px;
        color: black;
    }

    .blog-image {
        max-width: 350px;
        max-height: 200px;
        position: relative;
    }

    .blog-image img {
        display: block;
        /* Ensures the image is treated as a block element */
        margin: 0 auto;
        /* Centers the image horizontally */
    }

    .custom-link {
        color: #5371AC;
        font-weight: 500;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        display: inline-block;
        text-decoration: none;
        position: relative;
    }

    .custom-link:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.75);
        font-family: 'VCRosdNEUE';
        color: #ef4a38;

    }

    .custom-link::before {
        position: absolute;
        top: -2px;
        left: -7px;
        box-sizing: content-box;
        padding: 0 5px;
        width: 100%;
        height: 100%;
        border: 2px solid #1f2b5b;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, transform 0.2s;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .custom-link:hover::before {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }



}
