
    .btn {
        text-align: center;
        text-decoration: none;
        border: none;
        background:  #F66605; /* orange #317fde; */
        font-family: 'double';
        color: #FFF;
        padding-top:   6px;   /*  10 */
        padding-left:  6px; /* 6  20 */
        padding-right: 6px; /* 6  20 */
        padding-bottom:6px; /* 10 */
        opacity: 1;
        font-size: 16px;
        font-weight: 900px;
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 5px 7px 7px 5px;  /* 5  5  5  5  */
        -webkit-border-radius: 5px 7px 7px 5px;  /*  5  5  5  5  */
        box-shadow: 0px 0px 0px black;
        cursor: pointer;
    }
    .btn:hover {
        text-decoration: none ;
        cursor: pointer;
    }
    .btn1 {
        text-align: center;
        text-decoration: none;
        border: none;
        background:  #F66605; /* orange #317fde; */
        font-family: 'double';
        color: #FFF;
        padding-top:    8px;   /*  10 */
        padding-left:   6px; /* 20 */
        padding-right:  6px; /* 20 */
        padding-bottom: 8px; /* 10 */
        opacity: 1;
        font-size: 16px;
        font-weight: 900px;
        -moz-border-radius:    5px 5px 25px 5px;  /* 25  25  25  25  */
        -webkit-border-radius: 5px 5px 25px 5px;  /*  25  25  25  25  */
        cursor: pointer;
    }
    .btn1:hover {
        text-decoration: none;
        cursor: pointer;
    }
    .btn2 {
        text-align: center;
        text-decoration: none;
        border: none;
        background:  #F66605; /* orange #317fde; */
        font-family: 'double';
        color: #FFF;
        padding-top:    8px;   /*  10 */
        padding-left:   10px; /*8 20 */
        padding-right:  8px; /* 8  20 */
        padding-bottom: 8px; /* 10 */
        opacity: 1;
        font-size: 16px;
        font-weight: 900px;
        -moz-border-radius:    5px 5px 5px 25px;  /* 25  25  25  25  */
        -webkit-border-radius: 5px 5px 5px 25px;  /*  25  25  25  25  */
        cursor: pointer;
    }
    .btn2:hover {
        text-decoration: none;
        cursor: pointer;
    }


    .btn3 {
        text-align: center;
        text-decoration: none;
        border: none;
        background:  #F66605; /* orange #317fde; */
        font-family: 'double';
        color: #FFF;
        padding-top:   8px;   /*  10 */
        padding-left:  5px; /* 20 */
        padding-right: 5px; /* 20 */
        padding-bottom:8px; /* 10 */
        opacity: 1;
        font-size: 16px;
        font-weight: 900px;
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 5px 5px 5px 5px;  /* 25  25  25  25  */
        -webkit-border-radius: 5px 5px 5px 5px;  /*  25  25  25  25  */
        box-shadow: 0px 0px 0px black;
        cursor: pointer;
    }
    .btn3:hover {
        text-decoration: none;
        box-shadow: 3px 3px 4px #464646;
        cursor: pointer;
    }

   .btn4 {
        text-align: center;
        text-decoration: none;
        border: none;
        background:  #F66605; /* orange #317fde; */
        font-family: 'double';
        color: #FFF;
        padding-top:   8px;   /*  10 */
        padding-left:  4px; /* 5   20 */
        padding-right: 4px; /* 5  20 */
        padding-bottom:8px; /* 10 */
        opacity: 1;
        font-size: 16px;
        font-weight: 900px;
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 5px 5px 5px 5px;  /* 25  25  25  25  */
        -webkit-border-radius: 5px 5px 5px 5px;  /*  25  25  25  25  */
        box-shadow: 0px 0px 0px black;
        cursor: pointer;
    }
    .btn4:hover {
        text-decoration: none;
        box-shadow: 3px 3px 4px #464646;
        cursor: pointer;
    }

   .btn5 {
        text-align: center;
        text-decoration: none;
        border: none;
        background:  black; /* #F66605;  orange #317fde; */
        font-family: 'double';
        color: #FFF;
        padding-top:   8px;   /*  10 */
        padding-left:  4px; /* 5   20 */
        padding-right: 4px; /* 5  20 */
        padding-bottom:8px; /* 10 */
        opacity: 1;
        font-size: 16px;
        font-weight: 900px;
        /*-moz-border-radius: 5px 5px 5px 5px;   25  25  25  25  
        -webkit-border-radius: 5px 5px 5px 5px;    25  25  25  25  
        cursor: pointer; */
    }
    .btn5:hover {
        text-decoration: none;
        /* cursor: pointer; */
    }

