body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    background-color: #fcfcfc;
    color: #330000;
    background-image: url("background_cropped.jpg");
    background-size:cover;
}

.long-body{
    background-image: none;
    background-color: #efdfff;
    background-color: #f7efff;
}

.menu-bar {
    background-color: #7F00FF;
    border: 1px solid #330000;
    height: 6em;
    height:auto;
    display: block;
}

.menu-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    justify-content: space-around;
    position: relative;
    right: 3em;
    top: 1.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.menu-bar ul li {
    display: flex;
    font-size: large;
    padding-left: 1em;
}

.menu-bar ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu-bar ul li a:hover {
    background-color: #20b06a;
    color: #330000;
}

.mobile{
    display: none;
}

/*changed from 600px to 715px as a bandage for the now overpopulated nav bar*/
@media (max-width: 865px) {
    .menu-bar {
        display: flex;
        height: auto;
        width: 100%;
        border: 0em;
    }

    .menu-bar ul {
        flex-direction: column;
        position: inherit;
        width: 90%;
        margin: auto;
        align-items: flex-start;
        align-items: center;
        padding: .5em;
    }

    .menu-bar ul li {
        padding: 7px 8px;
    }

    #logo{
        display: none;
    }

    .mobile {
        display: inherit;
    }

    .big{
        display: none;
    };
}

.green-box {
    background-image: linear-gradient(to right, #10A63B, #20b06a);
    padding: 40px;
    text-align: center;
    font-variant: small-caps;
    position: relative;/*test*/
}

.little-green-box{
    background-image: linear-gradient(to right, #10A63B, #20b06a);
    /*width: 70%;*/
    padding: .5em;
    margin: auto;
    margin-bottom: 1em;
    text-align: center;
    font-variant: small-caps;
    position: relative;/*test*/
}

.litte-green-box h1{
    margin: 0;
    font-size: 3.75em;
    color: #330000;
}

.green-box h1 {
    margin: 0;
    font-size: 5em;
    color: #330000;
}

.green-box h2 {
    margin: 10px 0 0 0;
    font-size: 1.5em;
    color: #330000;
}

main {
    padding: 20px;
}

.Main-para{
    width: 70%;
    padding: 1em;
    border-radius: 1em;
    margin: auto;
    margin-top: 1em;
    background-color: rgba(252, 252, 252, .75);
    font-size: 1.4em;
}

.Subheading {
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-size: 1.45em;
}

.contact-button, .submit-button {
    min-width:fit-content;
    display: flex;
    justify-content: center;
    background-color: #20b06a;
    color: #330000;
    border: none;
    padding: 1em 1.5em;
    font-size: .80em;
    cursor: pointer;
    border-radius: 1em;
    width: 12.5%;
    margin: auto;
    margin-top: 1em;
}

.schedule-button{
    min-width:fit-content;
    display: flex;
    justify-content: center;
    background-color: #20b06a;
    color: #330000;
    border: none;
    padding: 1em 1.5em;
    font-size: 1em;
    cursor: pointer;
    border-radius: 1em;
    width: 12.5%;
    margin: auto;
    margin-top: 1em;
}

.contact-submit{
    min-width:fit-content;
    display: flex;
    justify-content: center;
    background-color: #20b06a;
    color: #330000;
    border: none;
    padding: 1em 1.5em;
    font-size: .80em;
    cursor: pointer;
    border-radius: 1em;
    width: 15%;
    margin: auto;
    margin-top: 1em;
}

.contact-button:hover, .submit-button:hover .contact-submit:hover{
    background-color: #7F00FF;
    color: white;
}

.FAQs {
    width: 60%;
    padding: 1em;
    border-radius: 1em;
    margin: auto;
    margin-top: 1em;
    background-color: rgba(252, 252, 252, .75);
}

.shown{
    display: block;
}

.hidden{
    display: none;
}

.question{
    margin-bottom: 0em;
    position: relative;
    left: .25em;
    font-size: 2em;
    font-weight: 500;
}

.answer{
    position: relative;
    left: 1.25em;
}

.faq-section {
    margin-top: 40px;
}

.faq-section h1 {
    background-color: #20b06a;
    padding: 20px;
    border-radius: 5px;
    color: #330000;
    text-align: center;
}

.faq-section h2 {
    margin-top: 20px;
    font-size: 1.2em;
    color: #330000;
}

.faq-section p {
    margin: 5px 0 20px 0;
    color: #330000;
}

.qButton{
    margin-bottom: 0em;
    position: relative;
    left: .25em;
    font-size: 2em;
    font-weight: 500;
    margin-bottom: .25em;
    margin-top: .25em;
    background: inherit;
    border:none;
    
}

.button-box{
    position: relative;
    border-style: outset;
    border-top:none;
    border-left:none;
    border-right: none;
    border-bottom-width: .01em; /*TODO: clean up border*/
    width: 45%;
    left:25%;
}
/* Part of the old dropdown style FAQ page
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 3em;
    margin-bottom: .25em;
    
  }

.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}*/

.pickup-form{
    font-size: 1.5em;
    background-color: rgba(252, 252, 252, .7);
    width: 70%;
    position: relative;
    margin: auto;
    padding: 1em;
}

#contact-form-large,#request-form-large{
    font-size: 1.5em;
    background-color: rgba(252, 252, 252, .7);
    width: 50%;
    position: relative;
    padding: 1em;
    margin: auto;
}

#contact-form-small,#request-form-small{
    font-size: 1.5em;
    background-color: rgba(252, 252, 252, .7);
    width: 90%;
    position: relative;
    padding: 1em;
    margin: auto;
}

