/* mobile portrait layout (767px and less) */
@media only screen and (max-width: 767px){

#logo01 {
	width: 98%;
	padding: 1px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h1 {
	font-size: 10vw;
	font-style: normal;
	font-weight: bold;
	line-height: 0.8em;
	text-align: center;
	background: none;
	color: #123F14;
	text-shadow: 3px 3px #D4D3D0;
	margin: 20px 1px 10px;
}

	h3 {
	font-size: 3vw;
	font-style: normal;
	font-weight: bold;
	line-height: 0.8em;
	text-align: center;
	background: none;
	color: #8EFA00;
	margin: 2px;
}

bodycopy {
	width: 100%;
	max-width: 1022px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p {
	font-size: 3.75vw;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	background: none;
	color: #000;
	padding: 1rem 2rem 1rem;
	}

.column {
 	width: 60%;
  	padding: 10px;
}

/* Left column */
.column.left {
 	width: 100%;
  	border-style: solid;
  	border-width: 0px;
  }

.truck {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  	height: auto;
}

/* Right column */
.column.right {
  	width: 100%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}





}  /* end of mobile portrait layout (767px and less) */

/* NOT USED 






*/