* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff300;
    width: 100%;
    font-family: verdana;
}

header {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #0046b1, #203ba3, #2c3095, #332487, #371779, #670b76, #8b0070, #a80066, #e23256, #ff6f3a, #ffb007, #fff300);
    border-bottom: 4px solid white;
}

header>div {
    width: 15%;
    height: 80px;
    background-image: url(../images/Artboard\ 2.png);
    background-size: contain;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
}

nav {
    width: 85%;


}

ul {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

a {
    text-decoration: none;
}

nav li {
    padding-top: 1.5em;
    height: 80px;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
    /* background-image: linear-gradient(to bottom, #0046b1, #203ba3, #2c3095, #332487, #371779, #670b76, #8b0070, #a80066, #e23256, #ff6f3a, #ffb007, #fff300); */
}

.container {
    background-image: linear-gradient(to bottom, #fff300, red, blue, black);
}

.hobby-info {
    margin: auto;
    width: 95%;
    background-color: #294acf;
    border: 8px solid orangered;
    box-shadow: 4px 8px rgb(59, 18, 6);
}

.hobby-info a {
    text-decoration: none;
    color: orangered;
}

nav a {
    width: 150px;
    height: 80px;
    background-image: linear-gradient(to bottom, #0046b1, #203ba3, #2c3095, #332487, #371779, #670b76, #8b0070, #a80066, #e23256, #ff6f3a, #ffb007, #fff300);
}

nav li:hover {
    background-image: linear-gradient(to bottom, #0058dd, #294acf, #3c41c7, #4732be, #4c1fa7, #9b14af, #c2009b, #db0084, #ff4f72, #ff8d63, #ffc445, #fff873);
}

#title-heading {

    text-align: center;
    font-weight: bold;
    font-size: 40pt;
    padding: 30px;
    letter-spacing: 1.1em;
    color: #FFF;
    text-shadow: 3px 6px black;

}

.intro {

    width: 60%;
    margin: 20px auto;
    font-size: large;
    color: #FFF;
}

.testimony {

    width: 60%;
    margin: 20px auto;
    font-size: large;
    color: #FFF;

}

.hero {
    width: 95%;
    margin: 20px auto;
    border: 8px solid orangered;
    box-shadow: 4px 8px rgb(59, 18, 6);

}

.hero img {
    width: 100%;
}

.hobby-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    margin: 20px auto 0 auto;
    padding-bottom: 30px;
    gap:20px;
}

.hobby-images img {
    border: 4px solid orangered;
    box-shadow: 4px 8px rgb(59, 18, 6);
    transition-duration: 0.3s;

}

.hobby-images img:hover {
    transform: translateX(20px);
    transform: translateY(20px);
}

footer {
    height: 150px;
    background-image: linear-gradient(to bottom, rgb(4, 0, 53) 75%, rgb(177, 71, 0));
    color: #fff;
    text-align: center;
    padding: 40px;
    border-top: 2px solid white;
}

@media screen and (min-width:801px) and (max-width:1000px) {

    #title-heading {

        text-align: center;
        font-weight: bold;
        font-size: 40pt;
        padding: 30px;
        letter-spacing: 0;
        color: #FFF;
        text-shadow: 3px 6px black;

    }
}

@media screen and (max-width:800px) {


    .hobby-images {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    header {
        width: 100%;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        background-color: #FFF;
        background-image: linear-gradient(to bottom, #0046b1, #203ba3, #2c3095, #332487, #371779, #670b76, #8b0070, #a80066, #e23256, #ff6f3a, #ffb007, #fff300);
        border-bottom: 4px solid white;
    }
    
    header>div {
        width: 100%;
        height: 80px;
        background-image: url(../images/Artboard\ 2.png);
        background-size: contain;
        aspect-ratio: 1;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    nav {
        width: 100%;

    }
    
    ul {
        display: flex;
        flex-flow:row wrap;
    
    }
    
    a {
        text-decoration: none;
    }
    
    nav li {
        width: 100;
        height:100%;
        list-style-type: none;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        padding-top:0.5em;
        /* background-image: linear-gradient(to bottom, #0046b1, #203ba3, #2c3095, #332487, #371779, #670b76, #8b0070, #a80066, #e23256, #ff6f3a, #ffb007, #fff300); */
    }
    
    .container {
        background-image: linear-gradient(to bottom, #fff300, red, blue, black);
    }
    
    .hobby-info {
        margin: auto;
        width: 95%;
        background-color: #294acf;
        border: 8px solid orangered;
        box-shadow: 4px 8px rgb(59, 18, 6);
    }
    
    .hobby-info a {
        text-decoration: none;
        color: orangered;
    }
    
    nav a {
        width:100px;
        height: auto;
        background-image: none;
        margin:4px;
        border:solid 4px #294acf;
    }
    
    nav li:hover {
        background-image: linear-gradient(to bottom, #0058dd, #294acf, #3c41c7, #4732be, #4c1fa7, #9b14af, #c2009b, #db0084, #ff4f72, #ff8d63, #ffc445, #fff873);
    }

    #title-heading {

        text-align: center;
        font-weight: bold;
        font-size: 40pt;
        padding: 30px;
        letter-spacing: 0;
        color: #FFF;
        text-shadow: 3px 6px black;

    }

}