/* ========================
   TABLE OF CONTENTS
   1. Root
   2. Typography
   3. Menu
   4. Hero
   5. Projects
   6. About
   7. Footer
   ======================== */

/* ================================================================================================================== */
/* ==================================================== ROOT ======================================================== */
/* ================================================================================================================== */

/*@import url(https://db.onlinewebfonts.com/c/13c63232af298878387142e0da62c96f?family=Fixedsys+Excelsior+3.01);*/
@font-face {
    font-family: "Fixedsys Excelsior 3.01";
    src: url("https://db.onlinewebfonts.com/t/13c63232af298878387142e0da62c96f.eot");
    src: url("https://db.onlinewebfonts.com/t/13c63232af298878387142e0da62c96f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/13c63232af298878387142e0da62c96f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/13c63232af298878387142e0da62c96f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/13c63232af298878387142e0da62c96f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/13c63232af298878387142e0da62c96f.svg#Fixedsys Excelsior 3.01")format("svg");
}

:root {
    --lukas-pink-darkest: #990042;
    --lukas-pink-very-dark: #bd0053;
    --lukas-pink-dark: #d0005c;
    --lukas-pink: #e50065;
    --lukas-pink-light: #ff3385;
    --lukas-pink-very-light: #FF66B2;
    --lukas-pink-lightest: #FF99CC;
    --lukas-bg-gray-dark: #f5f5f5;
    --lukas-bg-gray-light: #fafafa;
    --lukas-text-off-black: #111;
    --lukas-text-body-dark: #222;
    --lukas-text-body-light: #FCFCFC;
    --lukas-img-bg: #e967a1;
    --lukas-font: 'Fixedsys Excelsior 3.01';
}


body {
    margin: 0; /* there is default margin by browser */
    padding: 0;
}

a {
    color: #e50065;
    font-weight: bold;
    font-size: 110%;
    font-family: 'Karla', sans-serif;
    text-decoration:none;
} /* CSS link color */

/* ================================================================================================================== */
/* ================================================= TYPOGRAPHY ===================================================== */
/* ================================================================================================================== */

h1 {
    text-align: left;
    text-transform: uppercase;
    font-size: 200%;
    color: var(--lukas-text-off-black);
    font-family: 'Montserrat', sans-serif;
    /*text-decoration: underline;*/
    border-bottom: 5px solid var(--lukas-pink-dark);
    /* font-style: italic; */
    margin: 0 0 0 0;

}

h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 100%;
    color: #000000;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    margin: 0;
    /* font-style: italic; */
    /*padding-left: 10%;*/
    padding: 10px 0 0 20px;
}

h3 {
    text-align: left;
    font-size: 100%;
    color: #000000;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    margin: 0;
    /* font-style: italic; */
    padding-left: 3%;
}

/* Karla and Hind are favs */
p {
    line-height: 110%;
    font-size: 100%;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    color: var(--lukas-text-body-dark);
}


/* ***** TYPOGRAPHY *************** */
/* ***** Media Responsiveness ***** */
/* ******************************** */

@media (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    h1 { font-size: 2rem; }   /* ~32px */
    h2 { font-size: 1.5rem; } /* ~24px */
    h3 { font-size: 1.25rem;} /* ~20px */
    p, a, li { font-size: 1rem; } /* ~16px */
}

/* ================================================================================================================== */
/* ====================================================== MENU ====================================================== */
/* ================================================================================================================== */

.nav-mobile {
    display: none;
}

#menu_container {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--lukas-pink);
    /*width: 100%;*/
}

.header-card-nav {
    display: flex;
    max-width: 1450px;
    margin: 0 auto;
    background-color: var(--lukas-pink);
    height: 60px;
}


.header-card-nav {
    display: flex;
}

.header-card-logo {
    display: flex;
    flex: 0 0 10%;
    justify-content: center;
    align-items: center;
    /*margin-top: 10px;*/
    margin-top: 0;
    padding-top: 15px;
    /*border: 2px dashed #e7d1d1;*/
}

.logo_lv {
    display: block;
}

.logo_lv_img {
    padding-top: 25px;
    height: 80px;
    z-index: 10;
}

.header-card-menu-div {
    display: flex;
    flex: 0 0 90%;
    justify-content: space-between;
    align-items: center;
    /*border: 2px dashed #e7d1d1;*/
    /*background-color: #dacbcb;*/
}

.header-card-nav-left,.header-card-nav-right {
    list-style: none;
}

