/* joetyndall.com style sheet for landing page */

body {
  background-color: #dddddd;
  background-image: url("z/wood.jpg");
}

html {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  min-height: 100%;
  font-family: Arial, Sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: normal;}

.div01 {
  width: 860px;
  margin: auto;
  height: 100%;
  margin-top: 10px;
  padding: 10px 10px 0px 10px;
  border-radius: 12px;
  background-image: linear-gradient(to bottom right, #CBDDEB, #72A2C9);}

.div03 {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  background-color: #ffffff;
  border-collapse: collapse;
  border-radius: 8px;}

.spacer {
  height: 10px;}

a:link, a:visited {
  color: #000000;
  text-decoration: none;}

a:hover {
  color: #ff0000;}

img {
  width: 100%;
  padding: 0px;
  border-radius: 8px;}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 0px;}

td {
  vertical-align: top;
  border: 0;
  border-collapse: collapse;
  text-align: left;
  padding: 0px;}

p {
  font-family: Arial, Sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: normal;
  margin: 0px;}

p.p01 {
  font-size: 1.7em;
  font-weight: bold;}

p.p02 {
  font-size: 1.2em;
  font-weight: bold;}

p.p03 {
  font-size: 1.0em;
  font-weight: bold;}

input[type="text"] {
  width: 500px;
  padding: 2px;
  text-align: left;
  font-size: 1em;
  margin: 1px;
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 6px;
  box-sizing: border-box;}

textarea {
  rows: 10;
  padding: 2px;
  font-size: 1em;
  line-height: 1.5;
  margin: 1px;
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 6px;}


#resp-scale {
  width: 100%;
  height: auto;}

button {
  border: 0px;
  vertical-align: middle;
  text-align: left;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  outline: none;
  line-height: 100%;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  background-image: linear-gradient(to bottom, #F4F3E7, #C6B665);}

button:hover {
  cursor: pointer;
  color: #29f3f5;}

@media screen and (max-width: 905px) {
  .div01 {
    width: auto;
    margin: 15px 0px 0px 0px;}}
