@media only screen and (max-width: 931px){
* {
    font-family: "Helvetica", "Arial", sans-serif;
    color: #443d3d;
    box-sizing: border-box;
    /*border: 1px solid red;*/
}
body {
    width: 100%;
    margin: 0 auto;
}
 li {
    text-decoration: none;
}
.brand {
  visibility: hidden;
  display: none;    
}
#farm {
    width: 100%;
}
p {
    font-size: 1.2em;
}
/* COLUMNS */
#form {
    width: 100%; 
    align-content: center;
    clear: both;
}
h2 {
    font-family: "Bodoni MT", "Didot", "Didot LT STD", "Hoefler Text", "Garamond", "Times New Roman", serif;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 1.4em;
    padding-top: 1.5em;
}
h3 {
    font-family: "Bodoni MT", "Didot", "Didot LT STD", "Hoefler Text", "Garamond", "Times New Roman", serif;
    display: block;
    margin: auto;
    font-size: 1.3em;
    padding-top: 1em;
}
.row {
    width: 100%;
    float: left;
    padding: 1em 1em 0 1em;
}
#how-to {
    padding-bottom: 1em;
}
#vendors {
    width: 100%;
    float: left;
    padding: 2.5em 1em 0 1em;
}
.full {
    display: block;
    width: 100%;
    margin: auto;
}
#contact-photo{
    display: block;
    width: 100%;
    padding: 1em 6em 0 em;
    margin-bottom: -10%;
}
#root {
    margin-bottom: -10%;
}
#mobile-img {
    overflow: hidden;
}
main {
    width: 60%;
    margin: auto;
    padding-left: 10%;
}
#col-1 {
    width: 100%;
    float: left;
    padding: 1em 1em 0em 1em;
}
#col-2 {
    width: 100%;
    float: left;
    padding: 0em 1em 0em 1em;
}
.button {
    background-color: #443d3d;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin: auto;
    cursor: pointer; 
}
.button-submit {
    background-color: #443d3d;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    display: block;
    cursor: pointer;
    margin-bottom: 2em;
}
#col-1-mid {
    padding-top: 2em;
}
#col-1-bottom {
    display: block;
    width: 100%;
    height: 3em;
}
#col-2-bottom {
    display: block;
    width: 100%;
    height: 4em;
}
.v-title {
    color: #ae0001;
    font-size: 1em;
}
#vendor-list li {
    text-decoration: none;
    list-style-type: none;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* END COLUMNS */

/* FOOTER STYLES */

footer {
    display: inline-block;
    background-color: #443d3d;
    width: 100%;
    padding: 2em 1em 1em 1em;
}
.foot{
    color: #fff;
    line-height: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}
.footer-content {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#logo2 {
    width: 20%;
    align-items: center;
    clear: both;
    padding: 1em;
}
/*#footer-left {
    text-align: left;
}
#footer-right {
    text-align: right;
}*/
#copy {
    font-size: .8em;
    display: block;
    width: 100%;
    text-align:center;
    color: #fff;
    height: 3em;
    padding-top: 1em;
    padding-bottom: .7em;
    clear:both;
}
li span {
  visibility: hidden;
  display: none;
}
#mobile-arrow {
    color: #fff;
    font-size: .9em;    
}
   
}
/* END FOOTER STYLES */