.header-card-nav-left {
    display: flex;
    gap: 3rem;
    margin: 0;
    padding: 0 0 0 4rem;
    /*border: 2px dashed #e7d1d1;*/
}

.header-card-nav-right {
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0 4rem 0 0;
    /*border: 2px dashed #e7d1d1;*/
}



.header-card a {
    font-family: 'Karla', sans-serif;
    font-size: 120%;
    color: var(--lukas-text-body-light);
    padding: 2px 5px 2px 5px;

}

.menu_icon_links {
    display: flex;
    justify-content: center;
    align-content: center;
}

.menu_small_icon {
    display: inline;
    height: 30px;
    vertical-align: middle;
}

.email_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.email_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.email_icon_default {
    opacity: 1;
}

.email_icon_hover {
    opacity: 0;
}

.menu_email_link:hover .email_icon_default {
    opacity: 0;
}

.menu_email_link:hover .email_icon_hover {
    opacity: 1;
}

a.active_link {
    box-shadow: 2px 2px 0 var(--lukas-pink), 5px 5px 0 var(--lukas-bg-gray-light);
    color: var(--lukas-pink);
    background-color: var(--lukas-text-body-light);
}

a.inactive_link {
    /*color: #111111;*/
}

.header-card-menu-div a:hover {
    background-color: var(--lukas-bg-gray-light);
    color: var(--lukas-pink);
}

a.no_transform{
    text-transform: uppercase;
}

/* ***** MENU ********************* */
/* ***** Media Responsiveness ***** */
/* ******************************** */

@media (max-width: 768px) {
    .header-card-nav {
        display: none;
    }

    .nav-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
        margin: 0;
        /*height: 50px;*/
        height: auto;
        border-bottom: 2px solid var(--lukas-pink-very-dark);
    }

    .nav-mobile-logo {
        flex: 0 0 56px;
        min-width: 56px;
        /*background-color: #72fc68;*/
    }

    .logo_lv_img_mobile {
        /*background-color: #444444;*/
        display: block;
        padding: 0;
        margin: 0;
        max-height: 40px;
        height: auto;
    }

    .nav-mobile-menu {
        display: flex;
        flex: 1 1 auto;
        justify-content: flex-end;
        gap: 1rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-mobile-menu li {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
    }

    .nav-mobile-menu li:last-child {
        border-left: 1px solid #FFF;
    }
}

/* ================================================================================================================== */
/* ==================================================== HERO ======================================================== */
/* ================================================================================================================== */

.welcome_container {
    display: flex;
    justify-content: center;
    background-color: #000;
    margin: 0 auto;
}

.welcome-card {
    max-width: 1200px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #000;
    /*border: 2px solid #444444;*/
}

.welcome-card-left {
    display: flex;
    flex-direction: column;
    /*border: 2px dashed #ff0a0a;*/
    gap: 2rem;
    margin: 100px 20px 50px 50px;
    padding: 10px 10px 10px 10px;
}

/*when view or say hello is hovered over, should writee that in the console*/
.console {
    display: flex;
    background-color: var(--lukas-pink-light);
    box-shadow:
        inset 8px 8px 0 var(--lukas-pink),   /* left edge */
        inset 8px 8px 0 var(--lukas-pink),   /* top edge */
        10px 0 0 var(--lukas-pink-lightest), /* right edge */
        0 10px 0 var(--lukas-pink-lightest), /* bottom edge */
        10px 10px 0 var(--lukas-pink-lightest); /* corner */
    border-top: 2px solid #444;
    border-left: 2px solid #444;
    padding: 15px;
}

.console-right {
    word-break: break-word;
}

.welcome-card-right {
    display: flex;
    padding: 0 100px 0 0;
}

.welcome-card-right-foto {
    display: flex;
    max-height: 400px;
}

.welcome-card-right-foto img {
    width: 100%;
    height: auto;
    display: block;

}

.welcome-card h1, a {
    font-size: 150%;
    font-family: var(--lukas-font), 'VT323', monospace;
    color: var(--lukas-text-body-light);
    border-bottom: none;
    text-transform: lowercase;
}

.console-left {
    display: flex;
}

.console-right {
    display: flex;
    flex-direction: column;
    /*border: 2px dashed #525252;*/
}

.console-button-container {
    display: flex;
    justify-content: space-between;
    /*gap: 1rem;*/
}

