/*
(#00b099 20%, #d0fff7)
dark green = #00b099; 
light green = #a1fff0*/


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

}

.info {
    position: relative;
    top: 5px;
    margin-top: 10px;
    width: 20px;
}

.info:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

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

.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;
}

.welcome{
    margin-left:5%;
}

.footer {
    margin-top: 15px;
    background-color: rgba(161, 255, 240, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    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: 10px;
}

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

.copy {
    margin-top: 19px;
}

/*removed*/

.red{
    color:red;
}
.green {
    font-size: 2em;
    color: #b4fe6d;
}

.bigger {
    font-size: 1.3em;
}

.ul-list-style {
    /*    list-style-image: url('../logos/favicon-1.png');*/
    list-style-position: inside;
}
.ingredients li{
    font-size:0.8em;
}



/* MEDIA QUERIES */
@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) {
    #content {
        padding: 50px;
        display: grid;
        grid-template-columns: repeat(3, fr);
        grid-template-areas:
            " head head next"
            " nav nav next"
            " ban ban news"
            " main main news"
            " foot foot foot"
    }



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

    .nav ul li:hover ul {
        opacity: 1;
        visibility: visible;
    }
}
.banner {
    display: none;
}

.banner img {
    width: 100%;
}

.main {
    padding: 0 10px;
}

.main a {
    color: #515edb;
}

/* ----------------MODALS----------------*/

.modalDialog {
    position: fixed;

    font-family: 'arial', sans-serif;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow: scroll;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 75%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    cursor: pointer;
}

.close:hover {
    background: #ff6161;
}

.hashList {
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
}

.event-list {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    text-align: left;
    font-size: .75em;
}

.event-list li {
    font-family: 'Roboto', sans-serif;
    list-style-type: none;
}


.hash-title {
    font-family: 'Quando', serif;
    font-size: .75em;
}

.upcoming {
    text-align: left;
}

.upcoming li {
    list-style-type: circle;
    margin-bottom: 8px;
}

.upcoming a {
    text-decoration: none;

}

.menu li {
    list-style-type: none;
    margin-bottom: 8px;
}

/* ----------------END OF MODALS----------------*/

.nextRun {
    background-color: rgba(161, 255, 240, 0.6);
    padding: 10px 25px 15px 25px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: .8em;
}

.nextRun-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nextRun .title {
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.nextRun img {
    width: 30px;

}

.nextRun a {
    color: #515edb;
    text-decoration: none;

}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    /* justify-content: start; */
}

.news h4 {
    color: #d0fff7;
    font-weight: 100;
    letter-spacing: 2px;
}


.news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-item-card {
    background-color: rgba(161, 255, 240, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 89%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: .5em;
    margin-bottom: 10px;
}

.news-item-main {
    margin-left: 15px;
}

.news-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.pic {
    width: 60px;
}

.pic-8 {
    width: 75px;
}

.news-item-title {
    margin: 0;
    font-weight: 575;
    font-size: .875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-item-body {
    font-size: .8rem;
    margin-bottom: 0;
}

.centre {
    text-align: center;
}

.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);
}

/* MEDIA QUERIES */

@media(min-width: 430px) {
    .news-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }


}



@media(min-width: 700px) {
    #content {
        padding: 3%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            " head head next"
            " nav nav next"
            " ban ban news"
            " main main news"
            " foot foot foot"
    }

    .event-list li {
        text-align: left;
        margin-left: 1em;
    }


    .banner {
        display: block;
        margin-top: 20px;
        padding-right: 5%;
    }

    .header {
        grid-area: head;
    }

    .banner {
        grid-area: ban;
    }

    .nav {
        grid-area: nav;
        padding-right: 5%;
    }

    .nextRun {
        grid-area: next;
    }

    .news {
        grid-area: news;
    }

    .main {
        grid-area: main;
        padding-right: 5%;
    }

    .footer {
        grid-area: foot;
    }

    .news-item-title {
        text-align: center
    }

    .news-item-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 1em;
        max-width: 100%;
    }

    .news-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-item-main {

        margin-left: 2em;
    }


}

@media(min-width:1080px) {
    .shirtModal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5%;
    }

    .shirt {
        width: 75%;
        margin-left: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .shirt img {
        width: 300px;
        height: auto;


    }

    .hashList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

}
*/

.splash0 {
    animation: splash 1s ease-in forwards;
    opacity: 1;
}

.splash1 {
    animation: splash 1s .2s ease-in forwards;
    opacity: 0;
}

.splash2 {
    animation: splash 1s .4s ease-in forwards;
    opacity: 0;
}

.splash3 {
    animation: splash 1s .7s ease-in forwards;
    opacity: 0;
}

@keyframes splash0 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes splash {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes splash1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes splash2 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes splash3 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}