
        body {
    font-family: 'Arial', 'sans-serif';
}
/********************************Header********************************************/
#header {
    background-color: #feffd6;
    box-shadow: 6px 6px 8px #C0CB19;
}

#logo-text {
    color: #000000
}
#header-phone-img svg path {
    fill: #000000
}
#header-phone-text {
    color: #000000
}

/**********************Header Buttons***************************/
.header-nav-item a,
#service-nav-button p,
#homeButton a {
    color: #000000;
}

.service-nav-item a {
    color: #000000!important;
}

.active {
    background-color: #C0CB19;
    color: #000000!important;
}

#header-nav-list .header-active-item a:hover {
    background-color: #C0CB19;
    color: #000000!important;
}

#header-nav-list .header-active-item:hover {
    border-bottom: none!important;
}

#header-nav-list > li:hover {
    
        border-bottom: 3px solid #C0CB19;
    
}

#homeButton:hover > .active {
    background-color: #C0CB19!important;
    color: #000000!important;
}

#homeButton:hover {
    border-bottom: none!important;
}

.homeNonActive:hover {
    
        border-bottom: 3px solid #C0CB19;
    
}

#service-nav-list {
    background-color: #ffffff;
}

.line1, .line2, .line3 {
    background-color: #000000;
}

#small-menulist {
    background-color: #ffffff;
}
#small-menulist a {
    color: #000000;
}

#small-menulist > li {
    border-bottom: 1px solid #000000;
}

#header-custom-button{
    background-color: #C0CB19;
    color: #000000;
}
#logon-custom-button{
    background-color: #C0CB19;
    color: #000000;
}

#header-custom/********************************Header********************************************/
#header {
    background-color: #ffffff;
    box-shadow: 6px 6px 8px #C0CB19;
}

#logo-text {
    color: #000000
}
#header-phone-img svg path {
    fill: #000000
}
#header-phone-text {
    color: #000000
}

/**********************Header Buttons***************************/
.header-nav-item a,
#service-nav-button p,
#homeButton a {
    color: #000000;
}

.service-nav-item a {
    color: #000000!important;
}

.active {
    background-color: #C0CB19;
    color: #000000!important;
}

#header-nav-list .header-active-item a:hover {
    background-color: #C0CB19;
    color: #000000!important;
}

#header-nav-list .header-active-item:hover {
    border-bottom: none!important;
}

#header-nav-list > li:hover {
    
        border-bottom: 3px solid #C0CB19;
    
}

#homeButton:hover > .active {
    background-color: #C0CB19!important;
    color: #000000!important;
}

#homeButton:hover {
    border-bottom: none!important;
}

.homeNonActive:hover {
    
        border-bottom: 3px solid #C0CB19;
    
}

#service-nav-list {
    background-color: #ffffff;
}

.line1, .line2, .line3 {
    background-color: #000000;
}

#small-menulist {
    background-color: #ffffff;
}
#small-menulist a {
    color: #000000;
}

#small-menulist > li {
    border-bottom: 1px solid #000000;
}

#header-custom-button{
    background-color: #C0CB19;
    color: #000000;
}
#logon-custom-button{
    background-color: #C0CB19;
    color: #000000;
}

#header-custom-button:hover {
    background-color: #000000;
    color: #C0CB19;
}
#logon-custom-button:hover {
    background-color: #000000;
    color: #C0CB19;
}

/*************************Hovers***********************************/
#header-nav-list > li > a:hover {
    background-color: #C0CB19;
    color: #000000!important;
}

.service-nav-item a:hover {
    background-color: #C0CB19!important;
    color: #000000!important;
    border-radius: 0px!important;
}

/***************************Service Listing************************************************/
.value-listing a {
    color: #000000
}
.value-listing a:hover {
    color: #C0CB19
}

#value-list {
    background-color: #ffffff;
}

/***************************Buttons********************************************/
.addedButton a {
    color: #000000;
    background-color: #C0CB19;
    border-color: #ffffff;
}

.addedButton a:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #C0CB19;
}

/***************************************Footer************************************************/
#footer-background {
    background-color: #081C05;
    color: #ffffff
}

#footer-phone-img svg path{
    fill: #ffffff;
}

#footer-copyright-bottom a,
#footer-phone-text {
    color: #ffffff;
}

.footer-social-media path {
    fill: #ffffff;
}
        /*************************************************************************************/