.console-button {
    display: flex;
    background-color: #1a1a1a;
    box-shadow: 4px 4px 0 #000, 10px 10px 0 var(--lukas-pink);
    /*outline: 2px solid #c7c7c7;*/
    /*border: 2px solid #5b5b5b;*/
    padding: 15px;
}

.console-button:hover {
    background-color: var(--lukas-bg-gray-light);
    color: var(--lukas-pink);
}


/* ***** HERO ********************* */
/* ***** Media Responsiveness ***** */
/* ******************************** */

@media (max-width: 768px) {
    .welcome_container {
        min-height: calc(100dvh - 160px);
        /*min-height: 100dvh;*/
    }
    .welcome-card {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .welcome-card-right {
        display: flex;
        width: 100%;
        padding: 50px 0 0 0;
        margin: 0 0 0 0;
        justify-content: center;
        align-items: center;
    }

    .welcome-card-right img {
        max-width: 100%;
        max-height: 600px;
    }


    .welcome-card-left {
        display: flex;
        /*width: 100%;*/
        padding: 0 0 0 0;
        margin: 0 50px 120px 50px;
    }
}


/* ================================================================================================================== */
/* ================================================= DISCLAIMER ===================================================== */
/* ================================================================================================================== */

.disclaimer-card-container {
    display: flex;
    justify-content: center;
    /*background-color: #fd98ca;*/
    background-color: var(--lukas-bg-gray-dark);

    margin: 0 auto;
    /*border: 2px solid #bd0053;*/
}

.disclaimer-card {
    display: flex;
    gap: 0.75rem;
    /*background-color: #444444;*/
    /*border: 2px solid #bd0053;*/
    padding: 15px 0 15px 0;
    align-items: baseline;
}

.disclaimer-card h1 {
    font-size: 120%;
    margin: 0;
    padding: 0;
    border-bottom: none;
    /*color: #222;*/
    /*font-family: 'Karla', sans-serif;*/
    /*font-weight: bold;*/
}

.disclaimer-card p {
    font-size: 120%;
    margin: 0;
    padding: 0;
    /*color: #555;*/
}

/* ***** DISCLAIMER *************** */
/* ***** Media Responsiveness ***** */
/* ******************************** */

@media (max-width: 768px) {
    .disclaimer-card {
        flex-direction: column;
        text-align: center;
    }
}

/* ================================================================================================================== */
/* =================================================== PROJECTS ===================================================== */
/* ================================================================================================================== */

.project-card-container {
    display: flex;
    justify-content: center;
    background-color: var(--lukas-bg-gray-light);
    margin: 0 auto;
}

.project-card-container:nth-child(even) {
    display: flex;
    justify-content: center;
    background-color: var(--lukas-bg-gray-dark);
    margin: 0 auto;
}

.project-card {
    max-width: 1200px;
    display: flex;
    gap: 3rem;

    /*border: 1px solid #e50065;*/
    padding: 50px 10px 50px 10px;
    /*background-color: var(--lukas-bg-gray-light);*/
    /*background-color: #fafafa;*/
}

/*this is amazeballs*/

.project-card-container:nth-child(even) {
    background-color: var(--lukas-bg-gray-dark);

}

.project-card-container:nth-child(even) .project-card{
    flex-direction: row-reverse;
    background-color: transparent;
}

.project-card-text {
    display: flex;
    flex: 0 0 1;
    flex-direction: column;
    text-align: justify;
    /*border: 1px dashed #e7e7e7;*/
    padding: 50px 10px 10px 10px;
}

.project-card-image {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 0 0 55%;
    /*border: 1px dashed #e7e7e7;*/
    padding-bottom: 20px;
    padding-right: 20px;
    /*background-color: var(--lukas-bg-gray-light);*/

}

.project-card-image img {
    max-width: 100%;
    height: auto;
    display: block;
    background-color: var(--lukas-img-bg);
    box-shadow: 4px 4px 0 var(--lukas-text-body-light), 10px 10px 0 #ce005b;
}

.project-card-container:nth-child(even) .project-card-image img {
    background-color: #fd98ca;

}


.project-card-image img:hover {
    cursor: url("../img/project_icons/helmet_64.png"), auto;
}

/* PROJECTS Media Responsiveness */
@media (max-width: 768px) {
    .project-card {
        /*padding: 5px;*/
    }

    .project-card-text {
        padding: 0;
        margin: 0;
    }
    .project-card-image {
        align-items: flex-start;
        padding: 0;
        margin: 0;
    }
}

/* ***** PROJECTS ***************** */
/* ***** Media Responsiveness ***** */
/* ******************************** */

@media (max-width: 768px) {
    .project-card,
    .project-card:nth-child(even),
    .about-card,
    .project-card-container:nth-child(even) .project-card {
        flex-direction: column;
        text-align: center;
    }
}


/* ================================================================================================================== */
/* ====================================================== ABOUT ===================================================== */
/* ================================================================================================================== */

.about_container {
    background-color: var(--lukas-pink);
}

.about-card {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    /*was e50065*/
    background-color: var(--lukas-pink);
    /*border: 3px dashed black;*/
    padding-bottom: 50px;
}

.about-card h1 {
    line-height: 160%;
    color: var(--lukas-text-body-light);
    border-bottom: 3px solid var(--lukas-text-body-light);
}

.about-card h2 {
    line-height: 160%;
    color: var(--lukas-text-body-light);
}

.about-card h3 {
    line-height: 160%;
    color: var(--lukas-text-body-light);
}

.about-card p {
    line-height: 160%;
    color: var(--lukas-text-body-light);
}

.about-card-text {
    display: flex;
    flex: 0 0 1;
    flex-direction: column;
    text-align: justify;
    /*border: 3px dashed #e7e7e7;*/
    padding: 50px 10px 10px 10px;
}

.about-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 55%;
    padding: 100px 0 0 0;
    /*border: 3px dashed #e7e7e7;*/
}

