/* webstyle.css */

html, body, footer {  
  margin-left: 80px;
}

header {
  background-color: black;
  font-size: 36px; 
  color: white; 
  height: 70px;
  margin-left: -90px;

  /*font-family: 'Times New Roman', serif;*/
}

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #FFD883;
  margin-top: 0;
  margin-right: 0;
}

footer {
  padding: 10px;
  color: #FFFFFF;
  background-color: black
}

linkfont1 {
  color: #444444;
  text-decoration: underline;
  padding-left: 10px;
  /*font-weight: bold;*/
  text-shadow: 0px 0px .2px #000000;
}

linkfont2 {
  color: white;
  text-decoration: underline;
}

linkfont3 {
  color: white;
  text-decoration: underline;
}

#main {
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #202020;
  margin: 20px 0;
  padding: 5px;
}

#secondary {
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #ff0000;
  margin: 20px 0;
  padding: 5px;
}

#secondary h3 {
  color: #0066ff;
  letter-spacing: 7px;
}

#results {
  padding: 2px;
  width: 600px;
  display: inline-block;
  vertical-align: top;
}

.menubutton {
  position: fixed;
  top: 0;
  left: 0px;
}

.cartbutton {
  position: fixed;
  top: 0;
  right: 0;
}

.header {
  position: absolute;
  right: 0;
  top: 0;
  left: 0px;
}

.headertext{
  position: center;
  text-indent: 0px;
  padding:8px;
}

.searchbar{

}

.body{
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("background.jpg");
  background-size: cover;
  filter: blur(5px);
  z-index: -1;

}

.sidebar{
  height: 100%; 
  width: 160px; 
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 70px; /* Stay at the top */
  left: 0;
  background-color: black;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  color: white;
}

.footer {
  text-align: center; 
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

