@import url('https://fonts.googleapis.com/css?family=Alike Angular');
*{margin:0;padding:0; 
	font-size: 1em;color:#00F;}

html{ box-sizing:border-box;font-size:14px;} /* Sets 1em = 12px */
html, body {
    height: 100%; width:100%;
}
.burger {margin-left:40px;font-size:14px;line-height:15px;}
#output_image
{
 max-width:300px;
}
body {
	font-family: 'Alike Angular', serif;
    color:#00F;
	border: 0;
	margin: 0;
	padding: 0;
	background-color:yellow;
	text-align:left;
}
#cartContainer::-webkit-scrollbar {display:none;}
img, ul, ul li{
	padding: 0;
	padding-top:1px;
	border: 0;
	margin: 0;
}
#horiz {margin-top: -5px;}
h2{ font-family:'Alike Angular', serif; line-height:3em; padding-top:20px;}
ul {
    list-style:none;
	margin-left:40px;
}
ul li {
    display:inline-block;
    /*width:20%;*/
}
ul li{
  display: inline-block; border: 0;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	color: #00F;
}
.dropbtn {	font-family:'Alike Angular', serif;}
.dropdown:hover, a:hover, a:focus, button:hover {font-family:'Alike Angular', serif; }
textarea {width:100%;}
.dropbtn button, button {

  background-color:yellow;
  border: none;
  cursor: pointer;
}
.dropbtn a {display:block;}
.dropdown, .dropdown a{
background-color:yellow;
  position: relative;

  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-left:-12px;
  padding:12px;
  background-color: yellow;
  max-height:80vh;
  opacity:0.9;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  font-weight:400;
  overflow:scroll;
}
.floating-box:hover .floatover, .carousel2:hover .floatover{
  background-color:#00f;
  opacity:0.9;
}
/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: yellow;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.divider {background-color:yellow;width:50%;}
.filtered {z-index:100;
  background:#03F;
}
.eye {mix-blend-mode:initial;min-height:50% !important; width:100% !important;height:60%;max-height:60%;margin-top:20%;-webkit-filter: invert(99%) sepia(1%) saturate(6926%) hue-rotate(202deg) brightness(123%) contrast(100%) !important;filter: invert(99%) sepia(1%) saturate(6926%) hue-rotate(202deg) brightness(123%) contrast(100%) !important;z-index:200;}
.eye_icons{mix-blend-mode:initial;min-height:1em !important; max-width:50% !important;height:1em;width:auto !important;max-height:1em;top:50%;margin-top:-6em;-webkit-filter: invert(99%) sepia(1%) saturate(6926%) hue-rotate(202deg) brightness(123%) contrast(100%) !important;filter: invert(99%) sepia(1%) saturate(6926%) hue-rotate(202deg) brightness(123%) contrast(100%) !important;z-index:200;}
.filtered img { 
  mix-blend-mode: screen;
  -webkit-filter: grayscale(100%) contrast(100%);
  filter: grayscale(100%) contrast(100%);
  opacity: 1;
}
.abouttext {background-color:#00F;color:#FFF;
 font-size:1.8em;position:absolute;
 width:80vw;padding: 6px 12px;left:10vw;opacity:0.8;
height:80vw;z-index:400;}
 .floattext2 {
 background-color:#00F;
 color:#FFF;
 font-size:1.8em;
 margin-right:3em;
 position:absolute;
 width:calc(40vw - 24px);
height:40vw;
 left:0;
 top:0px;
 text-transform: capitalize;
 text-align:center;
 padding: 6px 12px;
 margin-top:0px;
  z-index:200;
display: block;}
.floattext {
 background-color:#00F;
 color:#FFF;
 position:absolute;
 width:calc(100% - 22px);
height:calc(100% - 12px);
 left:0;
 bottom:0px;
 font-size:smaller;
 text-transform: capitalize;
 padding: 6px 12px;
 margin-top:0px;
  z-index:200;
display: block;
  /*-webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;*/
}
.floatover{
opacity: 0;
 transition: .8s ease;
background-color:#00F;
 z-index:200;}
.readme{width:30vw;position:absolute;left:50%;margin-left:-15vw;}
.dropdown-content a {
  padding: 6px 12px;
  text-decoration: none;
  display: block;

}

.dropdown-content a:hover {}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: yellow;
}

.icons{ height:1em;filter: invert(8%) sepia(100%) saturate(7363%) hue-rotate(248deg) brightness(100%) contrast(143%);-webkit-filter: invert(8%) sepia(100%) saturate(7363%) hue-rotate(248deg) brightness(100%) contrast(143%);}

