html { font-size: 100%; margin: 0; padding: 0; }

body {
    margin: 0;
    padding: 0;
background-image: url(../img/photosho\ planeplash\ \(1\).jpg);
background-size:180%;
background-repeat: no-repeat;
background-position: -180px 40px;

}

header {
    background-color: #2db8d4;
    display: flex;
    padding: 0.3rem;
    color: white;
    font-size: 1.5rem;
    padding: 3.4%


      /* set elements side-by-side */
}

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

header div {flex: 3;

margin-top: 13px;
font-size: 24px;
color: rgb(255, 255, 255);





}  /* 3 times more space for div than logo */

nav {
    width: 300px;  /* fits in 320px mobile */
    margin: 0 auto;  /* centered */
    height: 60px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.628);
    
}

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: 5px;
}

.download {
    left: 65px;
}

.upload {
    left: 125px;
}

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

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

.faq {
    left: 245px;
}


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: rgb(0, 0, 0);}

a:hover {text-decoration: underline;}

a:active {color: magenta;}




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

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

a:visited svg {fill: #000000;}



@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: 1;
    height: 1rem;
    width: 1rem;
    background-size: contain;
    background-image: url(../img/triangle-right-icon\ \(2\).svg);
    background-repeat: no-repeat;
}

li.support.currentPage::before {
    top: 5px;
    left: -8px;
}

li.faq.currentPage::before {
    top: 5px;
    left: -8px;
}

h1 {

color: rgb(255, 255, 255);
text-shadow: 2px 2px 2px #444;
padding-left : 3.4%



}

