body{
	background: #fff;
	margin: 0;
	text-align: center;	
	padding: 0;
	overflow-y: scroll;
}

#illustrations {
	padding-top: 56px;
}

h7 {
	color: #cfcfcf;
	font-size: 14px;
}
.tagHorz2 {
	position: fixed;
	height: 7px;
	width: 222px;
	margin-top: 49px;
	margin-left: 0px;
	background-position: top;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	background-image: url("../img/stripe.svg");	
	z-index: 99;
}

.tagHorz {
	position: fixed;
	height: 120px;
	width: 200px;
	margin-top:40px;
	margin-left: -153px;
	background-position: top;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	background-image: url("../img/stripe.svg");
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
	display: none;

	z-index: 9999;
}

.tagVert {
	position: fixed;
	height: 7px;
	width: 222px;
	bottom: 88px;
	right: -108px;
	background-position: right;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	background-image: url("../img/stripe.svg");
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
}
.navbar-default {
	background-color: white;	
	background-color: rgba(255, 255, 255, .98);
	border-bottom: 0px solid #e3e8e8;
	border-radius: 0;
	color: #337ab7;
	
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.05); }

.comicBooks{
	margin: 0;
		
}

.selectComic {
	width: 100%;
	height: 64px;
	color: #fff;
	font-size: 24px;
	font-family: 'Quattrocento Sans', sans-serif;
	
}

.murderWorm {
	margin: 0;
	text-align: center;
	
}
.comicThumb {
	align-content: center;
	text-align: center;
}
.comicThumb img {
	margin-top: 16px;
	box-shadow: 0px 3px 5px #444;

}
.comicThumb img:hover {
	box-shadow: 0px 5px 8px #444;
	
}

.mwpanel {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	align-items: center;
	width: 100%;
	max-width: 960px;
	height: auto;
	margin-bottom: 16px;
	box-shadow: 0px 3px 5px #444;
	
}

img.resize {
    width:540px; /* you can use % */
    height: auto;
}

.navbar-brand {
	font-family: 'Quattrocento Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 20px;
	color: #337ab7;
}
#navbar-text {
	display: none;
}

.navbar-default .navbar-brand {
	color: #337ab7;
	
}



.navbar-nav {
	float: right;
	margin-right: 0px;
	
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #337ab7;
	letter-spacing: .5px;
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
	color:#000;
	background-color:#fff;
	text-shadow: 0px 1px white;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #9e9e9e;
	background-position: bottom;
	background-repeat: repeat-x;
	background-position-y: 100%;
	background-size:auto 5px ;
	background-image: url("../img/active_base.png");
	
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color:#fff;
}

.navbar-nav>li>a:hover {
	
	color:#000;
	background-color:#fff;
	text-shadow: 0px 1px white;
	border-bottom: 1px solid #9e9e9e;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	background-position: bottom;
	background-repeat: repeat-x;
	background-position-y: 100%;
	background-size:auto 5px ;
	background-image: url("../img/active_base.png");
}

.btm_nav {
	width: 100%;
	height: 48px;
	position: fixed;
	margin: 0;
	bottom: 0;
	background-color: #f8f9f9;
	border-top: 1px solid #e3e8e8;
	display: block;
	font-family: 'Quattrocento Sans', sans-serif;
	letter-spacing: .5px;
	font-size: 14px;
	z-index: 199;
}
.removePad {
	padding-left: 0;
	padding-right: 0;
}
.removeMargins {
	margin-left: 0;
	margin-right: 0;
}
#buttons{

	height: 48px;
	display: block;
	line-height: 42px;
	width: 100%;
	border-right: 1px solid #e3e8e8;


}
#buttons ul{
    list-style:none;
    position:relative;
    left:50%;
	
}

