/* site.css */
html {
  width: 99%;
  height: 100%;
}

header, footer {
  background-color: lightgray;
  border: solid 1px black;
}

footer {
  padding: 10px;
  border-radius: 3px;
  margin-top: 50px;
}

body {
  font-family: arial;
  font-size: 14px;
  background-color: darkblue;
}

nav {
  float: right;
  margin-right: 10px;
}

nav a {
  display: inline-block;
  font-size: 25px;
  padding: 2px;
}

strong {
  font-size: 25px;
  padding: 2px;
}

table {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border: 5px;
}

table img {
  width: 250px;
  height: 200px;
}

figcaption {
  text-align: center;
  font-size:  25px;
}

.logo {
  border: solid 1px #444;
  border-radius: 2px;
  padding-left: 300px;
  padding-bottom: 35px;
}

#main {
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #202020;
  padding-left: 55px;
  font-size: 25px;
  margin-top: 3px;
}

.marg {
  margin-top: 250px;
  text-align: center;
}

.container {
  width: 100%;
  background-color: lightblue;
  padding: 5px;
}

.info {
  border: solid 1px #444;
  border-radius: 2px;
  padding-left: 50px;
  font-size: 35px;
}

.us {
  margin: auto;
  width: 50%;
  border: 3px solid black;
  padding-top: 5px;
}

#hours {
  float: left;
  border: solid 1px #444;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  background-color: yellow;
  text-align: center;
}

.backgrnd {
  background-color: lightblue;
}

#faqanswers {
  font-size: 15px;
  border: solid 1px #444;
}

.storefront {
  float: right;
  text-align: left;
}

.storefront img {
  margin-top: 8.5px;
  margin-left: 5px;
  display: inline;
}

.list {
  margin-top: 5px;
  font-size: 50px;
  text-align: center;
}

.list h2 {
  text-align: center;
}

#csaws {
  text-align: center;
  font-size: 35px;
  text-decoration: underline;
}

#tsaws {
  text-align: center;
  font-size: 35px;
  text-decoration: underline;
}

#tsets {
  text-align: center;
  font-size: 35px;
  text-decoration: underline;
}

#sand {
  text-align: center;
  font-size: 35px;
  text-decoration: underline;
}