/*********************************CSS RESET*******************************************/
/*************************************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    }
}

a {
    text-decoration: none;
    color: inherit;
}
/*************************************************************************************/
/************************************Header*******************************************/
/*************************************************************************************/
header, footer, section, main {
    width: 100%;
}
#template-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

#header-container {
    background-color: #feffd6;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 100;
}

#header {
    display: flex;
    position: relative;
    height: 130px;
    width: 100%;
    z-index: 100;
}

/*********************************Logo**********************************/
#header-flex-logo {
    display: flex;
    height: 100%;
}

#header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 25px;
}

#logo-image picture img{
    height: 130px;
    width: auto;
    object-fit: contain;
}

#logo-text {
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 25px;
}
/*********************************Header Right**************************/
#header-flex-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

/**************************Header Phone*************************************/
#header-phone {
    margin-top: 25px;
    margin-right: 25px;
    display: flex;
}

#header-phone-link {
    display: flex;
    text-decoration: none;
}

#header-phone-img {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin-right: 5px;
}

#header-phone-img svg {
    height: 25px;
    width: 25px;
}

#header-phone-text {
    font-size: 18px;
    font-weight: bold;
}

#header-custom-button {
    margin-bottom: 8px;
    margin-right: 10px;
    text-align: center;
    /* width: 170px; */
    padding: 5px;
}
#logon-custom-button {
    margin-bottom: 8px;
    margin-right: 10px;
    text-align: center;
    /* width: 170px; */
    padding: 5px;
}

.header-custom-button{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
.logon-custom-button{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.header-custom-button:hover {
    cursor: pointer;
}
.logon-custom-button:hover {
    cursor: pointer;
}

/*************************Header Menu***************************************/
#header-menu {
    display: flex;
    justify-content: center;
    height: 100%;
    margin-right: 25px;
}

#header-nav-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header-nav-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
}

#header-nav-list li a,
#service-nav-button p {
    text-decoration: none;
}

#small-header-button-wrapper {
    display: none;
}

/************************Menu Buttons*********************************/
.active {
    border-radius: 4px;
    font-weight: bold;
}
/******************Home Button*******************/
#homeButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
    margin-left: 1px;
}

#homeButton a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

#homeButton a:hover {
    font-weight: bold;
}

/**************Regular Buttons**************/
.header-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    height: 40px;
    margin-right: 1px;
    margin-left: 1px;
}

.header-nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.header-nav-item a:hover {
    font-weight: bold;
}

.header-active-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    height: 40px;
    margin-right: 1px;
    margin-left: 1px;
}

.header-active-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.header-active-item a:hover {
    font-weight: bold;
}

/***************Service Button*************/
#service-nav-button {
    /* flex-basis: 110px; */
    min-width: 110px;
    margin-right: 1px;
    margin-left: 1px;
}

#service-nav-button > p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

#service-nav-button > p:hover {
    font-weight: bold;
}

/*************Service Dropdown**************/
#service-nav-list {
    display: none;
    position: absolute;
    visibility: hidden;
    list-style: none;
    opacity: 0;
    padding-left: 0;
    min-width: 110px;
}

#service-nav-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset;
}

.service-nav-item a {
    padding: 5px;
    width: 100%;
    text-align: center;
}

.service-nav-item a:hover {
    font-weight: bold;
}

#service-nav-list:active,
#service-nav-list:focus,
#service-nav-list:hover,
#service-nav-button:active>#service-nav-list,
#service-nav-button:focus-within>#service-nav-list,
#service-nav-button:hover>#service-nav-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: visible;
    opacity: 1;
}

/******************************Service Listing*************************************/
#value-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 40px;
}

#value-list a {
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    font-size: 14px;
}

/*******************************Buttons*************************************/
.addedButton a {
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    height: 100%;
    line-height: normal;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    border: 3px solid;
}

.addedButton {
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    display: block;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 200px;
}

div.addedButton {
    /* margin-top: 50px; */
    text-align: center;
}

/****************************************************************************/
/*****************************Footer****************************************/
/****************************************************************************/
#footer-background {
    display: flex;
    justify-content: center;
    height: 250px;
}

#footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
}

#footer-section-list {
    display: flex;
    height: 100%;
    width: 100%;
}

#footer-section-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
#footer-address {
    margin-top: 15px;
}
#footer-business-name {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bolder;
}
#footer-address-loc {
    font-size: 14px;
}