/*Splash animation stuff*/
#splashLogo {position: fixed; top:0; left:0; width: 100%; height: 100%; z-index: 99999;}
#splashLogo svg {width:100%;height:100%}
#splashLogo path {
  	stroke:lime;
	stroke-width:5;
	stroke-dasharray: 1100;
  	stroke-dashoffset: 1100;
  	-webkit-animation: dash 3s linear alternate;
	-moz-animation: dash 3s linear alternate;
    animation: dash 3s linear alternate;
	-webkit-animation-iteration-count: 2;
	-moz-animation-iteration-count: 2;
	animation-iteration-count: 2;
}

@-webkit-keyframes dash {
  to {stroke-dashoffset: 0; }}

@-moz-keyframes dash {
  to {stroke-dashoffset: 0; }}

@keyframes dash {
  to {stroke-dashoffset: 0px; }}

/*grid style*/
.flow {
	position:relative;
	width:85%;
	margin-bottom:10%;
	left:40px;
	top:9em;
	/*display:flex;*/
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.underscore, .underline a:hover, .underline a:focus, .underline a, .underline a:link, .underline a:visited {
  border-bottom: solid 2px !important;
  padding-bottom: 0 !important;
}

.center {text-align: center}

.blue {color:blue;margin-bottom:0;}
p {margin-bottom: 1em; max-width:50%;}
h1 {font-family:'Alike Angular', serif; font-size:1.5em;}
h3 {font-family:'Alike Angular', serif;margin:0; line-height: 1.5em;}

.flowboxes {
position: relative;
width: 100%;
/*display:-webkit-flex;
-webkit-justify-content:flex-start;*/
display: -ms-grid;
display: grid;
margin:0 auto;
-ms-grid-columns: 15% 15% 15% 15% 15% 15% 15%; /*(minmax(100px, 1fr))[auto-fit];*/
grid-template-columns: 15% 15% 15% 15% 15% 15% 15%; /*repeat(auto-fit, minmax(100px, 1fr));*/
grid-gap: 10px;
-ms-grid-column-align: center;
justify-items: center;
/*font-size: smaller;*/
}

.floating-box {
	position:relative;
    /*display: inline-block;*/
    width:100%;
	height:auto;
    margin: 0px;
    /*border: 3px solid #73AD21; */ 
	text-align:left;
	vertical-align:bottom;
}

div.floating-box img {width:100%; height:auto;}
div.floating-box p { }
.button { background-color: yellow;
    /*width:80%;*/
    /*border: 2px solid black;*/
    /*padding: 10px 20px;*/
/*	padding: 0.25em 0.5em;
*/    text-align: center;
    text-decoration: none;
    display: inline-block;
margin-bottom:1em;
	}
/*end grid style*/

/*Cart styles---do not mess with this*/
.headerRow,.itemRow{
	width:100%;
	display:-webkit-flex;-webkit-justify-content:space-between; /*both of these for old safari only*/
	display:grid;
	/*grid-template-columns:10% 40% 3% 3% auto -webkit-max-content; old values 
	grid-template-columns:10% 40% 3% 3% 10% auto max-content; old values */
	grid-template-columns:5% 50% 2% 4% 10% 27%;
	}
.headerRow{color:black;text-decoration:none;}
.itemRow{color:black;}
.item-total{text-align:right;}
.item-quantity,.item-remove{justify-self:center;}
.item-origprice{text-decoration: line-through;}
.cartTotal{
	text-align:right;
	width:100%;
	line-height:2em;
	margin:10px 0 10px 0;}
#grandTotal {
	text-align:center;}
#cartContainer{
	display:none;
	position:absolute;
	background-color:yellow;
	left:10%;
	width:80%;
	min-height:80vh;
	height:auto;
	top:10em;
	z-index:40;
	overflow:auto;}
.tophr{position:static !important;
	display:inline;
	z-index:1199;}
#viewcart {display:block;
	cursor: pointer;}
input {font-family:inherit;
	font-size:small;
	color:inherit;
	border:none;
	border-bottom:dashed thin;}
.promoButton {
	width:35% !important;
	font-size:inherit;
	background-color:yellow;
	padding:0.25em 0.5em;
	text-align:center !important;
	color:grey;
	text-decoration:none;
	border:2px solid black}
#promoSub, #promoChange {
	font-size:inherit;
	background-color:black;
	border:2px solid black;
	border-radius:0;
	padding:0.25em 0.7em;
	color:yellow;
	line-height: 1.2em;}
