/* =========================================================
   FRUTIGER AERO PERSONAL WEBSITE
   ========================================================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
* {
  cursor: url('https://cdn.cursors-4u.net/previews/cute-blue-elephant-02fbb7bf-32.webp') 32 32, auto !important;
}

:root {

    --sky: #69c9f5;
    --sky-light: #dff8ff;

    --blue: #2e82ce;
    --blue-dark: #155da3;

    --aqua: #bcecf5;
    --aqua-light: #ecffff;

    --green: #9be85d;
    --green-dark: #55a83c;

    --white: #ffffff;

    --text: #26384a;

    --border-blue: #4387bd;
    --border-green: #8bd75a;

}


/* =========================================================
   BODY
   ========================================================= */

body {

    min-height: 100vh;

    font-family:
        "Trebuchet MS",
        Tahoma,
        Verdana,
        sans-serif;

    color: var(--text);

    background:url("aero_media/flower.jpg") center / cover no-repeat;

    background-attachment: fixed;

    overflow-x: hidden;

    padding: 35px 15px 25px;

}

/* =========================================================
   FRUTIGER AERO PAGE SCROLLBAR
   ========================================================= */

/* Firefox */
html {
    scrollbar-width: auto;
    scrollbar-color: #62a9df #dff7fa;
}


/* Chrome / Edge / Safari */
::-webkit-scrollbar {
    width: 16px;
}


/* Scrollbar track */
::-webkit-scrollbar-track {
    background:#f4ffff;

    border-left: 2px solid #5b91b5;

    box-shadow:
        inset 2px 0 4px rgba(255,255,255,.8),
        inset -2px 0 4px rgba(70,120,150,.2);
}


/* Scrollbar thumb */
::-webkit-scrollbar-thumb {

    border-radius: 12px;

    border: 2px solid #477fae;

    background:#f4ffff;

    box-shadow:
        inset 2px 2px 3px rgba(255,255,255,.9),
        inset -2px -2px 3px rgba(30,90,140,.25),
        0 1px 2px rgba(0,0,0,.2);
}


/* Thumb hover */
::-webkit-scrollbar-thumb:hover {

    background:#f4ffff;

    border-color: #3974a5;
}


/* Scrollbar buttons */
::-webkit-scrollbar-button {

    height: 16px;

    background:#f4ffff;

    border: 1px solid #5688aa;

    box-shadow:
        inset 1px 1px 2px white;
}


/* Bottom-right scrollbar corner */
::-webkit-scrollbar-corner {

    background:#f4ffff;

}



/* =========================================================
   MAIN WINDOW
   ========================================================= */

.computer-window {

    width: min(780px, 100%);

    margin: auto;

    padding: 7px;

    background:
        linear-gradient(
            to bottom,
            #d9f9ff,
            #a5e1ed 50%,
            #eaffff
        );

    border: 3px solid #8ed55d;

    border-radius:13px;

    outline: 2px solid #3977a9;

    box-shadow:

        0 0 0 3px rgba(255,255,255,.8),

        0 15px 40px rgba(22,85,130,.35),

        inset 0 0 15px rgba(255,255,255,.8);

    position: relative;

}


/* =========================================================
   HEADER
   ========================================================= */

.browser-header {

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 3px;

    background:
        linear-gradient(
            to bottom,
            #f4ffff 0%,
            #d6f4f9 45%,
            #b3e0e9 55%,
            #eaffff 100%
        );

    border: 2px solid #75a6c3;
     border-radius:13px;

    box-shadow:
        inset 0 2px 2px white,
        inset 0 -2px 4px rgba(60,120,150,.25);

}


/* =========================================================
   SEARCH
   ========================================================= */

.search-bar {

    width: 300px;
    max-width: 65%;

    height: 35px;


    border: 2px solid #87939a;
     border-radius:11px;

    background:
        linear-gradient(
            to bottom,
            #c9f29f,
            #efffdc
        );

    box-shadow:
        inset 0 2px 4px rgba(0,0,0,.15),
        0 1px 1px white;

    display: flex;

    align-items: center;

    padding-left: 22px;

    color: #5a5a5a;

    font-family: Georgia, serif;

    font-size: 18px;

    letter-spacing: 2px;

}


.browser-buttons {
    display: flex;
    gap: 12px;
}