#footer-hours {
    margin-top: 10px;
    font-size: 14px;
}

#footer-section-middle {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#footer-phone-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 33%;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer-phone-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#footer-phone-img svg {
    height: 25px;
    width: 25px;
}

#footer-phone-text {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

#footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    max-height: 33%;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer-social-list {
    display: flex;
    flex: 1;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    height: 100%;
    flex-wrap: wrap;
}

#footer-social-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

#footer-social-list li a svg{
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-social-list li svg {
    display: flex;
}

#footer-social-list li svg:hover {
    opacity: .65;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    max-width: 40px;
}

#footer-social-container {
    display: flex;
    align-items: center;
    flex: 1;
    max-height: 33%;
}

.footer-social-media a svg{
    width: 40px;
    height: 40px;
}

#footer-section-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    flex: 1;
}

#footer-tags {
    width: 70%;
}

#footer-keys {
    font-size: 10px;
}

#footer-copyright-bottom a {
    text-decoration: none;
}

#footer-social-media svg {
    display: flex;
    background-size: 40px 40px;
}

/**********************************************************************************/
/*********************************Mobile*******************************************/
/**********************************************************************************/
@media screen and (max-width:1250px) {
    #homeButton a,
    #service-nav-button > p {
        width: 80px;
    }

    .header-nav-item,
    #service-nav-button {
        min-width: 80px;
    }
}


@media screen and (max-width:960px) {
    #header-container {
        position: relative;
        top: 0;
        left: 0;
    }
    #header {
        height: auto;
        flex-direction: column;
    }
    #header-flex-logo {
        justify-content: center;
        align-items: center;
        height: 100px;
        padding-top: 15px;
    }
    #header-logo {
        margin-left: 0;
    }
    #logo-image picture img{
        height: 95px;
    }
    #header-flex-info {
        justify-content: space-between;
        align-items: center;
    }
    #header-phone {
        margin: 0;
        margin-top: 15px;
        flex-direction: column-reverse;
    }
    #header-custom-button {
        margin-top: 10px;
    }
    #logon-custom-button {
        margin-top: 10px;
    }
    #header-menu {
        display: block;
        margin-top: 15px;
        margin-right: 0;
    }
    #header-nav-list {
        display: none;
    }
    #small-menulist {
        /* display: none; */
        max-height: 0;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        margin: 0;
        margin-top: 13px;
        min-width: 320px;
        transition: max-height 0.4s ease-out;
        /* height: 200px; */
        overflow: auto;
    }
    #small-menulist li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    #small-menulist li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-decoration: none;
        padding: 5px;
        font-size: 18px;
        text-align: center;
    }
    #small-menulist li:hover a {
        font-weight: bold;
    }
    #small-header-button-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        /* margin-top: 80px; */
    }
    .line1, .line2, .line3 {
        position:relative;
        display:block;
        margin-top:5px;
        width:25px;
        height:3px;
        opacity:1.0;
        border-radius:15%;
    }
    .toggleStyle {
        display: flex!important;
        z-index: 1;
        transition: all .6s ease;
        flex-direction: column;
        justify-content: center;
    }
    .slideDown{
        animation-name: slideDown;
        -webkit-animation-name: slideDown;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: ease;
        -webkit-animation-timing-function: ease;
        visibility: visible !important;
    }
    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(0%);
        }
        100% {
            transform: translateY(0%);
        }
    }

    /*************************Footer********************************/

    #footer-background {
        height: 450px;
    }

    #footer-section-right {
        display: none;
    }

    #footer-section-list {
        flex-direction: column;
    }

    .address {
        text-align: center;
    }

    #footer-hours {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footer-business-name {
        font-size: 24px;
    }
}

@media screen and (max-width:550px) {
    #small-menulist {
        width: 100%;
    }
    #header-menu {
        width: 100%;
    }
    #header-nav-container {
        justify-content: center;
    }

    #small-header-button-wrapper  {
        width: 100%;
    }

    #small-menulist > li {
        width: 35%;
    }
}
        /*****************************Promo Image*************************************/
#promo-image-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 10;
    margin-top: 130px;
    background-color: #ffffff;
}

#about-promo-image {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 99%;
    margin: auto;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}

#promo-image-title {
    font-size: 50px;
    font-weight: 900;
    text-shadow: 6px 6px 8px #000000;
    text-align: center;
    color: #ffffff
}