#buttons li{
float:left;
position:relative;
height: 48px;
vertical-align: middle;



}
#buttons a{
	
    text-decoration:none;
	text-shadow: 0px 1px white;
    margin:0px;
    float:left;
    padding:2px 5px;
    text-align:center;
	height: 48px;
	width: 100%;
    white-space:nowrap;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #e3e8e8;
}
#buttons a:hover{ 
	color:#000;
	text-shadow: 0px 1px white;
	background-position: bottom;
	background-repeat: repeat-x;
	background-position-y: 100%;
	background-size:auto 5px ;
	background-image: url("../img/active_base.png");
}

#buttons .active{ 
	color:#000;
	font-weight: 600;
	background-position: bottom;
	background-repeat: repeat-x;
	background-position-y: 100%;
	background-size:auto 5px ;
	background-image: url("../img/active_base.png");	
}
#buttons .active a{
	color: #000;
	}
	
.h2, h2 {
	margin-top: 0;
}

.portfolio-item {
  position: relative;
  display: inline-block;
vertical-align
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-item::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-item:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.portfolio-item:hover::after {
    opacity: 1;
}

.portfolio-category {
	background: rgba(255, 255, 255, .85);
	background-image: url("../img/stripe.svg");
	background-repeat: no-repeat;
	background-position-x: 15px;
	background-position-y: 34px;
	border-bottom: 0px solid #e3e8e8;
	border-radius: 0;
	padding-bottom: 18px;
	margin-bottom: -18px;
	
	
}	

.portfolio-category {
	
}
.portfolio-category ul{
	text-transform: none;
}
.portfolio-category li{
	font-family: 'Quattrocento Sans', sans-serif;
	text-transform: none;
	letter-spacing: .25px;
	font-size: 14px;
	color: #337ab7;
	line-height: 0;
	padding: 18px 0px 15px 0;
}

.portfolio-category li.active {
	font-family: 'Quattrocento Sans', sans-serif;
	text-transform: none;
	letter-spacing: .25px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	border-bottom-color:  #acacac;
	
}

/*.body {
	background: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -moz-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: linear-gradient(top, #eeeeee, #cccccc 100%);
	background-attachment:fixed;
}*/


#content{overflow:hidden}/* hide horizontal scrollbar*/

	
.coursePage{
	margin: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 41, 54, .75);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: fixed;
	bottom: -100%;
	z-index: 9;
	margin-top: 48px;
	overflow-y: scroll;
	
}



.topNavBar{
	position: relative;
	top: 0;
	width: 100%;
	height: 40px;
	padding-left: 15px;
/*	background-color: rgba(255, 255, 255, .15);*/
}
.courseNav{
	
}

.comicTitle{
	position: absolute;
	text-align: left;
	top:6px;
	left: 24px;
	line-height: 32px;
	color: #D6DBE0;
	height: 32px;
	width: 320px;
		}

.closeIcon{
	position: absolute;
	text-align: center;
	top:6px;
	right: 48px;
	float: right;
	line-height: 32px;
	color: #D6DBE0;
	border-radius: 2px;
	height: 32px;
	width: 72px;
	
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .35);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	}
.closeIcon:hover{
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .25);
	border: 1px solid #D6DBE0;
	border-radius: 4px;
}

.stackIcon{
	position: relative;
	text-align: center;
	top: 16px;
	right: 24px;
	float: right;
	line-height: 36px;
	color: #fff;
	height: 48px;
	border-radius: 2px;
	height: 36px;
	width: 72px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .35);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;

}
.stackIcon:hover{
	/*background-image: linear-gradient( #D6DBE0, #ACB5BE);*/
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .25);
	border: 1px solid #D6DBE0;
	border-radius: 4px;
/*	color: #3D4E5E;*/
}
#courseStackIcon{

}

.readerPage{	
	margin: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	bottom: -100%;
	z-index: 10;
	
}
.readerBody{
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 40px;
	color: #fff;
	overflow-y: scroll;
	z-index: 10;
}

