        @import url('https://fonts.googleapis.com/css?family=Cookie');

        @import url('https://fonts.googleapis.com/css?family=Handlee');





        body,
        html {
            padding: 0px;
            margin: 0px;
            font-family: sans-serif;
            background: white;
            letter-spacing: 1.2px;
            text-align: center;
            overflow: none;
        }

        .logo a {
            float: left;
            text-align: center;
            text-decoration: none;
            color: white;
            text-shadow: none;
            background-color: rgb(255, 147, 198);
            padding: 5px 17px;
            font-family: 'Cookie', cursive;
            font-size: 35px;
        }

        .navBar {
            width: 99.9%;
            height: 70px;
            margin-bottom: 0px;
            overflow: hidden;
            background-color: rgb(255, 147, 198);

        }

        li {
            float: right;
            list-style-type: none;
        }

        li a {
            display: block;
            color: white;
            text-align: center;
            text-decoration: none;
            text-shadow: none;
            background-color: rgb(255, 147, 198);
            padding: 5px 20px;
            font-family: 'Cookie', cursive;
            font-size: 30px;

        }

        .grow {
            transition: all .2s ease-in-out;
        }

        .grow:hover {
            transform: scale(1.3);
            outline: none;
        }

        .flavors {
            background-color: rgb(49, 227, 214);
            text-align: center;
            color: white;
            margin: 0px;
            border: solid 1px rgb(49, 227, 214);
            height: 600px;
            width: 99.8%;

        }

        .flavorstitle {
            font-family: 'Cookie', cursive;
            font-size: 80px;
            padding: 15px;
            0px;
            margin: 0px;

        }


        .colorful,
        .seasonal,
        .themed,
        .fancy {
            font-size: 16px;
            padding: auto 24px;
            font-family: 'handlee', cursive;
            display: inline-block;
            width: 22%;
            vertical-align: top;
        }

        h2 {
            margin: 5px;
        }

        .ftitle {
            font-family: 'Cookie', cursive;
            font-size: 40px;
            display: block;
        }

        .star {
            font-family: 'handlee', cursive;
            font-size: 20px;
            padding: 20px 0px;
        }






        @media (max-width: 1100px) {

            .colorful,
            .seasonal,
            .themed,
            .fancy {
                font-size: 13px;
            }
            .ftitle {
                font-size: 45px;
            }

            .flavorstitle {
                font-size: 70px;
            }

            .star {
                font-size: 15px;
            }

            .fancy {
                padding: 10px 0px;
            }

        }


        @media (max-width: 1000px) {

            .flavors {
                height: 800px;
            }

            .fancy {
                padding: 0px 0px;
            }

            .colorful,
            .seasonal,
            .themed,
            .fancy {
                padding: 10px 60px;
                width: 35%;
            }

            .star {
                font-size: 18px
            }

        }




        @media (max-width: 980px) {
            .flavors {
                height: 850px;
            }
        }





        @media (max-width: 900px) {
            .flavors {
                height: 800px;
            }

            .colorful,
            .seasonal,
            .themed,
            .fancy {
                padding: 10px 30px;
                width: 40%;
            }

        }

        @media (max-width: 700px) {
            .flavors {
                height: 840px;
            }

            @media (max-width: 680px) {
                .flavors {
                    height: 1580px;
                }
            }


            @media (max-width: 600px) {
                .flavors {
                    height: 1610px;
                }
            }
