
@import url('https://fonts.googleapis.com/css?family=Bad+Script|Tangerine');

@font-face{ 
	font-family: 'Harry Potter';
	src: url('potter-webfont.eot');
	src: url('potter-webfont.eot?#iefix') format('embedded-opentype'),
	     url('potter-webfont.woff') format('woff'),
	     url('potter-webfont.ttf') format('truetype'),
	     url('potter-webfont.svg#potter-webfont') format('svg');
}

.potter-text {
	font-family: 'Harry Potter';
	font-size: 72px;
	color:#222	;
}

.jumbotron {
	background-image: url(https://media.giphy.com/media/eyXwRfOPdLOSI/giphy.gif);
	background-size: cover;
	min-height: 400px;
	position: relative;
	text-align: center;
	color: white;
	font-weight: bold;

}

.jumbotron a {
	color:white;
}

.jumboheader {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 0px;
}

.header {
	border-width:2px;
	border-color: #333;
}

.footer a{
    text-decoration: none;
    color: #777;
}

.title-bar {
	margin-top:20px;
	margin-bottom:-5px;
	font-size: 12px;
}

.carousel {
  height: 300px;
  margin-bottom: 0	px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption a {
	color: white;
	font-size: .65em;
	text-decoration: none;
}

.carousel-caption a:hover {
	color: white;
	text-decoration: none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}

.leftborder {
	border-left: 1px solid #e5e5e5;
}

.nobullet {
	list-style-type: none;
}

ul {
	padding-left: 0;
}

a, a:hover {
	color:black;	
}

.headerforcol {
	margin-top: 0;
	padding-top: 0;
	padding-bottom:0px;
	margin-bottom: 0px;
	font-size: 1.25em;
}

.headerforcol-author {
	padding-top: 0px;
	margin-top: 0px;
	color: #777;
}

.article-link-list li {
	margin:0px;
	padding-bottom:2px;
	padding-top:6px;
	
}


.titleforcol {
	margin-top: 0px;
	padding-bottom:5px;
	margin-bottom: 5px;
	
	border-bottom: 1px solid  #e5e5e5;
	
}

.ministrynews {
	font-size: 4em;
	font-family: 'Tangerine', cursive;
}

.opinionpiece {
	font-size: 2em;
	font-family: 'Bad Script', cursive;
}

.opinionlinklist {
	padding-left: 5px;
	font-size: .75em;
}

.opinionpiece {
}

.nopad {
	padding:0;
}

.nomargin {
	margin:0;
}

.panel {
	background-color: #FFF000;
	margin-bottom: 20px;
}

.carousel-caption a {
	color:white;
	text-decoration: none;
}


/* flip book stuff */

.ndisp {
	display:none;
}


/*.flipbook-viewport {
	overflow:hidden;
	width:50%;
	height:50%;

}*/



.flipbook-viewport .fcontainer{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}


.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}