.centerFloat{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -105px;
}
div #siteName{
  visibility: visible;
}

.watermark{
	opacity: .05;
	z-index: -1;
	position: relative;
	size: 70vw;
}
.container-overlap{
	position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  display: block;
}

.info {
  border: solid 2px;
  border-radius: 8px;
  margin: 80px 80px 1em 80px;
  padding: 1em 2em 1em 2em;
  width: 90%;
}

.infoText{
  text-align: left;
  margin: auto;
}
.infoBook img{
  width: 100%;
  max-width: 200px;
}
.infoBook p{
  text-align: center;
}
.infoBook{
  padding: 1em;
}
.titleStyle{
  font-weight: bold;
  font-style: italic;
}

#retailers{
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#retailers a img{
  height: 80px;
  width: auto;
  border-radius: 4px;
  margin: 8px;
}

.footnote {
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
}

@media only screen and (max-width: 768px) {
  .info {
    margin: 80px 20px 20px 20px;
    padding: .5em 1em .5em 1em;
    width: 90%;
  }
  .infoText, .infoBook{
    font-size: 1em;
  }
  div h2{
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  #retailers a img{
    height: 60px;
  }
}