#discOK {display:none;
	text-align:right;
	yellow-space: pre-wrap;}
#flowboxes, #flowboxes1,, #flowboxes2{visibility:visible;}
#promoCodeDiv {margin-top: 1em;
	text-align: center}
#cc{padding-bottom: 120px;} /*this clears the end of the cart after the cards*/
.paypal{text-align:justify;
	width:100%;}
.noshow{display:none;}
/*End Cart styles*/

/*MC styles*/
.mailchimp ul li {text-align: left;display:flex;}
.indicates-requiblack {font-size: smaller;}
.clear {text-align: center;}
.clear button, .clear input {
	background-color: yellow;
    color: black;
	width: 80%;
    border: 2px solid black;
    padding: 10px 20px;
    padding: 0.25em 0.5em;
	text-align: center;}


.footer a:link, .footer a:visited, .button a:link, .button a:visited{
    background-color: yellow;
    border: 2px solid;
    /*padding: 10px 20px;*/
	padding: 0.25em 0.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.footer a:hover, .footer a:active, .button a:hover, .button a:active{
    background-color: yellow;
}

hr {
	height: 1.5em;
	position: fixed;
	left: 9.9%;
	z-index: 199;
    border: 0;
	margin:0;
	width: 80.2%;
    margin-top:-1px;
}

.headerhr {	
	z-index:42;
	position:fixed;
	clear:both;
	left:0;
	width:80%;
left:10%;
	top:6em;
}

.footerhr {
	position:fixed;
	bottom: 3.75em;
	/*margin-top: -35px;*/
	z-index: 999;
}
li{white-space: nowrap;}
.middlehr{
	position:absolute;
	left:0;
    width:100%;
	z-index:50;
    height:1.5em;
	margin-top: 2%; /*pushes middlehr down over image*/
}
.middlehrBooks {margin-top:-1.5%;z-index:38;}

div.logo {font-family:'Alike Angular', serif;
/*	clear: none;*/
    position: absolute;
	top: 2.5em;
	left:40px;
	z-index: 100;
	/* 	margin-left: 20%;
	margin-top: -25%;
   border: 3px solid #73AD21;*/
}
div.short  {visibility:hidden;}
div.long{visibility:visible;}
.cart {
/*	clear:none;*/
    position: absolute;
	top: 2em;
	width:9em!important;
	max-width:9em !important;
	height:auto !important;;
	right:40px;
	text-align:right;
/*    border: 3px solid #73AD21;
*/	z-index: 200 !important;
/*	margin-left:-3%;*/
filter: invert(8%) sepia(100%) saturate(7363%) hue-rotate(248deg) brightness(100%) contrast(143%);-webkit-filter: invert(8%) sepia(100%) saturate(7363%) hue-rotate(248deg) brightness(100%) contrast(143%);
-webkit-filter: invert(8%) sepia(100%) saturate(7363%) hue-rotate(248deg) brightness(100%) contrast(143%);-webkit-filter: invert(8%) sepia(100%) saturate(7363%) hue-rotate(248deg) brightness(100%) contrast(143%);
}

.cartcount { 
    border-radius: 50%;
	position:fixed;
	top:1.8em;
	right:10%;
    width: 1.1em;
    height: 1.1em;
    padding: 0.2em;
    background: black;
    color: white;
    text-align: center;
	z-index: 1;
}

.sticker { /*not working yet*/
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
    padding: 0.2em;
    background: green;
    color: white;
    text-align: center;
	z-index: 999;
}

.topBanner {
	color:white;
	text-align: center;
	vertical-align: middle;
	width:100%;
    height:1.5em;
	padding:1.5em 0 0 0; /* T R B L*/
	margin-bottom: 0.5em;
    background: -webkit-linear-gradient(right, rgba(255,0,0,0), rgba(255,0,0,1),rgba(255,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(255,0,0,0), rgba(255,0,0,1),rgba(255,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(255,0,0,0), rgba(255,0,0,1),rgba(255,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(255,0,0,0), rgba(255,0,0,1),rgba(255,0,0,0)); /* Standard syntax (must be last) */
}
#topBanner{z-index: 41;
    width: 80%;
    top: 6em;
    left: 10%;
	display:none;
    position: fixed;}
#cartBanner{z-index: 41;
    width: 80%;
    top: 6em;
    left: 10%;
    display: none;
    position: fixed;
	}
.middleBanner {margin-top:-0.2em;}

.buttright {
	text-align: center;
	top: 0;
	float: right;
	margin-right: 0;
    width: 22%;
/*    border: 3px solid #73AD21;
*/	z-index: 999;
	/*visibility:hidden;*/
}

div.header {
	/*display:flex;*/
	/*justify-content: space-between;*/
    position: fixed;
    padding: 1em 0% 0% 0%; /* T R B L*/
    width:100%;
	top: 0;
	left: 0;
	background-color: yellow;
	height: 8em;
/*    border: 3px solid #73AD21;
*/	z-index: 200;
	padding:0; /*just to cover part-pixel rounding*/
	
}

div.headercontent {
	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; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
          justify-content: space-evenly;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
	align-items: center;
    /*position: relative;*/
    padding: 0% 0% 0% 0%; /*T R B L*/
    width: 100%;
	top: 0;
	left: 0;
/*    border: 3px solid #73AD21;
*/	z-index: 110;
}

div.spacer {
    width: 100%;
	top: 0;
	left: 0;
	height:1.1em;
	background-color:yellow;
/*    border: 3px solid #73AD21;
*/	z-index: 110;
}

div.cart img, div.logo img {
	height: 100%;
	width: auto;
}
div.menu{font-family:'Alike Angular', serif;position: absolute;
	top:6em;left:0px;
	text-align: left;
	width: 100%;
	height:2em;
	/*background-color:yellow !important;*/
	border-bottom-style:dashed;
	border-bottom-color:blue;
	border-bottom-width:2px;
	z-index:200;
	
}
.needed {visibility:hidden;/*color:red;*/}
.menu a, .menu a:hover, .menu a:active, .menu a:visited {
	z-index: 200;
	color: #00F;
	display:block;
	padding:2px;
	text-transform: capitalize;
}
.menu a:hover {	font-family:'Alike Angular',serif;}
form{font-size:1em;font-family:'Roboto Mono',monospace; }
div.footer {
	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: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    position: relative;
	/* padding: 0% 10% 0% 0%; T R B L*/
	bottom: -40px;
    width: 100%;
	height: 3em;
	border-top: 2px dashed;
/*	z-index: 998;*/
}

div.footerright {
	position: relative;
/*    border: 3px solid #73AD21;
*/	top: 5%;
	white-space: nowrap;
	z-index: 999;
}

div.footerleft {
	position: relative;
	bottom: 0;
	white-space: nowrap;
    /*width: 25%;*/
	top: 5%;
/*    border: 3px solid #73AD21;
*/	z-index: 999;
}

div.longtext {
    position: relative;
	/*width: 90%;*/
	top: 10em;
	margin-left: 40px;
	margin-right:30px;
	padding-bottom: 3em;
/*    border: 3px solid #73AD21;
*/	z-index: 0; 
margin-bottom: 10em;	
}
div.longtext p{padding-top:0.5em;}

div.longtext:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div.bookstext {
    position: relative;
	width: 80%;
	top:10%;
	color: black;
	left: 10%;
	padding: 0% 0% 32% 0; /* T R B L*/
/*    border: 3px solid #73AD21;
*/	z-index: 0;
	margin-top:6em; 	
}
#burger {display:none;}
div.dida {
	position:relative;
    display: inline-block !important;
    left: 10%;
	color: black;
    width:40%;
	/* top:50vh;
   border: 3px solid #73AD21;
*/	z-index: 0;
	margin-top:20%;
}

div.container {
	float: left;
	width: 100%;
/*    border: 3px solid #73AD21;
*/	z-index: 1;
}
div.rightblock {
    position: static;
	float:right;
    left: 10%;
	margin-top:6em;
	color: black;
	width: 40vw;
	height: 40vw;
	margin-right: 1em;
	margin-bottom: 0.5em;
/*    border: 3px solid #73AD21;
*/	z-index: -1;
	overflow: hidden;
	display: inline-block;
	
}
.upload {border:none;
	text-decoration:none !important;}
div.carousel {
    position: static;
	float:right;
    left: 10%;
	margin-top:6em;
	color: black;
	width: 40vw;
	height: auto;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-right:2em;
/*    border: 3px solid #73AD21;
*/	z-index: -1;
	overflow: hidden;
	display: inline-block;
}
div.right {float:right;}
div.carousel2 {float:left;}
.carousel img {
	min-height: 100%;
	width: auto;
	/*padding:1px;*/
}
.slickslide {width: calc(100% + 1px);}
.slick-dots {
	/*    border: 3px solid #73AD21;
*/
}

.slick-dots li {
	color:black;
}

.slick-active {color:black}

div.page {
    position: fixed;
    left: 10%;
	top: 20%;
    width: 80%;
	height: 80vw;
	text-align: center;
	padding: 10px;
	overflow: hidden;
/*    border: 3px solid #73AD21;
*/	z-index: 0;
}

div.colophon {
	text-align: center;
	font-size: medium;
	color: black;
	width: 80%;
    right: 0;
	bottom: 0;
	margin-top: 5%;
/*    border: 3px solid #73AD21;
*/	z-index: 0;
}

.bg {
	width: 100%;
	height: auto;
	z-index: 0;
}
/*    For small devices */
@media only screen and (max-width: 767px){
		h1{font-size:1.8em;}
		html {/*font-size:0.8em;*/}
		div.menu {height:1.8em;top: 5em; }
		.cart{height:auto;}
		.flowboxes{grid-template-columns: repeat(auto-fit, minmax(122px, 0.5fr));-ms-grid-columns:repeat(auto-fit, minmax(122px, 0.5fr));grid-gap: 8px; } /* this makes the boxes of previews always AT MOST half the screen (ie.even when single image) */
		div.carousel{margin-top:5em;}
		
}
pre {display:none;}

@media only screen and (max-width: 767px) and (orientation:portrait){ /* includes skinny browser windows position:relative;left:0;top:0;*/
	/*ul li{display: block;width: auto;margin: 0 auto; background-color:#EBE8DE;}*//*text-align:center;*/
	.divider {width:100%;}
	div.header{height:7em;}
	div.menu {width:100%;}
	.flow{left:7%;}
	ul {margin-left:7%;}
	.cart{right:7%;top:2em;}
	/*div.menu ul {width:40%;}*/
	/*.dropdown-content a {padding:0px;}*/
	/*#horiz {display:none;}*/
	/*.dropdown-content{margin-left:130px;margin-top:-20px;}*/
	/*#burger {display:block;}*/
	div.longtext{margin-left:7%;width:85%;}
	.longtext{top:4em;}
	p {max-width:100%;}
	/*li.separator {visibility:hidden; line-height:0px;}*/
	div.long  {visibility:hidden;margin-left:7%}
	div.short {visibility:visible;left:7%;}
	div.carousel{width: 100%;height: 100%;padding-bottom:0;overflow:hidden;margin:auto;margin-bottom:1em;}
	.slickslide{width:100%;height:90vw;}
	.buttright {position:relative;visibility:visible;}
	.carousel img {width: 80vw; height: auto;min-height:none;}
	.floattext2 { width:calc(80vw - 6px);height:calc(80vw - 0px);padding:2px 10px;}
	.floattext2 img{ width:100%;height:100%;}
	div.headercontent{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; !important;}
	/*.flowboxes{grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));grid-gap: 8px;}*/
	.floating-box .floatover, .carousel2 .floatover{
  visibility:hidden;}
	.floating-box:hover .floatover, .carousel2:hover .floatover{
  background-color:#00f;
  visibility:visible;}	
  }

@media only screen and (orientation:landscape) {
	div.logo {}
	
	.buttright {position:relative;visibility:visible;}
	div.carousel{margin-top:3em;margin-bottom:5em;}
	.carousel img {height: 40vw; width: auto;min-height:none;}
}

/* IPAD CORRECTIONS GO HERE */
@media only screen and (min-width : 768px) and (min-height : 400px)  {
	body{font-size: 1em;}
	#cartContainer {width: 50%; left: 25%;}
	#mc_embed_signup {width: 62.5%; margin-left: 19%; margin-top:10%;}
	.carousel img {width: 40vw; height:auto;min-height:none;margin-left:0;}
/*	.flowboxes{grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));grid-gap: 10px;}
*/}

@media only screen and (min-aspect-ratio : 10/10) {
	/*div.carousel{width:40vw;margin-top:10%}*/
	/*div.longtext{margin-top:20vh;  top:0%;}*/
}
@media only screen and (min-aspect-ratio : 955/555) {
	div.carousel{position:static;margin-top:0%;}
	.floating-box .floatover, .carousel2 .floatover{
  visibility:hidden;}
	.floating-box:hover .floatover, .carousel2:hover .floatover{
  background-color:#00f;
  visibility:visible;}
	/*div.longtext{margin-top:20vh;  top:0%;}*/
}
@media only screen and (max-aspect-ratio : 10/10) {
	/*div.carousel{width:80vw;}*/
	/*div.longtext{margin-top:0%;  top:0%;}*/
}
.a2a_s__default {
  background-color: black !important;
}
/*@media (min-width:420px) {
	div.cart img, div.logo img {
	width: 80%;
	font-size:small !important;
	height: auto;
}
*/