.nav-button {
    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border-radius: 50%;

    border: 2px solid #315c86;

    color: #b9eaff;

    font-size: 29px;
    line-height: 25px;

    text-decoration: none;

    cursor: pointer;

    background:
        linear-gradient(
            to bottom,
            #b9eaff 0%,
            #5ba8e5 40%,
            #2366a7 55%,
            #83c6ef 100%
        );

    text-shadow:
        0 1px 2px #17456e;

    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.9),
        0 2px 3px rgba(0,0,0,.25);

    transition: .15s ease;
}

.nav-button:hover {
    transform: scale(1.06);
    filter: brightness(1.12);
}

.nav-button:active {
    transform: scale(.96);
}


/* =========================================================
   LANDSCAPE
   ========================================================= */

.landscape-panel {

    margin-top: 6px;

    height: 168px;

    padding: 3px;

    border: 2px solid #5186ae;
     border-radius:13px;

    background:url("aero_media/frutiger_world.jpg") bottom / cover no-repeat;

    overflow: hidden;

}



/* =========================================================
   INTRO GRID
   ========================================================= */

.intro-grid {

    display: grid;

    grid-template-columns: 1fr 2.5fr;

    gap: 10px;

    margin-top: 6px;

}


/* =========================================================
   ACTUAL ABOUT CONTENT
   ========================================================= */

.media-player {
    min-height: 200px;

    border: 2px solid #7193b0;
    border-radius: 28px 28px 22px 22px;

    overflow: hidden;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #d7e8fa 35%,
            #9dc4ec 55%,
            #e8f7ff 100%
        );

    box-shadow:
        inset 0 2px 4px white,
        inset 0 -8px 15px rgba(65,120,190,.25),
        0 2px 4px rgba(0,0,0,.25);
}


/* =========================================================
   SCROLLABLE CONTENT
   ========================================================= */