.section-header{
    font-size: 1.6em;
    text-decoration: underline;
    text-underline-offset: .1em;
    text-decoration-thickness: 2px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin-bottom: 1em;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 33%;
}

.contact-col{
    display: flex;
    position: relative;
    flex-direction: column;
    flex-basis: 70%;
    left: 2%;
}

.prompt{
    font-size: .9em;
}

.note{
    font-size: .7em;
    margin: 0.2em;
}

.pickup-text{
    width: 100%;
    height: 3em;
}

#question,#Surplus-and-Detials{
    width: 100%;
    height: 5em;
    margin: .25em;
}

#question-m,#Surplus-and-Detials-m{
    width: 90%;
    height: 6em;
    margin: .25em;
}


input{
    position: relative;
    border-radius: .25em;
    width: 70%;
    border-width: .1em;
    padding: .2em;
    margin: .25em;
    font-size: .7em;
}

/*changed from 600px to 715px as a bandage for the now overpopulated nav bar*/
@media (max-width: 865px) {
    .Main-para{
        font-size: 1.1em;
    }

    .Subheading {
        text-align: center;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        font-size: 1.2em;
    }

    .FAQs{
        width: 90%;
    }
    .question{
        font-size: 1.2em;
        font-weight: 700;
    }

    .answer {
        font-size: 1em;
        left: .3em;
    }

    .section-header {
        font-size: 1.2em;
        text-decoration-thickness: 1px;
    }

    input {
        font-size: .6em;
    };
}

.mobile-column{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    font-size: .5em;
}

.mobile-pickup-form{
    font-size: 1.5em;
    background-color: rgba(252, 252, 252, .7);
    width: 90%;
    position: relative;
    margin: auto;
    padding: 1em;
}

.ty-message{
    width: 70%;
    padding: 1em;
    border-radius: 1em;
    margin: auto;
    margin-top: 1em;
    background-color: rgba(252, 252, 252, .75);
    font-size: 1.7em;
    text-align: center;
}

#contact-ty,#quote-ty{
    display: none;
}

#quote-res,#contact-res{
    display: none;
}

.small-screen-label{
    position: relative;
    top: .5em;
    font-size: .6em;
}


table {
    min-width: 80%;
    max-width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    padding: 1em;
    border-radius: 1em;
    margin-top: 1em;
    background-color: rgba(252, 252, 252, .75);
    font-size: 1.4em;
}

th{
    border: 1px solid rgb(0,0,0);
}

td{
    border: 1px solid rgb(116, 116, 116);
}

th, td {
    padding: 12px;
    text-align: center;
}

th {
    cursor: pointer;
    background-color: #20b06a; /* Green accent */
    color: #330000; /* Black accent */
}

th:hover {
    background-color: #7F00FF; /* Purple accent on hover */
}

table img {
    border-radius: 3px;
    min-width: 3em;
    min-height: 3em;
    max-width: 5em;
    max-height: 5em;
}

.SubPara{
    width: 80%;
    margin: auto;
    align-content: center;
}

.right-tab {
    margin-left: 10%;
}

.in-text-link,.common-text-link{
    text-decoration: none;
    color: #7F00FF;
}

.up-arrow{
    display: inline-block;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid black;
}

.down-arrow{
    display: inline-block;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    border-bottom: 5px solid transparent;
}

#searchInput{
    width: 50%;
    position: relative;
    margin-left: 25%;
}

.mobile-li{
    list-style-type: none;
}