.about-card-image img {
    width: 50%;
    height: auto;
    display: block;
    transform: rotate(-3deg);
}

.about-card-image img:hover {
    cursor: url("../img/project_icons/windows_95_64.png"), auto;
}

.about-card-cv-row {
    display: flex;
    padding: 2px;
    /*border: 2px dashed #e7e7e7;*/
    /*background-color: #e50065;*/
}

.about-card-cv-column-left {
    flex: 0 0 80%;
    /*border: 1px dashed #e7e7e7;*/
    /*background-color: #815569;*/
}

.about-card-cv-column-right {
    flex: 0 0 20%;
    /*border: 2px dashed #e7e7e7;*/
    /*background-color: #9f1c57;*/
}


/* ***** ABOUT ******************** */
/* ***** Media Responsiveness ***** */
/* ******************************** */

@media (max-width: 768px) {
    .about-card-image {
        align-content: flex-start;
        padding-top: 50px;
    }

    .about-card-image img {
        width: 70%;
    }
}


/* ================================================================================================================== */
/* ==================================================== FOOTER ====================================================== */
/* ================================================================================================================== */

.footer_container {
    background-color: var(--lukas-pink);
    margin: 0 auto;
}

.footer-card {
    display: flex;
    /*was e50065*/
    background-color: var(--lukas-pink);
    padding-top: 3%;
    /*border: 3px dashed #000;*/
}

.footer-card-bent {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    /*width: 100%;*/
    background-color: var(--lukas-pink-very-dark);
    border-top-left-radius: 100% 60px;
    border-top-right-radius: 100% 60px;
    padding-bottom: 3%;
}

.footer-card-bent-container {
    display: flex;
    max-width: 1450px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    /*border: 2px solid black;*/
    /*border: 2px solid #47d71a;*/

}

.footer-card-bent-text {
    display: flex;
    flex-direction: column;
    padding-top: 5%;
    padding-left: 5%;
    /*border: 2px solid #000;*/
}

.footer-card-bent-guitar {
    display: flex;
    /*border: 2px solid #000;*/
    padding-top: 3rem;
    padding-right: 2rem;
}

.footer-card-bent-guitar img {
    width: 150px;
}

.footer-card-bent-text a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-family: 'Karla', sans-serif;
    font-size: 120%;
    font-weight: normal;
    color: var(--lukas-text-body-light);
    padding-top: 0.5rem;
}

.footer-card-bent-row {
    /*border: 2px dashed #000;*/
    display: flex;
    align-items: center;
    /*gap: 1rem;*/
    /*padding-top: 1rem;*/
}

.footer-card-bent-row img {
    width: 30px;
    height: auto;
}



/* ***** FOOTER ******************* */
/* ***** Media Responsiveness ***** */
/* ******************************** */

@media (max-width: 768px) {
   .footer-card-bent {
       padding-top: 30px;
       padding-bottom: 50px;
   }

    .footer-card-bent-text {
        padding-top: 50px;
    }

    .footer-card-bent-guitar img {
        width: 100px;
        padding-right: 30px;
    }
}



