/* site.css */
header {
  background-color: black;
  font-size:100px;
  text-align: center;
  font-family: arial, sans-serif;
  font-weight: bold;
  padding: 20px;
  text-shadow: 2px;
  color: darkred;
}
footer {
  background-color: lightgray;
  border: solid 1px black;
  /*font-family: 'Times New Roman', serif;*/
}

footer {
  padding: 10px;
  border-radius: 3px;

}

footer div {
  width: 300px;
  text-align: center;
  display: inline-block;
}

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: darkred;
}

html, body {
  padding: 0;
  margin: 0;
}




.container {
  width: 80%;
  margin: 0 auto;
  background-color: white;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.column {
  flex: 33%;

}


#main {
  
  color: #202020;
  margin: 20px 0;
  padding: 5px;
}

#mainpics {
  width: 250px;
  height: 150px;
}

#shoppics {
  width: 250px;
  height: 150px;
}

#nav {
  width: 130px;
  float:left;
}

#navlist {
  padding: 10px;
  list-style: none;
}

#content {
  width: auto;
  text-align: center;
  position: static;
  margin-left: 140px;
}

#nav #content {
  position: relative;
}


#contact-container {
  height: auto;
  width: 40%;
  text-align: center;
  display:inline-block;
  float: left;
}

#contact-section {
  width: 40%;
  text-align: right;
  display: inline-block;
  height: auto;
}

#contact {
  width: auto;
  height: auto;
  position: relative;
  margin-left: 140px;
}

#hours {
  list-style: none;
}

#servicelist {
  list-style: none;
}













