                        body {
                            font-family: 'Merriweather', sans-serif;
                            background-color: #e0e1e3;
                        }
                        
                        .container-fluid {
                            max-width: 802px;
                            margin-bottom: 40px;
                        }
                        
                        img {
                            width: 100%;
                            text-align: center;
                            display: block;
                            margin: 0 auto;
                        }
                        
                        .head {
                            margin: 20px 0;
                            background-color: #24974a;
                            position: relative;
                            width: 100%;
                            float: left;
                        }
                        
                        .head:after {
                            position: absolute;
                            width: 0;
                            height: 0;
                            border-left: 25px solid transparent;
                            border-right: 25px solid transparent;
                            border-top: 25px solid #24974a;
                            font-size: 0;
                            line-height: 0;
                            bottom: -24px;
                            right: 45%
                        }
                        
                        h1 {
                            font-family: 'Just Another Hand', cursive;
                            color: #91da61;
                            font-size: 4.5em;
                            text-align: center;
                            letter-spacing: 1px;
                        }
                        
                        h1 span {
                            color: #006020;
                            display: block;
                            line-height: 12px;
                            padding-bottom: 20px;
                            font-size: 36px;
                        }
                        
                        h1 em {
                            color: #fff;
                            background-color: #216842;
                            font-weight: 900;
                            font-family: 'Merriweather', serif;
                            font-style: normal;
                            font-size: 54px;
                            padding: 0 12px
                        }
                        
                        h2 {
                            font-family: 'Merriweather', serif;
                            color: #ed8262;
                            font-weight: 700;
                            font-size: 38px;
                        }
                        
                        .mint h2 {
                            color: #216842;
                        }
                        
                        .camomile h2 {
                            color: #e8a51f;
                        }
                        
                        .thyme h2 {
                            color: #23817c;
                        }
                        
                        .sage h2 {
                            color: #ee8c72;
                        }
                        
                        .malve h2 {
                            color: #e75126;
                        }
                        
                        h3 {
                            color: #666;
                            font-weight: 700;
                            font-size: 28px;
                            font-family: 'Just Another Hand', cursive;
                            margin-bottom: 0;
                        }
                        
                        .plant-list {
                            width: 100%;
                            overflow: hidden;
                            margin: 0;
                            padding: 0;
                        }
                        
                        .plant-list li {
                            border-bottom: 3px solid #cccdcf;
                            padding-bottom: 30px;
                        }
                        
                        .plant-head img {
                            max-width: 270px;
                            padding-top: 20px;
                        }
                        
                        .popover {
                            border: 0 none;
                        }
                        
                        .popover-content {
                            font-family: 'Merriweather', sans-serif;
                            font-size: 13px;
                            color: #666;
                        }
                        
                        .btn-pop {
                            display: inline-block;
                            opacity: .7;
                            white-space: nowrap;
                            vertical-align: middle;
                            -ms-touch-action: manipulation;
                            touch-action: manipulation;
                            cursor: pointer;
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                        }
                        
                        .btn-pop:focus,
                        .btn-pop:active,
                        .btn-pop:hover,
                        .btn-pop:visited {
                            opacity: 1;
                            outline: 0;
                        }
                        
                        .btn-pop img {
                            padding-top: 0;
                        }
                        
                        @media only screen and (max-width: 767px) {
                            h1 {
                                font-size: 3.5em;
                                letter-spacing: 0;
                            }
                            h1 span {
                                padding-bottom: 0;
                                font-size: 26px;
                            }
                            h1 em {
                                font-size: 30px;
                                padding: 0 5px;
                            }
                            .plant-head img {
                                max-width: 200px;
                            }
                            h2 {
                                font-size: 22px;
                                text-align: left;
                            }
                            h3 {
                                margin-top: 0;
                            }
                        }