#promo-image-description {
    font-size: 25px;
    font-weight: 200;
    text-shadow: 2px 2px 4px #000000;
}

#primary-banner-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 30px;
}

#primary-banner-button a {
    text-decoration: none;
    font-size: 16px;
    padding: 10px 22px 10px 22px;
    text-shadow: 4px 4px 8px #262626;
    text-transform: uppercase;
    border: 3px solid;
    box-shadow: 8px 8px 8px #4d4d4d;
}

#primary-banner-button a:hover {
    cursor: pointer;
    box-shadow: none;
}

/*****************************Txt Section***********************************/
#about-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
}
#about-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 1070px;
    padding-left: 20px;
    padding-right: 20px;
}
#about-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
}

#about-thumbnail picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 160px;
}

#about-thumbnail picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.7);
}

#introduction-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 55px;
    padding-bottom: 40px;
}
#introduction-fg {
    width: 100%;
}

#about-title {
    padding-top: 65px;
    font-size: 26px;
    color: #000000
}

.text-content p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000
}

.text-content p a{
    text-decoration: none;
    color: #000000;
}

/*******************************Video Styling******************************/
.video-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 15px;
}

.video-figure > figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.video-figure > figure > iframe {
    width: 100%;
    height: 400px;
    margin: 0;
}

/*******************************Extra Images************************************/
.intro-image {
    width: 100%;
    padding-top: 15px;
}

.intro-image picture img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:1250px) {
    #introduction-fg {
        width: 70%;
    }

    #about-promo-image {
        height: 400px;
        width: 98%;
    }
    #about-container{
        flex-direction: column;
        width: auto;
    }
    #about-thumbnail {
        margin:auto;
    }
}
@media screen and (max-width:1025px) {
    #introduction-fg {
        width: 85%;
    }
}


@media screen and (max-width: 960px) {
    #promo-image-container {
        margin-top: 0px;
    }
    #about-thumbnail {
        /* display: none; */
    }

    #introduction-bg {
        padding: 0;
        /* width: 700px; */
    }
    #about-title {
        padding-top: 30px;
    }

    #about-promo-image {
        height: 400px;
    }
    .video-figure > figure > iframe {
        height: 300px;
    }
}

@media screen and (max-width: 800px) {
    #introduction-bg {
        /* width: 70%; */
    }
}

@media screen and (max-width:760px) {
    #about-promo-image {
        height: 307px;
        width: 97%;
    }
    #about-title {
        padding-top: 20px;
    }
    #introduction-bg {
        /* width: 650px; */
    }
    .text-content p {
        margin-top: 3px;
    }
}

@media screen and (max-width: 650px) {
    #introduction-bg {
        /* width: 85%; */
    }
}

@media screen and (max-width:550px) {
    #about-promo-image {
        height: 225px;
        width: 96.5%;
    }

    #introduction-bg {
        /* width: 375px; */
    }
    #about-title {
        padding-top: 40px;
    }
    .video-figure > figure > iframe {
        width: 100%;
        height: 170px;
        margin: 0;
    }
}
  


.float-parent-element { 
    width: 100%; 
    height: 250px;
    justify-content: center;
    align-items: center;
} 
.float-child-element { 
    float: left; 
    width: 22%; 
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 250px;
        border: 2px solid black;
        background: white;
        justify-content: center;
    align-items: center;
}

.float-child-noborder { 
    float: left; 
    width: 22%; 
    background: white;
    justify-content: center;
    align-items: center;
}

.float-child-wedge { 
    float: left; 
    width: 2%; 
    height: 250px;
    justify-content: center;
    align-items: center;
}
#gallery-header {
    display: flex;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #000
}

/* Styling for the pop-up dialog box */
.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }

  .popup-container img {
    max-width: 100%;
    max-height: 100%;
  }

  .close-popup {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: red;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
html {
  visibility: visible;
  opacity: 1;
}
#tblhdr {
    background: #feffd6; 
}
#tbldata {
    background: white; 
}
.ficontainer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  
  input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 8px;
    font-size: 1em;
    color: #38761d;
  }
  
  .fibutton-wrap {
    position: relative;
  }
  
  .fibutton {
    display: inline-block;
    padding: 5px 5px;
    cursor: pointer;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
    height: 30px; width: 135px;
    background-color: #feffd6;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #38761d;
  }
#atagcolor{
    color:#38761d;
}
