﻿
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),  
         url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),  
         url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
}
.logo{
    border-radius:3%;
    margin:10px;
}
.call, .call:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0 rgb(0 0 0 / 18%);
    width: 100%;
    left: 0;
    height: 60px;
    background-color: #009900;
    color: white;
    font-size: 1.3em;
}

.calldiv {
    position: fixed;
    z-index: 99999;
    width: 100%;
    bottom: 0;
}


@media (min-width: 768px) {
    .calldiv {
        display: none;
    }


}
    .tags {
        margin: 10px;
    }

    .profileimage {
        border-radius: 50%;
        float: right;
        height: 70px;
        margin: 5px;
        width: 70px;
    }

    body {
        color: #727272;
        font-size: 16px;
        line-height: 35px;
        margin: 0;
        width: 100%;
        background: #fff;
    }

    video {
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    p {
        margin: 0;
        text-align: justify;
    }

    ul {
        list-style: none;
        padding: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #272727;
        font-weight: bold;
    }

    #top {
        border-top: 3px solid;
        padding-top: 40px;
    }

    #main-menu-wrapper {
        height: 60px;
        width: 100%;
        border-top: 1px solid #dedede;
        border-bottom: 3px solid #88c425;
    }

        #main-menu-wrapper #main-menu {
            float: right;
        }

            #main-menu-wrapper #main-menu ul {
                margin: 0;
            }

                #main-menu-wrapper #main-menu ul li {
                    float: right;
                    position: relative;
                    height: 57px;
                    line-height: 57px;
                }

                    #main-menu-wrapper #main-menu ul li a {
                        display: block;
                        text-decoration: none;
                        color: #232323;
                        padding: 0 15px;
                        -webkit-transition: all .3s;
                        -moz-transition: all .3s;
                        -ms-transition: all .3s;
                        -o-transition: all .3s;
                        transition: all .3s;
                        position: relative;
                    }

                        #main-menu-wrapper #main-menu ul li a:after {
                            content: '';
                            position: absolute;
                            width: 0;
                            height: 0;
                            border: 10px solid #88c425;
                            top: 68%;
                            border-left: 10px solid transparent;
                            border-right: 10px solid transparent;
                            border-top: 10px solid transparent;
                            left: 50%;
                            -webkit-transform: translateX(-50%);
                            -moz-transform: translateX(-50%);
                            -ms-transform: translateX(-50%);
                            -o-transform: translateX(-50%);
                            transform: translateX(-50%);
                            opacity: 0;
                            -webkit-transition: all .3s;
                            -moz-transition: all .3s;
                            -ms-transition: all .3s;
                            -o-transition: all .3s;
                            transition: all .3s;
                        }

                        #main-menu-wrapper #main-menu ul li a:hover {
                            color: #88c425;
                        }

                            #main-menu-wrapper #main-menu ul li a:hover:after {
                                opacity: 1;
                            }

    li.icon {
        display: none;
    }

    #main-menu li ul {
        position: absolute;
        top: 60px;
        right: 0;
        visibility: hidden;
        z-index: 999999;
    }

    #main-menu li:hover ul.dropdown-menu {
        visibility: visible;
    }

    .bg-slides {
        margin-top: 20px;
    }

    #slider-wrapper {
        height: auto;
        position: relative;
    }

    .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .rslides li {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: none;
            width: 100%;
            left: 0;
            top: 0;
        }

            .rslides li:first-child {
                position: relative;
                display: block;
                float: left;
            }

        .rslides img {
            display: block;
            height: auto;
            float: left;
            width: 100%;
            border: 0;
        }

        .rslides p.caption {
            position: absolute;
            right: 0;
            width: 100%;
            margin: 0;
            padding: 10px 30px 10px 10px;
            color: #fff;
            font-size: 16px;
            line-height: 25px;
            font-weight: 300;
            padding: 12px 20px;
            background: #232323;
            background: rgba(0, 0, 0, 0.8);
            bottom: 0;
        }

    #slider-wrapper .rslides1_nav {
        position: absolute;
        top: 50%;
        z-index: 999;
        color: #FFFFFF;
        font-size: 22px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #slider-wrapper .rslides1_nav.prev {
            left: 20px;
        }

        #slider-wrapper .rslides1_nav.next {
            right: 20px;
        }

    .rslides h1::before {
        border-bottom: 40px solid transparent;
        border-left: 40px solid #88c425;
        border-top: 40px solid transparent;
        content: "";
        position: absolute;
        right: -40px;
        top: 0;
        transition-duration: 0.3s;
    }

    .title-color {
        border-radius: 5px 5px 0 0;
        margin-top: 0;
        padding: 14px 10px;
        background: #88c425;
    }

    .text-center {
        text-align: center;
    }

    .title-color h2 {
        margin: 0;
        font-size: 14px;
        color: #fff;
    }

    .content-counter {
        border: 1px solid #dedede;
        border-top: none;
        text-align: justify;
        padding-bottom: 10px;
    }

    .top-banner img {
        margin-bottom: 10px;
    }

    .col-xs-12.tabs {
        padding: 0;
    }

    .sf-menu .current {
        position: relative;
    }

    .sf-menu .sub-current {
        position: absolute;
        background-color: #fff;
        display: none;
        top: 63px;
        right: 0;
        width: 180px;
        z-index: 99;
    }

    .sf-menu li:hover {
        background-color: silver;
    }

    .sf-menu .sub-current ul {
        width: 180px;
    }

    .sf-menu .sub-current li {
        border-bottom: 1px solid #eee;
    }

        .sf-menu .sub-current li a {
            display: block;
            margin: 0;
            position: relative;
            text-decoration: none;
            font-size: 12px;
            line-height: 16px;
            color: #131313;
            overflow: hidden;
            padding: 12px 15px;
            background: #f9f9f9;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

    .sf-menu li:hover > .sub-current, .sf-menu li.sfHover > .sub-current {
        display: block;
    }

    .sf-menu .sub-current .sub-current {
        top: 0;
        right: 180px;
    }

    .sf-menu {
        position: relative;
        margin: 0;
        margin-left: -9px;
        padding: 0;
        list-style: none;
        z-index: 999;
    }

        .sf-menu .sf-mega {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            z-index: 999;
            top: 64px;
        }

        .sf-menu li:hover > .sf-mega, .sf-menu li.sfHover > .sf-mega {
            display: block;
            z-index: 999;
            top: 64px;
        }

        .sf-menu > li > a {
            display: block;
            position: relative;
        }

        .sf-menu .sf-mega {
            box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
            width: 100%
        }

        .sf-menu > li > a {
            text-decoration: none;
            display: block;
            font-size: 14px;
            font-weight: normal;
            color: #232323;
        }

        .sf-menu > li {
            margin: 0 15px 0 0;
            padding: 20px 10px 18px 10px;
            -webkit-transition: 0.2s all ease;
            -moz-transition: 0.2s all ease;
            -o-transition: 0.2s all ease;
            -ms-transition: 0.2s all ease;
            transition: 0.2s all ease;
        }

    .sf-mega {
        background-color: #f9f9f9;
        padding: 1em;
        box-sizing: border-box;
        width: 100%
    }

        .sf-mega h4 {
            border-bottom: 2px double #dedede;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    .sf-menu .sf-mega ul li {
        border-bottom: 1px solid #dedede;
        line-height: 40px;
        padding-left: 10px;
        z-index: 9999;
    }

        .sf-menu .sf-mega ul li:last-child {
            border-bottom: 0;
        }

        .sf-menu .sf-mega ul li a:hover {
            text-decoration: none;
        }

        .sf-menu .sf-mega ul li:hover {
            background-color: #eee;
        }

    .sf-menu .sf-mega a {
        font-size: 14px;
        color: #666;
        display: block;
    }

    .sf-arrows .sf-with-ul {
        padding-right: 1.5em;
        *padding-right: 1em;
    }

        .sf-arrows .sf-with-ul:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -3px;
            height: 0;
            width: 0;
            border: 5px solid transparent;
            border-top-color: #dFeEFF;
            border-top-color: rgba(0, 0, 0, .5);
        }

    ul.sub-current .current .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 5px;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-left-color: #dFeEFF;
        border-left-color: rgba(0, 0, 0, .5);
    }

    #myTopnav {
        background-color: #fff;
        border-top: 1px solid #dedede;
        border-bottom: 3px solid;
        min-height: 65px;
        width: 100%;
        z-index: 9999;
    }

    .sf-menu li:hover > .sf-mega, .sf-menu li.sfHover > .sf-mega, .mainmenu, .sf-menu .sub-current, .header-2, .header-2 .is-sticky {
        border-bottom: 3px solid #88c425;
    }

    .overlay-bg {
        background: rgba(0, 0, 0, 0) radial-gradient(ellipse closest-corner at 50% 55%, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .img-hover {
        position: relative;
        overflow: hidden;
    }

        .img-hover img {
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .img-hover .overlay {
            position: absolute;
            text-align: center;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

        .img-hover:hover .overlay {
            opacity: 1;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

        .img-hover:hover img {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            transition: 0.3s all ease;
            cursor: pointer;
        }

        .img-hover .overlay a {
            padding-top: 26%;
            height: 100%;
            display: block;
            font-size: 40px;
            color: #fff;
        }

            .img-hover .overlay a:hover {
                text-decoration: none;
            }

    .nav-tabs {
        margin-top: 20px;
        border-bottom: 0;
    }

    .tab-content.col-xs-12 {
        padding: 0;
    }

    .nav-tabs li {
        margin-right: 10px;
        text-align: center;
    }

        .nav-tabs li, .nav-tabs li.active a, .nav-tabs li.active a:hover {
            border: 0;
            color: #fff;
        }

            .nav-tabs li a {
                border: 0;
                padding: 12px 35px;
                background: #18191B;
                color: #fff;
            }

            .nav-tabs li.active:after {
                border: 6px solid transparent;
                border-left-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
                bottom: -11px;
                content: "";
                left: 50%;
                margin-left: -6px;
                position: absolute;
                z-index: 101;
            }

    .tabs li {
        margin-right: 20px;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
        list-style: none;
    }

    .tabs li {
        margin: 0 0 30px 0;
    }

    .tabs .header-post li {
        margin: 0;
    }

    .tabs li:hover .header-post img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
        opacity: 0.9;
        cursor: pointer;
        z-index: 1;
    }

    .tabs li .header-post {
        position: relative;
        overflow: hidden;
    }

        .tabs li .header-post img {
            width: 100%
        }

        .tabs li .header-post .date {
            position: absolute;
            top: 0;
            left: 5%;
            width: 75px;
            padding: 5px;
            color: #fff;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            z-index: 2;
        }

            .tabs li .header-post .date span {
                display: block;
                font-size: 12px;
                font-weight: 300;
            }

        .tabs li .header-post .meta-tag {
            background: #252525;
            background: rgba(0, 0, 0, 0.7);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 6px 15px;
            color: #fff;
        }

            .tabs li .header-post .meta-tag ul {
                width: 100%
            }

                .tabs li .header-post .meta-tag ul li {
                    display: inline-block;
                    font-size: 12px;
                    margin-right: 5px;
                }

                    .tabs li .header-post .meta-tag ul li a {
                        color: #fff;
                    }

                    .tabs li .header-post .meta-tag ul li.text-right {
                        float: right;
                    }

                    .tabs li .header-post .meta-tag ul li i {
                        padding-left: 8px;
                    }

    .tabs li .info-post {
        height: 190px;
        overflow: hidden;
        padding: 15px 20px;
        background: #fff;
        border: solid 1px #dedede;
        border-top: none;
    }

        .tabs li .info-post p {
            font-size: 14px;
            line-height: 23px;
        }

    .tabs li .header-post img {
        width: 100%
    }

    .tabs li .header-post .meta-tag ul li {
        display: inline-block;
        font-size: 12px;
        margin-right: 5px;
    }

    .sideleft a {
        color: #252525;
    }

    .sideleft {
        font-size: 12px;
    }

        .sideleft li:before {
            content: "\f100";
            font-family: FontAwesome;
            padding-left: 5px;
        }

    .footer {
        background: #222 url("../img/bgfooter.jpg");
        color: #888;
        margin-top: 40px;
        padding: 20px;
        font-size: 13px;
        line-height: 20px;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }

        .footer h4 {
            color: #fff;
        }

    .links li {
        line-height: 30px;
    }

        .links li i, .links li a {
            color: #fff;
            font-size: 15px;
            padding-left: 5px;
        }

    .row.news {
        padding: 0 15px;
    }

        .row.news .list a {
            color: #808080;
        }

    .titles {
        border-bottom: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
        margin-bottom: 15px;
    }

        .titles h2 a, .row.news h3 a {
            color: #222;
        }

    .row.news h3 {
        font-size: 15px;
        margin: 10px 0;
    }

    .titles h1, h2 {
        color: #222;
        padding: 10px;
        border-left: 5px solid;
        margin-right: 10px;
        margin-left: 10px;
        margin: 0;
    }

    .titles h3, h4 {
        color: #222;
        padding: 10px;
        margin-right: 10px;
        margin-left: 10px;
        margin: 0;
    }

    .panel-box {
        background-color: #fff;
        border: solid 1px #dedede;
        border-bottom: solid 2px #dedede;
        margin: 0 0 30px 0;
        padding: auto 10px;
    }

        .panel-box.col-xs-12 {
            padding: 0;
        }

    .row.banner img {
        margin: 0 auto 15px;
    }

    .post-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
        background: url("../img/border-pattern.gif") bottom left repeat-x;
    }

        .post-item:last-child {
            background: none;
            padding-bottom: 0;
        }

        .post-item h4 {
            padding: 0 0 10px 0;
            line-height: 20px;
        }

            .post-item h4 a {
                color: #252525;
            }

                .post-item h4 a:hover {
                    text-decoration: none;
                }

        .post-item p {
            font-size: 14px;
            line-height: 23px;
            margin-bottom: 5px;
        }

        .post-item .data-info {
            font-size: 13px;
        }

            .post-item .data-info a, .post-item .data-info i {
                padding-left: 10px;
            }

    .tags a {
        border: 1px solid #e6e6e6;
        color: #fff;
        font-size: 12px;
        padding: 6px 10px;
        margin: 4px 0;
        display: inline-block;
        border-radius: 2px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

        .tags a:hover {
            background-color: #88C425;
            text-decoration: none;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

    .tags i {
        padding-right: 5px;
    }

    .tags a:hover i {
        color: #fff;
    }

    .footer .social {
        text-align: center;
        margin: 0 auto;
        border-top: 1px solid #626262;
        margin-top: 30px;
        padding-top: 20px;
    }

        .footer .social li {
            margin: auto 15px 10px;
            display: inline-block;
        }

            .footer .social li a {
                color: #fff;
            }

            .footer .social li:hover div {
                -webkit-transform: scaleX(-1);
                -moz-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                transform: scaleX(-1);
                filter: FlipH;
                -ms-filter: "FlipH"
            }

            .footer .social li:hover a.facebook {
                color: #3B5998;
            }

            .footer .social li:hover a.twitter-icon {
                color: #4099FF;
            }

            .footer .social li:hover a.youtube {
                color: #bb0000;
            }

            .footer .social li:hover a.google-plus {
                color: #dd4b39;
            }

            .footer .social li:hover a.vimeo {
                color: #1ab7ea;
            }

            .footer .social li div {
                width: 50px;
                height: 50px;
                background: #2c2c2c;
                border-radius: 50%;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
            }

            .footer .social li i {
                font-size: 22px;
                line-height: 52px;
            }

    .footer-down {
        color: #f5f5f5;
        padding: 20px 0;
    }

    .nav-footer li::before {
        color: #fff;
        content: "|";
        display: inline-block;
    }

    .nav-footer li:nth-child(1)::before {
        display: none;
    }

    .footer-down ul li a {
        color: #f5f5f5;
        font-size: 13px;
    }

    .footer-down ul li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        text-transform: uppercase;
    }

    .footer-down .left {
        text-align: left;
    }

    .section-wide {
        margin-top: 20px;
        background-color: #f4f4f4;
        border-top: 1px solid #dedede;
        padding: 10px 0 30px;
    }

    #newsletterForm .form-control, #newsletterForm .input-group-btn .btn-primary, #newsletterForm .input-group-addon {
        border: 1px solid #dedede;
        height: 45px;
        background:
    }

    .mail {
        background: none repeat scroll 0 0;
    }

    p.margin {
        margin-bottom: 10px;
    }

    .crumbs {
        border-bottom: 1px solid #dedede;
        padding: 15px 0;
    }

        .crumbs ul {
            margin-bottom: 0;
        }

            .crumbs ul li {
                display: inline-block;
                font-size: 15px;
                line-height: 20px;
                padding-right: 5px;
            }

    .wrapper-single {
        margin-top: 20px;
    }

    .testimonials blockquote > p {
        border: 1px solid #dedede;
        font-size: 14px;
        margin: 0 0 14px 0;
        min-height: 70px;
        padding: 30px;
        position: relative;
        text-align: left !important;
        font-style: italic;
    }

    .testimonials blockquote {
        padding: 10px 20px;
        margin: 0;
        border-left: 0;
    }

        .testimonials blockquote > p:before {
            border: 14px solid #dedede;
            border-color: #dedede transparent transparent transparent;
            bottom: -28px;
            left: 25px;
        }

        .testimonials blockquote > p:before {
            border: 11px solid #dedede;
            border-color: #dedede transparent transparent transparent;
            bottom: -22px;
            content: "";
            height: 0px;
            left: 28px;
            position: absolute;
            width: 0px;
        }

        .testimonials blockquote > img {
            border-radius: 50%;
            float: left;
            height: 50px;
            margin: 20px;
            width: 50px;
        }

        .testimonials blockquote > strong {
            display: block;
            font-size: 16px;
            font-style: normal;
            font-weight: bold;
            line-height: 20px;
            padding: 0;
            margin: 15px 0 0 0;
        }

        .testimonials blockquote > a {
            margin-top: -15px;
            font-size: 14px;
            font-style: italic;
        }

    .form-theme {
        margin: 10px auto 30px;
    }

        .form-theme input {
            border-radius: 0;
            height: 36px;
            margin-bottom: 25px;
            width: 100%
        }

        .form-theme label {
            font-weight: normal;
        }

        .form-theme .btn {
            border: 0 none;
            height: auto;
            margin-bottom: -5px;
            margin-top: 25px;
            width: auto;
            background: #88c425 none repeat scroll 0 0;
        }

    .banners img {
        margin-bottom: 10px;
    }

    @media (max-width: 780px) {
        .rslides p.caption {
            display: none;
        }
    }

    @media screen and (max-width:680px) {
        nav.topnav li:not(:first-child) {
            display: none;
        }

        nav.topnav li.icon {
            float: left;
            display: inline-block !important;
        }
    }

    @media screen and (max-width:680px) {
        nav.topnav.responsive {
            position: relative;
        }

            nav.topnav.responsive li.icon {
                position: absolute;
                left: 0;
                top: 0 !important;
            }

            nav.topnav.responsive li {
                float: none;
                display: inline;
            }

                nav.topnav.responsive li a {
                    display: block;
                    text-align: right;
                }
    }


    .back {
        background-color: black;
    }

    .topPhone {
        background-color: red;
        color: white;
        padding-left: 10%;
        direction: ltr;
        position: fixed;
        width: 100%;
        z-index: 50;
        font-size: 24px;
    }

        .topPhone a {
            color: white;
        }

    #myBtnCall {
        position: fixed; /* Fixed/sticky position */
        top: 40px; /* Place the button at the bottom of the page */
        left: 35px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: white; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 0px; /* Some padding */
        border-radius: 50%; /* Rounded corners */

        width: 60px;
        height: 60px;

    }
    .signature p {
        text-align:  center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }
    .signature a {
        margin-top: 100px;
        background-color: var(--myColor); /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 10px; /* Some padding */
        border-radius: 5px; /* Rounded corners */
    }

