* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}
html {
  width: 100%; 
  height: 100%; 
  min-height: 100%;
  overflow: hidden;
}
body {
  cursor: default;
  margin: 0 0 0 0; 
  padding: 0; 
  background: #000000; 
  color: #666666; 
  height: 100%; 
  min-height: 100%;
  width: 100%; 
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  padding: 25px;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  opacity: 0.1;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 100%;
  min-height: 100%;
}
#theWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
}
#myHeader {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
#myMenu {
  position: relative;
  width: 100%;
  margin: auto;
}
#myContent {
  position: relative;
  width: 100%;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
}
#myFooter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1030;
}
#foorterMore:hover {
  cursor: pointer;
}
.linkIt button {
  background-color: gray;
  border: 1px solid lightgray;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.1s ease;
  box-shadow: 2px 2px 5px 2px darkgray;
}
.linkIt button:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}
.linkIt button:active {
  background-color: lightgray;
  color: white;
  box-shadow: 0px 2px darkgray;
  transform: translateY(2px);
  font-size: 0.9em;
}
.linkIt button:focus {
  background-color: white;
  color: black;
  box-shadow: 0px 0px;
  font-size: 0.9em;
  transform: translateY(2px);
}
.linkItActive {
  background-color: white;
  color: black;
  font-size: 0.9em;
  box-shadow: inset 2px 2px 5px 2px darkgray;
}
.linkItActive button {
  background-color: white;
  color: black;
  font-size: 0.9em;
  box-shadow: inset 2px 2px 5px 2px darkgray;
}

.padIit5 {
  padding: 5px;
}
.padIit10 {
  padding: .4em 1em;
}
.contentBox {
  background-color: white;
}
.titleBar {
  color: black;
  font-size: 1.1em;
  background-color: #cccccc;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
}
.boxContent {
  color: black;
  font-size: 1em;
  background-color: white;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
}
.blur-effect {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.ofY {
  overflow-y: scroll;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.prodImages {
  min-width: 90px;
  max-width: 300px;
  min-height: 90px;
  max-height: 300px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 5px 2px darkgray;
  padding: 0px;
  cursor: pointer;
}
.menuButt {
  font-size: 0.5em;
}
.headText {
    position: relative;
    top: 50%; 
    right: 50%;
    transform: translate(50%,0%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    text-shadow: 
        1px 1px 1px gray,
        1px 2px 1px gray,
        1px 3px 1px gray,
        1px 4px 1px gray,
        1px 5px 1px gray;
}
#DnT {
  font-size: 0.5em;
}
.hideItSmall {
  display: inline-block;
}
.hideItLarge {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .menuButt {
    font-size: 1em;
  }
  #DnT {
    font-size: 0.75em;
  }
  .headText {
    font-size: 2.5em;
    text-shadow: 
        1px 1px 1px gray,
        1px 2px 1px gray,
        1px 3px 1px gray,
        1px 4px 1px gray,
        1px 5px 1px gray;
  }
}
@media screen and (min-width: 1024px) {
  #DnT {
    font-size: 1em;
  }
  .headText {
    font-size: 5em;
    text-shadow: 
        1px 1px 1px gray,
        1px 2px 1px gray,
        1px 3px 1px gray,
        1px 4px 1px gray,
        1px 5px 1px gray;
  }
  .hideItSmall {
    display: none;
  }
}
@media screen and (min-width: 2048px) {
  .headText {
    font-size: 10em;
    text-shadow: 
        1px 1px 1px gray,
        1px 2px 1px gray,
        1px 3px 1px gray,
        1px 4px 1px gray,
        1px 5px 1px gray;
  }
  .hideItSmall {
    display: none;
  }
}
