@font-face {
   font-family: 'forgotten_futurist_rg';
    src: url('fonts/forgotten_futurist_rg-webfont.woff2') format('woff2'),
         url('fonts/forgotten_futurist_rg-webfont.woff') format('woff'),
         url('fonts/forgotten_futurist_rg.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: ptsans-narrow;
  src: url(fonts/ptsans-narrow-web-regular.ttf);
}
@font-face {
  font-family: glimmer_of_light;
  src: url(fonts/glimmer_of_light.ttf);
}

/* Formatting and Text */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color : transparent;
  overflow-x: hidden;
  font-family: ptsans-narrow;
  font-size: 18px;
}

h3 {
  width: 100%;
  text-align: center;
  font-family: "glimmer_of_light", Times, serif;
  font-size: 24px;
  margin-top: 85px;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
#container{
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#statustable {
  font-family: "forgotten_futurist_rg";
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#status {
  background-image: url(images/status.png);
  width: 276px;
  height: 89px;
  background-repeat: no-repeat;
}
#contacttable {
  text-align: center;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
}
#contacttable2 {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  color: red;
  margin-top: 15px;
  margin-bottom: 20px;
}
#contacttable img {
  width: 40px;
  height: 40px;
}

/* buttons */
.buttondepress {
  cursor: pointer;
}
.buttondepress:active img{
  transform: translate(2px,2px);
}

hr {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.sectionLinks {
  font-family: "forgotten_futurist_rg";
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-top: -8px;
  margin-bottom: -8px;
}

/* link style */
.phone{
  text-decoration: none;
}
a.phone:link, a.phone:visited {
  color: #3d7d1e;
}
a.phone:hover {
  color: #56b627;
}
a.phone:active {
  color: #fff5a4;
}

.email{
  text-decoration: none;
}
a.email:link, a.email:visited {
  color:#2f65ff;
}
a.email:hover {
  color: #6c8cda;
}
a.email:active {
  color: #fff5a4;
}

/* custom fonts for things */
#webfont3 h2{
  font-family: "forgotten_futurist_rg";
}
#map{
  width: 180px;
  float: right;
  padding-left: 15px;
}

/* loading screen */
#waiting {
  width: 100%;
  height: 90vh;
  text-align: center;
}
#waiting img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}

/* About page */
#tableDiv {
  text-align: center;
  width: 200px;
  float: right;
  margin-left: 15px;
}
#tableDiv img {
  width: 180px;
}
#tableDiv table, #tableDiv td {
  border: 1px solid gray;
}
#aboutTable {
  border-spacing: 0;
  font-size: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.leftCell {
  text-align: right;
}
.rightCell {
  text-align: left;
}
#aboutBtm {
  text-align: right;
  margin-right: 30px;
}

/* TOS pages */
#shippingTable {
  font-family: Arial, Helvetica, sans-serif;
  border-spacing: 0;
  font-size: 15px;
  width: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#shippingTable td {
  border: 1px solid gray;
}
.tableHeader {
  background-color: #999999;
}
.quote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.source {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: right;
  width: 300px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
#plantingdepth {
  width: 500px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  border: 2px solid #555;
}
.signature {
  text-align: right;
  width: 90%;
  padding-right: 10px;
}
.loadReplace img {
  margin-top: 15px;
  width: 36px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
#TOSfooter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
  width: 100%;
}
.TOSleftCell {
  width: 40%;
  text-align: left;
}
.TOSrightCell {
  width: 40%;
  text-align: right;
}

.book {
  width: 80px;
  float: left;
  margin-right: 15px;
}

@media screen and (orientation: portrait) and (max-width: 400px){

h3 {
  font-size: 18px;
}
body {
  font-size: 20px;
}
.sectionLinks {
  font-size: 20px;
}
#tableDiv {
  width: 170px;
  margin-left: 10px;
}
#tableDiv img {
  width: 150px;
}
#plantingdepth {
  width: 300px;
}

}

@media screen and (orientation: portrait) and (min-width: 400px){

h3 {
  font-size: 20px;
}
body {
  font-size: 22px;
}
.sectionLinks {
  font-size: 20px;
}
#contacttable {
  font-size: 20px;
}
#tableDiv {
  width: 170px;
  margin-left: 10px;
}
#tableDiv img {
  width: 150px;
}
#plantingdepth {
  width: 350px;
}

}

@media screen and (orientation: portrait) and (min-width: 500px){

h3 {
  font-size: 22px;
}
body {
  font-size: 22px;
}
.sectionLinks {
  font-size: 22px;
}
#tableDiv {
  width: 200px;
  margin-left: 15px;
}
#tableDiv img {
  width: 180px;
}
#plantingdepth {
  width: 400px;
}

}

@media screen and (orientation: portrait) and (min-width: 600px){

h3 {
  font-size: 24px;
}
body {
  font-size: 24px;
}
#plantingdepth {
  width: 500px;
}

}

@media screen and (orientation: portrait) and (min-width: 960px){


}