.aero-scroll-content {
    height: 200px;

    padding: 18px 25px;

    box-sizing: border-box;

    overflow-y: auto;
    overflow-x: hidden;

    color: #315879;

    font-family: "Trebuchet MS", Arial, sans-serif;

    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   AERO SCROLLBAR
   ========================================================= */

.aero-scroll-content::-webkit-scrollbar {
    width: 10px;
}

.aero-scroll-content::-webkit-scrollbar-track {
    background: #c9e6f8;

    border-left: 1px solid #9bbfd9;

    border-radius: 10px;
}

.aero-scroll-content::-webkit-scrollbar-thumb {
    background:
        linear-gradient(
            to bottom,
            #8bd8ff,
            #4fa9e0
        );

    border: 2px solid #c9e6f8;

    border-radius: 10px;

    box-shadow:
        inset 1px 1px 2px rgba(255,255,255,.8);
}

.aero-scroll-content::-webkit-scrollbar-thumb:hover {
    background:
        linear-gradient(
            to bottom,
            #a6e4ff,
            #62b9e9
        );
}


/* Firefox */

.aero-scroll-content {
    scrollbar-width: thin;
    scrollbar-color: #55aee2 #c9e6f8;
}


/* =========================================================
   TITLE
   ========================================================= */

.aero-title {
    margin: 0 0 10px;

    color: #187fc0;

    font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;

    font-size: 22px;

    letter-spacing: 2px;

    text-align: center;

    text-shadow:
        1px 1px 0 white,
        2px 2px 3px rgba(45,120,180,.25);

    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #72c9f4;
    text-decoration-thickness: 2px;
}


/* =========================================================
   INTRO
   ========================================================= */

.aero-intro {
    font-family: Georgia, serif;

    font-size: 14px;

    color: #476b87;

    text-align: center;

    margin-bottom: 12px;
}


/* =========================================================
   TEXT COLORS
   ========================================================= */

.blue-word {
    color: #168ed0;

    font-family: "Arial Rounded MT Bold", sans-serif;

    text-decoration: underline;
    text-decoration-style: dotted;
}

.green-word {
    color: #4b9c55;

    font-family: "Comic Sans MS", cursive;

    text-decoration: underline;
    text-decoration-style: wavy;
}

.purple-word {
    color: #d38b35;

    font-family: Georgia, serif;

    font-style: italic;

    text-decoration: underline;
    text-decoration-style: double;
}

.pink-word {
    color: #e878a9;

    font-family: "Trebuchet MS", sans-serif;

    font-weight: bold;
}

.year-word {
    color: #d38b35;

    font-family: Georgia, serif;

    font-style: italic;

    text-decoration: underline;
    text-decoration-style: dashed;
}

.aero-highlight {
    color: #147db7;

    font-family: "Arial Rounded MT Bold", sans-serif;

    font-weight: bold;

    background: rgba(255,255,255,.55);

    padding: 1px 5px;

    border-radius: 5px;
}

.aero-bold {
    color: #2c8c52;

    font-weight: bold;
}

.aero-underline {
    color: #2e9fd0;

    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #65c7ed;
}


/* =========================================================
   SUBTITLE
   ========================================================= */

.aero-subtitle {
    color: #2385b8;

    font-family: "Courier New", monospace;

    font-size: 14px;

    letter-spacing: 1px;

    margin: 8px 0;

    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: #78c7e8;
}


/* =========================================================
   FUTURE TEXT
   ========================================================= */

.future-word {
    color: #5b83bd;

    font-family: Georgia, serif;

    font-style: italic;

    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #91c5ee;
}


/* =========================================================
   COLOURED UNDERLINES
   ========================================================= */

.green-underline {
    color: #579a55;

    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #78bd68;
}

.blue-underline {
    color: #398fc1;

    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #65c8ed;
}

.yellow-underline {
    color: #bd9639;

    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: #e4c85c;
}


/* =========================================================
   QUOTE
   ========================================================= */

.aero-quote {
    margin: 15px 10px;

    padding: 8px 12px;

    color: #527da3;

    background: rgba(255,255,255,.45);

    border-left: 4px solid #72c8ed;
    border-right: 4px solid #a8d879;

    border-radius: 8px;

    font-family: Georgia, serif;

    font-size: 15px;

    font-style: italic;

    text-align: center;

    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #8fc9e8;
}


/* =========================================================
   COMFORT TEXT
   ========================================================= */

.comfort-word {
    color: #e07e9e;

    font-family: "Comic Sans MS", cursive;

    font-weight: bold;

    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #eea7bf;
}


/* =========================================================
   DIVIDERS
   ========================================================= */

.aero-divider {
    margin: 12px 0;

    color: #66add2;

    text-align: center;

    font-family: Georgia, serif;

    letter-spacing: 3px;

    opacity: .8;
}


/* =========================================================
   ENDING
   ========================================================= */

.aero-ending {
    margin-top: 12px;

    color: #4385ad;

    font-family: Georgia, serif;

    font-size: 14px;

    font-style: italic;

    text-align: center;

    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #83c6e8;
}


/* =========================================================
   ABOUT BOX
   ========================================================= */

.about-box {

    min-height: 150px;
    border-radius: 13px;

    padding: 9px;

    border: 2px solid #6f9e64;

    background: url("aero_media/frutiger_cute_profile_hi.jpg") center / cover no-repeat;

    box-shadow:
        inset 0 2px 4px white;

}


 h2 {

    height: 32px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #73a750;

    font-family: Georgia, serif;

    font-size: 24px;

    letter-spacing: 2px;

    background:
        linear-gradient(
            to bottom,
            #fafff5,
            #c8e9a9 50%,
            #a6d97e 51%,
            #eaffd8
        );

    border: 2px solid #8cc866;

    box-shadow:
        inset 0 2px 2px white;

}



/* =========================================================
   STATUS PANEL
   ========================================================= */

.status-panel {

    min-height: 100px;

    margin-top: 7px;

    padding: 10px 15px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border: 2px solid #6f9ab3;
    border-radius: 13px;

    background:url("aero_media/frutiger_comp.jpg") bottom / cover no-repeat;

    box-shadow:
        inset 0 2px 3px white;

}



/* =========================================================
   LOWER GRID
   ========================================================= */

.lower-grid {

    display: grid;

    grid-template-columns: 2.25fr 0.5fr;

    gap: 5px;

    margin-top: 5px;

}


/* =========================================================
   INTERESTS
   ========================================================= */

.interests-box {

    padding: 7px;

    border: 2px solid #72a15b;
    border-radius: 13px;

    background:
        linear-gradient(
            to bottom,
            #c9f29f,
            #efffdc
        );

    height: 270px;

}

/* =========================================================
   WEBDECK IFRAME
   ========================================================= */

.webdeck-box iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: none;
    margin: 0;
    padding: 0;

    border-radius: 10px;

    box-sizing: border-box;
}


/* =========================================================
   WATER BOX
   ========================================================= */

.aquatic-box {

    height: 270px;

    border: 2px solid #6c9baf;
    border-radius: 13px;
    background:url("aero_media/water.gif") bottom / cover no-repeat;

    

}


/* =========================================================
   BOTTOM BAR
   ========================================================= */

