@font-face {
    /* This is the title font for the site, it is a 100% free to use font as long as money is not gained from the font*/
    font-family: 'VCRosdNEUE';
    src: url('VCRosdNEUE.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


.logo-image {
    /*This image is everything to the right of the navigation, including the words "3 Act Life"*/
    width: 409px;
    height: 525px;
    position: absolute;
    left: 406.3px;
    top: 30px;
}

.signature {
    /*The Signature is the box at the bottom of the site that says "created with passion by mitchell oneill. This does not link anywhere, it also does not have a hover state.*/
    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;
    top: 670px;
}


.buy-me-a-coffee {
    /*This is a button on the bottom of the site, it links to a page where users can donate money to me if they like my content or the website*/
    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 {
    /*This is a button on the bottom of the site, it links to my Letterboxd profile. There users can connect with me and see all of the films I've ever watched and rated*/
    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;
}

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

nav {
    text-align: center;
    top: 100px;
    position: absolute;
    z-index: 2;
}

nav ul {
    list-style-type: none;
    padding: 0;
    position: relative;
}

nav ul li a {
    background-color: #efeade;
    text-decoration: none;
    font-family: 'VCRosdNEUE', sans-serif;
    color: #333;
    font-size: 18px;
    display: block;
    border: 5px solid #1f2b5b;
    padding: 10px;
    width: 200px;
    position: relative;
    margin-bottom: 20px;
    /* Space between navigational items */

}

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

.vertical-line-1 {
    position: absolute;
    left: 60px;
    top: 70px;
    bottom: 0;
    width: 5px;
    height: 23px;
    background-color: #ef4a38;
    z-index: 1;
}

.vertical-line-2 {
    position: absolute;
    left: 60px;
    top: 110px;
    bottom: 0;
    width: 5px;
    height: 540px;
    background-color: #1f2b5b;
    z-index: 0;
}

.vertical-line-3 {
    position: absolute;
    left: 100px;
    top: 40px;
    bottom: 0;
    width: 5px;
    height: 610px;
    background-color: #1f2b5b;
    z-index: 0;
}

.vertical-line-4 {
    position: absolute;
    left: 130px;
    top: 110px;
    bottom: 0;
    width: 5px;
    height: 540px;
    background-color: #1f2b5b;
    z-index: 0;
}

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

.vertical-line-6 {
    position: absolute;
    left: 190px;
    top: 120px;
    bottom: 0;
    width: 5px;
    height: 323px;
    background-color: #1f2b5b;
    z-index: 0;
}

.vertical-line-7 {
    position: absolute;
    left: 150px;
    top: 650px;
    bottom: 0;
    width: 5px;
    height: 40px;
    background-color: #1f2b5b;
    z-index: 0;
}

.vertical-line-8 {
    position: absolute;
    left: 425px;
    top: 70px;
    bottom: 0;
    width: 5px;
    height: 610px;
    background-color: #ef4a38;
    z-index: 0;
}

.vertical-line-9 {
    position: absolute;
    left: 760.5px;
    top: 505px;
    bottom: 0;
    width: 4.4px;
    height: 180px;
    background-color: #1f2b5b;
    z-index: 0;
}

.vertical-line-10 {
    position: absolute;
    left: 495px;
    top: 650px;
    bottom: 0;
    width: 5px;
    height: 20px;
    background-color: #1f2b5b;
    z-index: 0;
}

.vertical-line-11 {
    position: absolute;
    left: 615px;
    top: 650px;
    bottom: 0;
    width: 5px;
    height: 20px;
    background-color: #1f2b5b;
    z-index: 0;
}

.horizontal-line-1 {
    position: absolute;
    left: 100px;
    top: 40px;
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
}

.horizontal-line-2 {
    position: absolute;
    left: 60px;
    top: 70px;
    bottom: 0;
    width: 370px;
    height: 5px;
    background-color: #ef4a38;
    z-index: 0;
}

.horizontal-line-3 {
    position: absolute;
    left: 60px;
    top: 92px;
    bottom: 0;
    width: 370px;
    height: 5px;
    background-color: #ef4a38;
    z-index: 0;
}

.horizontal-line-4 {
    position: absolute;
    left: 60px;
    top: 105px;
    bottom: 0;
    width: 95px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
}

.horizontal-line-5 {
    position: absolute;
    left: 250px;
    top: 355px;
    bottom: 0;
    width: 180px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
}

.horizontal-line-6 {
    position: absolute;
    left: 250px;
    top: 428px;
    bottom: 0;
    width: 175px;
    height: 5px;
    background-color: #ef4a38;
    z-index: 0;
}

.horizontal-line-8 {
    position: absolute;
    left: 60px;
    top: 650px;
    bottom: 0;
    width: 705px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
}

.horizontal-line-9 {
    position: absolute;
    left: 155px;
    top: 685px;
    bottom: 0;
    width: 15px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
}

.horizontal-line-10 {
    position: absolute;
    left: 430px;
    top: 675px;
    bottom: 0;
    width: 15px;
    height: 5px;
    background-color: #ef4a38;
    z-index: 0;
}

.horizontal-line-11 {
    position: absolute;
    left: 665px;
    top: 675px;
    bottom: 0;
    width: 25px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
}

.horizontal-line-12 {
    position: absolute;
    left: 665px;
    top: 675px;
    bottom: 0;
    width: 25px;
    height: 5px;
    background-color: #1f2b5b;
    z-index: 0;
}

/* Mobile */

/* Making this site look good on mobile was a horrible experience. The hardest part was adjusting the vertical lines and the horizontal lines to look okay on a phone. For mobile, the width of vertical lines are now 4px instead of 5px, and the height of horizontal lines is now 4px instead of 5px. It looks a lot better now, but I think I have to make some more changes*/

@media (min-width: 329px) and (max-width: 600px) {

    body {
        background-color: #efeade;
    }

    .container {
        margin-top: 30px;
        width: 100%;
        padding: 10px;
        position: relative;
    }

    .logo-image {
        /*This image is everything to the right of the navigation, including the words "3 Act Life"*/
        width: 309px;
        height: 420px;
        position: absolute;
        left: 200px;
        top: 42px;
        z-index: 2;
    }

    .signature {
        /*The Signature is the box at the bottom of the site that says "created with passion by mitchell oneill. This does not link anywhere, it also does not have a hover state.*/
        font-family: 'VCRosdNEUE';
        background-color: black;
        font-size: 12px;
        color: #efeade;
        text-align: center;
        width: 130px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 75px;
        top: 555px;
    }

    .buy-me-a-coffee {
        /*This is a button on the bottom of the site, it links to a page where users can donate money to me if they like my content or the website*/
        font-family: 'VCRosdNEUE';
        background-color: #1f2b5b;
        font-size: 12px;
        color: #efeade;
        text-align: center;
        width: 190px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 545px;
        left: 225px;
    }

    .letterboxd {
        /*This is a button on the bottom of the site, it links to my Letterboxd profile. There users can connect with me and see all of the films I've ever watched and rated*/
        font-family: 'VCRosdNEUE';
        background-color: #efeade;
        border: 4px solid #1f2b5b;
        font-size: 8px;
        color: #1f2b5b;
        text-align: center;
        width: 63px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 550px;
        left: 425px;
    }

    nav {
        text-align: center;
        top: 100px;
        position: absolute;
        z-index: 2;
    }

    nav ul {
        list-style-type: none;
        padding: 0;
        position: relative;
    }

    nav ul li a {
        background-color: #efeade;
        text-decoration: none;
        font-family: 'VCRosdNEUE', sans-serif;
        color: #333;
        font-size: 16px;
        display: block;
        border: 4px solid #1f2b5b;
        padding: 10px;
        width: 150px;
        position: relative;
        margin-bottom: 20px;
        /* Space between navigational items */
    }

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

    .vertical-line-1 {
        position: absolute;
        left: 60px;
        top: 70px;
        bottom: 0;
        width: 4px;
        height: 23px;
        background-color: #ef4a38;
        z-index: 0;
        /* Adjusted lower z-index to place it behind the navigation */
    }

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

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

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

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

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

    .vertical-line-7 {
        position: absolute;
        left: 65px;
        top: 535px;
        bottom: 0;
        width: 4px;
        height: 35px;
        background-color: #1f2b5b;
        z-index: 0;
        /* Adjusted lower z-index to place it behind the navigation */
    }

    .vertical-line-8 {
        position: absolute;
        left: 214px;
        top: 70px;
        bottom: 0;
        width: 4px;
        height: 489px;
        background-color: #ef4a38;
        z-index: 0;
        /* Adjusted lower z-index to place it behind the navigation */
    }

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

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

    .vertical-line-11 {
        position: absolute;
        left: 370px;
        top: 535px;
        bottom: 0;
        width: 4px;
        height: 14px;
        background-color: #1f2b5b;
        z-index: 0;
        /* Adjusted lower z-index to place it behind the navigation */
    }

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

    .horizontal-line-2 {
        position: absolute;
        left: 60px;
        top: 70px;
        bottom: 0;
        width: 158px;
        height: 4px;
        background-color: #ef4a38;
        z-index: 1;
        /* Adjusted lower z-index to place it behind the navigation */
    }

    .horizontal-line-3 {
        position: absolute;
        left: 60px;
        top: 92px;
        bottom: 0;
        width: 370px;
        height: 4px;
        background-color: #ef4a38;
        z-index: 0;
        /* Adjusted lower z-index to place it behind the navigation */
    }

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

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

    .horizontal-line-6 {
        position: absolute;
        left: 180px;
        top: 386px;
        bottom: 0;
        width: 40px;
        height: 4px;
        background-color: #ef4a38;
        z-index: 0;
        /* Adjusted lower z-index to place it behind the navigation */
    }

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

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

    .horizontal-line-10 {
        position: absolute;
        left: 215px;
        top: 555px;
        bottom: 0;
        width: 15px;
        height: 4px;
        background-color: #ef4a38;
        z-index: 0;
        /* Adjusted lower z-index to place it behind the navigation */
    }

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

    .horizontal-line-12 {
        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 */
    }
}

/* Nothing needs to change for tablet devices yet, but down the line if I add more content on the right side I may need to create a tablet version.  */
@media (min-width: 600px) and (max-width: 1024px) {
    body {
        background-color: #efeade;
    }
}
