body {
	font-family: Arial, Helvetica, sans-serif;
	color: peachpuff;
	margin: 0;
	background-color: black;
}

@media only screen and (max-width: 768px) {
  #peachGlobe {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 480px) {
  #peachGlobe {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  #poetLogo {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 480px) {
  #poetLogo {
    width: calc(100% - 20px);
  }
}

#footLinks {
	line-height: 1.8;
}

.disclaimerContainer {
	border-top: 2px solid chocolate;
	border-bottom: 2px solid chocolate;
}

.disclaimer {	
	font-size: clamp(12px, 1.2vw, 18px);
	width: 65vw;
	max-width: 800px;
}

.emailLink {	
	font-size: clamp(12px, 1.8vh, 24px);
	max-width: 750px;
}

.aboutme {
	max-width: 800px;
	width: 65vw;
	font-size: 18px;
}

.aboutme::first-letter {
	font-size:150%;
	font-weight:bold;
	font-style: oblique;
}

.menuDiv {
	background-color: peachpuff;
	width: 100vw;
	padding-top: 1vh;
	font-size: clamp(12px, 1.2vw, 110%);
	line-height: 2.0;
	color: saddlebrown;
    background-image: linear-gradient(to bottom, saddlebrown, chocolate, peachpuff, peachpuff);
}

.linkArea {
	max-width: 800px;
}

.logo {
    background-image: linear-gradient(to bottom, peachpuff, black, black, black);
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}

h1 {
	font-weight: bold;
	font-size: 150%;
	max-width: 800px;
	width: 65vw;
	line-height: 1.2;
}

#submit {
	border-style: single;
	border-width: 5px;
	border-color: saddlebrown;
	border-radius: 10px 10px 10px 10px;
	background-color: peachpuff;
	font-weight: bold;
	font-size: 100%;
	width: 50%;
	max-width: 300px;
	height: 40px;
	margin: 0 auto;
}

a {
	color: saddlebrown;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 2px 2px 0px 1px chocolate;
	border: 1px solid chocolate;
	background-color: peachpuff;
	padding: 2px;
	border-radius: 5px;
	text-shadow: 0.3px 0.3px chocolate;
}
a:visited {
	color: saddlebrown;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: chocolate;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0.3px 0.3px saddlebrown;
}
a:active {
	color: chocolate;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-top: 2px;
	text-shadow: 0.3px 0.3px saddlebrown;
}

.formContainer {
	width: 60vw;
	max-width:800px;	
}

fieldset {
	border-style: solid;
	border-width: 5px;
	border-color: saddlebrown;
	border-radius: 40px 0px 40px 0px;
}

table {
	max-width: 650px;
	width: 65vw;
	padding: 0px;
	border-spacing: 0px;
	border: 5px outset peachpuff;
}

th {
	background-color: saddlebrown;
	font-size: 24px;
	font-weight: bold;
	border: 1px solid;
	border-color: peachpuff;
	padding: 2px;
}

td {
	background-color: peachpuff;
	font-size: 18px;
	font-weight: bold;
	color: saddlebrown;
	border: 1px solid;
	border-color: saddlebrown;
	padding: 2px;
	text-align: center;
}

#apptForm td{
	vertical-align: top;
	padding-bottom: 15px;
}

#scheduleButton td{
	vertical-align: center;
}

#addinfo {
	width: 92%;
	resize: none;
}

#imgBanner {
	width: 60vw;
	max-width: 650px;
}

#tempSched {
	width: 60vw;
	max-width: 600px;
	text-align: left;
}

#apptBtn {
	font-size: 150%;
}