html {
    font-family: 'Quando', serif;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

body {
    margin: 0;
    color: rgb(17, 17, 17);
    font-size: 1.1em;
    line-height: 1.5;
}

#content {

    background-image: linear-gradient(56deg, rgba(254, 254, 254, 0.05) 0%, rgba(254, 254, 254, 0.05) 69%, rgba(160, 160, 160, 0.05) 69%, rgba(160, 160, 160, 0.05) 100%),
        linear-gradient(194deg, rgba(102, 102, 102, 0.02) 0%, rgba(102, 102, 102, 0.02) 60%, rgba(67, 67, 67, 0.02) 60%, rgba(67, 67, 67, 0.02) 100%),
        linear-gradient(76deg, rgba(169, 169, 169, 0.06) 0%, rgba(169, 169, 169, 0.06) 20%, rgba(189, 189, 189, 0.06) 89%, rgba(189, 189, 189, 0.06) 100%),
        linear-gradient(326deg, rgba(213, 213, 213, 0.04) 0%, rgba(213, 213, 213, 0.04) 45%, rgba(66, 66, 66, 0.04) 45%, rgba(66, 66, 66, 0.04) 100%),
        linear-gradient(183deg, rgba(223, 223, 223, 0.01) 0%, rgba(223, 223, 223, 0.01) 82%, rgba(28, 28, 28, 0.01) 82%, rgba(28, 28, 28, 0.01) 100%),
        linear-gradient(3deg, rgba(20, 20, 20, 0.06) 0%, rgba(20, 20, 20, 0.06) 62%, rgba(136, 136, 136, 0.06) 62%, rgba(136, 136, 136, 0.06) 100%),
        linear-gradient(100deg, rgba(206, 206, 206, 0.09) 0%, rgba(206, 206, 206, 0.09) 58%, rgba(6, 6, 6, 0.09) 58%, rgba(6, 6, 6, 0.09) 100%),
        linear-gradient(104deg, rgba(162, 162, 162, 0.07) 0%, rgba(162, 162, 162, 0.07) 27%, rgba(24, 24, 24, 0.07) 27%, rgba(24, 24, 24, 0.07) 100%),
        linear-gradient(186deg, rgba(166, 166, 166, 0.04) 0%, rgba(166, 166, 166, 0.04) 5%, rgba(210, 210, 210, 0.04) 5%, rgba(210, 210, 210, 0.04) 100%),
        linear-gradient(70deg, #00b099, rgb(0, 255, 213), #00f7ffc9);
    min-width: 288px;
    padding: 3%;
}

.header {
    display: grid;
    grid-template-columns: 120px 140px;
    grid-gap: 10px;
}

.splash {
    font-size: 1.2em;
    letter-spacing: 2px;
    color: #d0fff7;
}



.logo img {
    margin-top: 5px;
    width: 112px;
}



.nav ul {
    display: grid;
    grid-gap: 5px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
}

.nav ul li {

    font-size: .7em;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(161, 255, 240, 1);
    position: relative;
}

.nav ul li a {
    display: block;
    color: rgb(44, 44, 44);
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}


.nav ul li:hover {
    background: #00b099;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .8em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0;
}

.footer a {
    text-decoration: none;
    color: rgb(17, 17, 17);
}

.copy {
    margin-top: 19px;
}
#tooltip {
    text-align: center;
    color: #fff;
    background: #00b099;
    position: absolute;
    z-index: 100;
    padding: .5rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#tooltip:after

/* triangle decoration */
    {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00b099;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #00b099;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.indent {

    margin-left: 10%;
}


.centre {
    text-align: center;
}

.tip {
    border-style: dotted;
    border-color: #111;
    border-width: 0 0 1px;
    cursor: help;
}

.fill {
    background-color: rgba(161, 255, 240, 1);
    padding: 3px;
}

.box {
    margin: 0 10%;
    text-align: center;
    background-color: rgba(161, 255, 240, 1);
    padding: 20px;
    outline: 1px solid #00b099;
    outline-offset: -5px;
    -webkit-box-shadow: 0 0 10px rgba(10, 0, 10, 0.25);
    box-shadow: 0 0 10px rgba(10, 0, 10, 0.25);
}

section img {
    max-width: 70px;
}
section img:hover{
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.105);   

}

@media(min-width: 430px) {

    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .6em;
        padding: 3em;
    }
}

@media(min-width: 700px) {
    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .6em;
        padding: 3em;
    }

    section {
        margin: 0 10% 0 10%;
    }
}