.bottom-bar {

    height: 45px;

    margin-top: 7px;

    padding: 7px;

    display: flex;

    align-items: center;

    gap: 5px;

    border: 2px solid #7198a8;

    border-radius: 18px 18px 8px 8px;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #e4eff2
        );

    box-shadow:
        inset 0 2px 4px white;

}


.bottom-arrow {

    border: none;

    background: transparent;

    font-size: 18px;

    color: #405b6c;

}


.scroll-track {

    flex: 1;

    height: 29px;

    border-radius: 18px;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #d5d5d5 50%,
            #ffffff
        );

    border: 1px solid #a3aeb2;

    box-shadow:
        inset 0 2px 3px rgba(0,0,0,.12);

    padding: 2px;

}

/* ---------------------------------------------------------
   MARQUEE AREA
   --------------------------------------------------------- */

.scroll-track {
    flex: 1;

    min-width: 0;
    height: 100%;

    position: relative;

    overflow: hidden;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #d7e8fa 35%,
            #e8f7ff 100%
        );
}


/* ---------------------------------------------------------
   MOVING TEXT
   --------------------------------------------------------- */

.scroll-text {
    display: inline-block;

    white-space: nowrap;

    padding-left: 100%;

    color: black;

    font-family: "Press Start 2P", monospace;
    font-size: 9px;

    line-height: 1;

    animation: bottom-marquee 20s linear infinite;
}


/* ---------------------------------------------------------
   MARQUEE ANIMATION
   --------------------------------------------------------- */

@keyframes bottom-marquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



/* =========================================================
   FOOTER
   ========================================================= */

.tiny-footer {

    text-align: center;

    margin-top: 20px;

    color: white;

    font-size: 11px;

    text-shadow:
        0 1px 3px #2874a8;

}


/* =========================================================
   HOVER EFFECTS
   ========================================================= */

.interest-list a,
.social-bar a,
.about-content a {

    transition:
        color .15s ease,
        text-shadow .15s ease;

}


.interest-list a:hover,
.social-bar a:hover,
.about-content a:hover {

    color: #2788ca;

    text-shadow:
        0 0 5px rgba(255,255,255,.9);

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    body {

        padding: 15px 8px;

    }


    .computer-window {

        width: 100%;

        padding: 5px;

    }


    .browser-header {

        height: 50px;

    }


    .search-bar {

        width: 210px;

        height: 31px;

        font-size: 17px;

    }


    .nav-button {

        width: 32px;
        height: 32px;

        font-size: 24px;

    }


    .browser-buttons {

        gap: 5px;

    }


    .landscape-panel {

        height: 130px;

    }


    .intro-grid {

        grid-template-columns: 1fr;

    }


    .media-player {

        min-height: 165px;

    }


    .player-body {

        height: 135px;

        padding: 7px;

    }


    .player-circle {

        width: 72px;
        height: 72px;

    }


    .player-display {

        height: 85px;

    }


    .track-time {

        font-size: 22px;

    }


    .about-box {

        min-height: auto;

    }


    .status-panel {

        min-height: 120px;

    }


    .status-text {

        font-size: 17px;

        max-width: 60%;

    }


    .status-icons {

        gap: 5px;

    }


    .person-icon {

        width: 40px;
        height: 40px;

        font-size: 30px;

    }


    .music-icon {

        width: 45px;
        height: 45px;

        font-size: 35px;

    }


    .chat-icon {

        width: 45px;
        height: 35px;

        font-size: 9px;

    }


    .lower-grid {

        grid-template-columns: 1fr;

    }


    .interest-list a {

        font-size: 17px;

    }


    .dni-link {

        font-size: 16px;

    }


    .social-bar {

        font-size: 15px;

        padding: 8px;

    }

}


/* =========================================================
   VERY SMALL SCREENS
   ========================================================= */

@media (max-width: 430px) {

    body {

        padding: 8px 4px;

    }


    .computer-window {

        padding: 4px;

    }


    .search-bar {

        max-width: 58%;

        font-size: 15px;

        padding-left: 15px;

    }


    .browser-header {

        padding: 5px;

    }


    .landscape-panel {

        height: 105px;

    }


    .status-panel {

        padding: 8px;

    }


    .status-text {

        font-size: 15px;

    }


    .status-icons {

        flex-direction: column;

    }


    .status-icon {

        transform: scale(.8);

    }


    .about-content {

        font-size: 15px;

    }


    .about-box h2 {

        font-size: 20px;

    }


    .interest-list {

        padding: 8px;

    }


    .interest-list a {

        font-size: 15px;

    }


    .bottom-bar {

        height: 38px;

    }

}

