body {
    margin: 0;
    padding: 0;
    background-image: url(../img/matthew-brodeur-DH_u2aV3nGM-unsplash.jpg);
    background-size: 200%;
    background-repeat: no-repeat;
}

header {
    background-color: #2db8d4;
    display: flex;  /* set elements side-by-side */
    
}

h1 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

#logo {
    height: 3.5rem;
    width: auto;
    flex: 1;  
}

header div {flex: 3;  /* 3 times more space for div than logo */
font-size: 1.75rem;
margin-top: 0.6rem;

    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  
}
nav {
    width: 350px;  /* fits in 320px mobile */
    margin: 0 auto;  /* centered */
    height: 60px;
    padding: 0;
    background-color: #229DB6;
}

nav ul.navigation {
    list-style-type: none;
    position: relative;  /* absolute positioning calculated from top/left of this box */
    margin: 0 auto;
    padding: 0;
}

.icon {
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1px;
}

.icon svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #009fff;
}

.home { 
    left: 11px;
}

.download {
    left: 71px;
}

.upload {
    left: 135px;
}

.support {
    left: 198px;
    top: 0.325rem;
}

.support span {
    top: -0.6rem;
    left: -0.25rem;
}

.faq {
    left: 259px;
}


a span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.55rem;
    position: relative;
    top: -0.3rem;
}





/* =========== LoVeHA Rule for Text Links =========== */

a {
    position: relative;
}

a:link {
    color: #009fff;
    text-decoration: none;
}

a:visited {color: #444;}

a:hover {text-decoration: underline;}

a:active {color: magenta;}




/* =========== LoVeHA Rule for SVG Links =========== */

a:link svg {
    fill: #009fff;
}

a:visited svg {fill: #444;}


@keyframes wiggle {
    0% { transform: rotate(0deg); }
    40% { transform: rotate(4deg); }
    95% { transform: rotate(-4deg); }
    100% { transform: rotate(0deg); }
}

a:hover svg  {
    animation: wiggle 0.5s infinite;
}

a:active svg {fill: magenta;}


li.currentPage::before {
    position: absolute;
    content: " ";
    top: 2px;
    left: 0px;
    display: block;
    z-index: 5;
    height: 1rem;
    width: 1rem;
    background-size: contain;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3V6H4L4 10H10L10 13L11 13L16 8L11 3L10 3Z" fill="%23000000"/><path d="M0 2L1.38281e-06 14H2L2 2L0 2Z" fill="%23000000"/></svg>');}


    li.currentPage.download::before {
        position: absolute;
        content: " ";
        top: 3px;
        left: -2px;
        display: block;
        z-index: 5;
        height: 1rem;
        width: 1rem;
        background-size: contain;
        background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3V6H4L4 10H10L10 13L11 13L16 8L11 3L10 3Z" fill="%23000000"/><path d="M0 2L1.38281e-06 14H2L2 2L0 2Z" fill="%23000000"/></svg>');
}

li.currentPage.upload::before {
    position: absolute;
    content: " ";
    top: 5px;
    left: -7px;
    display: block;
    z-index: 5;
    height: 1rem;
    width: 1rem;
    background-size: contain;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3V6H4L4 10H10L10 13L11 13L16 8L11 3L10 3Z" fill="%23000000"/><path d="M0 2L1.38281e-06 14H2L2 2L0 2Z" fill="%23000000"/></svg>'); }

    li.currentPage.support::before {
        position: absolute;
        content: " ";
        top: -3px;
        left: -10px;
        display: block;
        z-index: 5;
        height: 1rem;
        width: 1rem;
        background-size: contain;
        background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3V6H4L4 10H10L10 13L11 13L16 8L11 3L10 3Z" fill="%23000000"/><path d="M0 2L1.38281e-06 14H2L2 2L0 2Z" fill="%23000000"/></svg>'); }

        li.currentPage.faq::before {
            position: absolute;
            content: " ";
            top: 2px;
            left: -7px;
            display: block;
            z-index: 5;
            height: 1rem;
            width: 1rem;
            background-size: contain;
            background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 3V6H4L4 10H10L10 13L11 13L16 8L11 3L10 3Z" fill="%23000000"/><path d="M0 2L1.38281e-06 14H2L2 2L0 2Z" fill="%23000000"/></svg>'); }