
/** Universals **/

html {
	position: relative;
	min-height: 100%;
	}

body {
	margin-bottom: 3em;
	}
	
.hide {
    display: none;
	}

#overlay{
	position: fixed;
  	top: 0;
 	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 998;
  	background: rgba(0, 0, 0, 0.3);
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #985833;
	font-size: 50px;
	line-height: 1.0em;
	text-indent: 0px;
	}

a{
	color: #fff;
	}

a:hover, a:focus {
	color: #985833;
    text-decoration: none;
	}

a img:hover {
    box-shadow: .5px .5px 5px #985833;
    }


/** Header & Footer **/
#menubar{
	height: 3em;
	color: #ffffff;
	background-color: #52b2c5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52b2c5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #52b2c5, #ffffff);
	background-image: -moz-linear-gradient(top, #52b2c5, #ffffff);
	background-image: -ms-linear-gradient(top, #52b2c5, #ffffff);
	background-image: -o-linear-gradient(top, #52b2c5, #ffffff);
	background-image: linear-gradient(top, #52b2c5, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#52b2c5, endColorstr=#ffffff);
	}

#tabletmenu{
	height: 3em;
	color: #ffffff;
	background-color: #52b2c5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52b2c5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #52b2c5, #ffffff);
	background-image: -moz-linear-gradient(top, #52b2c5, #ffffff);
	background-image: -ms-linear-gradient(top, #52b2c5, #ffffff);
	background-image: -o-linear-gradient(top, #52b2c5, #ffffff);
	background-image: linear-gradient(top, #52b2c5, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#52b2c5, endColorstr=#ffffff);
	}

#mobilemenu{
	color: #ffffff;
	text-shadow: .1px .1px 8px #52b2c5;
	}

#mobilemenu a:hover, a:focus {
	color: #985833;
	}

#footer {
	position: absolute;
	bottom: 1em;
	height: 3em;
	padding-top: .5em;
	color: #ffffff;
	background-color: #52b2c5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#52b2c5));
	background-image: -webkit-linear-gradient(top, #ffffff, #52b2c5);
	background-image: -moz-linear-gradient(top, #ffffff, #52b2c5);
	background-image: -ms-linear-gradient(top, #ffffff, #52b2c5);
	background-image: -o-linear-gradient(top, #ffffff, #52b2c5);
	background-image: linear-gradient(top, #ffffff, #52b2c5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#52b2c5);	
	}

#mobilefooterFrame{
	position: absolute;
	bottom: 1em;
	}

#mobilefooter{
	color: #52b2c5;
	}

#mobilefooter a{
	color: #52b2c5;
}

#mobilefooter a:hover, a:focus {
	color: #985833;
    text-decoration: none;
}

/** Content **/

#content {
	padding: 5em 5em;
	}

#borderedimage{
    border:solid 1px green;
	}


/* Novels Page Specific Styles */

#strangerMadisonInfo{
   	position: absolute;
   	top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 300px;
    height: 300px;
		background-color: #FF69B4;
		border-style: solid;
		border-color: #000000;
		color: #ffffff;
		z-index: 999;
		text-align: center;
	}

#devilsMountainInfo{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 300px;
    height: 300px;
		background-color: #FF69B4;
		border-style: solid;
		border-color: #000000;
		color: #ffffff;
		z-index: 999;
		text-align: center;
	}

#emperorsMonstersInfo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 300px;
    height: 300px;
		background-color: #FF69B4;
		border-style: solid;
		border-color: #000000;
		color: #ffffff;
		z-index: 999;
		text-align: center;
	}


/* Apps Page Specific Styles*/

#FlashtGermanInfo{
    position: fixed;
    top: 20%;
    left: 25%;
    margin-top: -50px;
    margin-left: -50px;
    width: 60%;

		background-color: #ffffff;
		border-style: solid;
		border-color: #985833;
		color: #985833;
		z-index: 999;
		text-align: justify;
		padding: 0em 2em 2em 2em;
	}	

#FlashtGermanInfo h4{
	color: #52b2c5;
	font-weight: bold;
	text-align: center;
	}

#FlashtSpanishInfo{
    position: fixed;
    top: 20%;
    left: 25%;
    margin-top: -50px;
    margin-left: -50px;
    width: 60%;

		background-color: #ffffff;
		border-style: solid;
		border-color: #985833;
		color: #985833;
		z-index: 999;
		text-align: justify;
		padding: 0em 2em 2em 2em;
	}	

#FlashtSpanishInfo h4{
	color: #52b2c5;
	font-weight: bold;
	text-align: center;
	}

#FlashtFrenchInfo{
    position: fixed;
    top: 20%;
    left: 25%;
    margin-top: -50px;
    margin-left: -50px;
    width: 60%;

		background-color: #ffffff;
		border-style: solid;
		border-color: #985833;
		color: #985833;
		z-index: 999;
		text-align: justify;
		padding: 0em 2em 2em 2em;
	}	

#FlashtFrenchInfo h4{
	color: #52b2c5;
	font-weight: bold;
	text-align: center;
	}


#FlashtSpeakAndSaveInfo{
    position: fixed;
    top: 20%;
    left: 25%;
    margin-top: -50px;
    margin-left: -50px;
    width: 60%;

		background-color: #ffffff;
		border-style: solid;
		border-color: #985833;
		color: #985833;
		z-index: 999;
		text-align: justify;
		padding: 0em 2em 2em 2em;
	}	

#FlashtSpeakAndSaveInfo h4{
	color: #52b2c5;
	font-weight: bold;
	text-align: center;
	}


#LondonLitInfo{
    position: fixed;
    top: 20%;
    left: 25%;
    margin-top: -50px;
    margin-left: -50px;
    width: 60%;

		background-color: #ffffff;
		border-style: solid;
		border-color: #985833;
		color: #985833;
		z-index: 999;
		text-align: justify;
		padding: 0em 2em 2em 2em;
	}	

#LondonLitInfo h4{
	color: #52b2c5;
	font-weight: bold;
	text-align: center;
	}

#londonBeatInfo{
    position: fixed;
    top: 20%;
    left: 25%;
    margin-top: -50px;
    margin-left: -50px;
    width: 60%;

		background-color: #ffffff;
		border-style: solid;
		border-color: #985833;
		color: #985833;
		z-index: 999;
		text-align: justify;
		padding: 0em 2em 2em 2em;
	}

#LondonBeatInfo h4{
	color: #52b2c5;
	font-weight: bold;
	text-align: center;
	}

#infobox{
	text-align: justify;
	color: #985833;
	}

#privacyPolicy{
    position: absolute;
    top: 50%;
    left: 25%;
    margin-top: -50px;
    margin-left: -50px;
    width: 60%;
    height: 20%;
		background-color: #ffffff;
		border-style: solid;
		border-color: #985833;
		color: #985833;
		z-index: 999;
		text-align: justify;
		padding: 0em 2em 2em 2em;
	}	

#titleBlue{
	color: #ffffff;
	text-shadow: .1px .1px 5px #985833;
	}	
	
#titleBlueMobile{
	color: #ffffff;
	text-shadow: .1px .1px 5px #985833;
/**	background-color:  #F2F2F2;
	margin-top:1em;
	margin-bottom: 1em;  **/
	}		



/** Image Animation **/

#crossfade > img { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s; 
}

#crossfade > img:nth-child(1)  {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
#crossfade > img:nth-child(2) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
#crossfade > img:nth-child(3) {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
#crossfade > img:nth-child(4) {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}