html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset */


.banner {
  width: 1521px;
}

/* start of nav bar */

body {
  margin: 0;
  padding: 0;
  background-color: rgb(138, 137, 137);
  padding-bottom: 20px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}

ul {
  display: flex;
  gap: 160px;
  justify-content: center;
}

li {
  font-size: large;
}

/* end of nav bar */

.footer {
  font-size: small;
  color: white;
}

/* contact form start */

.button {
  border: none;
  background-color: rgb(233, 231, 231);
  padding: 5px 12px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  color:#333333;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  font-size: large;
}

.button:hover {
  background-color:#565656;
  color: white;
}

.redstar {
    color: red;
}

input {
    height:30px;
    width:89%;
    display: block;
    margin: 0 auto;
}

textarea {
    width:89%;
    display: block;
    margin: 0 auto;
}

form {
    background-color:white;
    padding-bottom: 25px;
    padding-top: 10px;
}

.white {
background-color: white;
padding-bottom: 30px;
}

h1 {
  font-size: larger;
  font-weight: bold;
  padding-left: 80px;
  color: #333333;
}

h2 {
  font-size: xx-large;
  font-weight: bold;
  color:#333333;
  text-align: center;
}

.dashed {
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.space {
  padding-bottom: 12px;
}

/* people contact info */

h3 {
  font-size: larger;
  font-weight: bold;
  color:#333333;
  text-align: center;
}

.information {
  color:#333333;
  text-align: center;
}



/* media queries */

@media screen and (min-width: 1024px) {


}

@media screen and (min-width: 0px) and (max-width: 410px) {

h1 {
  font-size: large;
  font-weight: bold;
  padding-left: 80px;
  color: #333333;
}

h2 {
  font-size: x-large;
  font-weight: bold;
  color:#333333;
  text-align: center;
}

.dashed {
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.space {
  padding-bottom: 12px;
}

/* people contact info */

h3 {
  font-size: large;
  font-weight: bold;
  color:#333333;
  text-align: center;
}

.information {
  color:#333333;
  text-align: center;
}

.banner {
  width: 410px;
}

}