.readerNav{
	height: 40px;
	background-color: rgba(0, 0, 0, .75);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#readerStackIcon{
	
}
.button{
	text-align: center;
	line-height: 32px;
	margin-top: 24px;
	padding-top: 16px;
	width: 80%;
	margin-left: 10%;
	color: #fff;
	font-size: 32px;
	font-family: 'Bubblegum Sans', cursive;
	/*background-image: linear-gradient( rgba(214, 219, 224, .85), rgba(172, 181, 190, .85));*/
	height: 500px;
	max-height: 700px;
	max-width: 400px;
/*	border: 1px solid #D6DBE0;
	border-bottom: 1px solid rgba(103, 130, 155, .75);
	box-shadow: 0px 0px 4px #444;
	border-radius: 8px;*/
	
	
}

.button:hover {
	background-image: linear-gradient( rgba(214, 219, 224, .85), rgba(172, 181, 190, .75));*/
	border: 1px solid #D6DBE0;
	border-bottom: 1px solid rgba(103, 130, 155, .75);
	box-shadow: 0px 0px 4px #444;
	border-radius: 8px;
	box-shadow: 0px 3px 5px #444;
	color: #2B3D4E;
}
 .button:hover .summary{
	color: #000;
}

.summary {
	text-align: left;
	padding: 24px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
}

.toTop{
	
	-moz-transition-property: all;
	-moz-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	
	-webkit-transition-property: all;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function:ease-in-out;
	bottom: -48px;

	
}

.toBtm{
	-moz-transition-property: bottom;
	-moz-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	
	-webkit-transition-property: bottom;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function:ease-in-out;
	bottom: -100%;
}

.toMini{
	-moz-transition-property: all;
	-moz-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	
	-webkit-transition-property: all;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function:ease-in-out;
	bottom: -100%;
	margin-bottom: 40px;	
}

@media (max-width:600px) {
	.navbar-brandImg {
		height: 16px;
		}
	.navbar-brand {
		display: block;
		}
	
	
}
@media (max-width:480px) {
	.navbar-brandImg {
		height: 14px;
		margin-left: -8px;
		}
	
	.portfolio-category {
		top: 6px;
	
	}
	.tagHorz2 {
		
		top: -11px;
		z-index: 9999;
	}
	.navbar-default {
		min-height: 40px;
		max-height: 40px;
		height: 40px;
	}
	.navbar {
		min-height: 40px;
		max-height: 40px;
		height: 40px;
	}
	.portfolio-category li {
		font-size: 12px;
		margin-right: 0;
		margin-left: 0;
		padding-right: 4px;
		padding-left: 4px;
	}
	#illustrations {
		margin-top: -16px;
		padding-top: 0px;
	}
	
}
@media (max-width:767px) {
	.navbar-default {
		background-color: rgba(255, 255, 255, .98);
		
		}
	.btm_nav {
		display: block;
		}
	
	.portfolio-category {
		background: rgba(255, 255, 255, 0);
		background-image:none;
		position: fixed;
		top: 6px;
		margin-top: 0;
		z-index: 1031;
		right: 0%;
		margin-right: 0px;
		}
	.clearfix {
		padding: 0px;
		padding-right: 8px;
		}
	.tagHorz2 {
		
		display: block;
		}
	.tagHorz {
		
		display: none;
		}
	}

@media (min-width: 768px) {
		.btm_nav {
			display: none;
			}
		.tagHorz2 {
			
			display: none;
			}
		.tagHorz {
			
			display: block;
			}
	}


@media (min-width:992px) {
		.navbar-nav {
			float: right;
			margin-right: 0px;
		}
		.tagHorz2 {
			
			display: none;
			}
	}


@media (min-width:1200px) {
		.navbar-nav {
			float: right;
			margin-right: 100px;
		}
		.tagHorz2 {
			
			display: none;
			}
	}
	
@media (max-device-width:480px) and (orientation:landscape) {
	.tagHorz2 {
		
		display: block;
		}
	}
