
 @font-face {
    font-family:CutePlayfu;
    src: url(../fonts/CutePlayful.ttf);
 }



.color {
    background-color: rgb(162, 54, 69);
    width: 100%;

}



h1 {
    color: rgb(255, 211, 9);
    text-align: center;
    font-family: CutePlayfu;
letter-spacing: 5px;

}

p {
    background-color: rgb(255	, 231, 173);

    color: rgb(7, 41, 65);
    text-align: center;
    font-weight: bolder;
    font-size: x-large;
    font-family: sans-serif;
}

.profile {
    display: block;
    max-width: 100%;
    height: auto;
}
 

nav {
    background-color: rgb(176, 12, 59);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
font-family: CutePlayful;
word-spacing:4px;
}


nav>a {
    color: rgb(255	, 231, 173);
    text-decoration: none;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: x-large;
    margin: 0px 10px;
    font-family: CutePlayfu;
}

header {
    text-align: center;
}


/* BELOW THIS STYLES BEST */

section {
    position: relative;
    width: 80%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.thumbsize {
    max-width: 20%;
    height: auto;
    margin: 10px;
    cursor: pointer;

}


.thumbnail-gallery {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    justify-content: center;
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
}

.thumbsize :hover {
    transform: scale(1.05);
}

li {
    color: rgb(0, 65, 122);
    padding: 10px;
    background-color: rgb(255, 212, 122);
    list-style-type: none;
    font-weight: bolder;
    font-size: large;
    font-family:Arial, Helvetica, sans-serif;
}

h2 {
    color: rgb(0, 65, 122);
    background-color: rgb(255, 212, 122);
    font-family: CutePlayfu;
}

.notes {
    padding: 10%;
    font-weight: bolder;
    font-size: large;
    text-align: center;
}


@media screen and (min-width: 576px) {
    * {
        box-sizing: 0 auto;
        margin: 0 auto;
        padding: 0 auto;
    }

    nav {
        padding: auto;

    }

    h2 {

        text-align: center;
        font-weight: bolder;
        text-align: center;
        padding: 10%;
        font-family: CutePlayfu;
letter-spacing: 10px;    
}

    section #slider {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200%;
        height: 100%;
    }

    .pokemon{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200%;
        height: 100%;
        max-width: 100%;
    max-height: 100%;
    }
     
    }


@media screen and (min-width: 1200px) {
    * {
        box-sizing: border-box;
        margin: 10;
        padding: 10;
    }

    h2 {

        font-weight: bolder;
        text-align: left;
        padding: 1%;

    }

    section #slider {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200%;
        height: 90%;
    }

    .color {
        width: 50%;
        margin: 0 auto;
    }
.pokemon{
    display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200%;
        height: 100%;
        max-width: 100%;
    max-height: 100%;
}
}
