@font-face {
    font-family: 'Arial Black';
    src: url('../Fonts/ArialBlack.ttf');
}

.holder {
	width:1280px;
	height:768px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#preachingLabel {
	font-family: "Arial Black";
	font-size: 4.9em;
	letter-spacing: 10px;
	color: white;
}

#mainbgImg {
	max-width: 98% !important;
}

.modal, .modal-body {
    width: 100%;
    background-color: transparent !important;
}

.modal-content {
	border-width: 0 !important;
}

.card-header {
	background-color: rgb(204,196,188);
}

.homepage {
  font-family : Myriad Pro;
  font-size : 17px;
  font-weight: bold;
  line-height: 20px;
  z-index: 10;
}

.homepagebtn {
  position: absolute !important;
  top: 120px;
  left:-515px;
  z-index: 10;
}

.homepage_btn {
  color: red !important;
  font-family : Myriad Pro;
  font-size : 17px;
  font-weight: bold;
  line-height: 20px;
  border: 2px solid red;
  background-color: rgb(164, 220, 185);
}

a.homepage_btn:hover {
  background-color: white;
}


@media (max-width: 360px) {

	.holder {
	  width: 360px;
	  height: 500px;
	}  

	#preachingLabelDiv {
		position: absolute;
		left:-170px;
		top: -10px;
		width: 365px !important;
		background-color: white;	
	}

	#preachingLabel {
		font-size: 3.2em;
		letter-spacing: 0px;
		color: rgb(204,196,188);

	}

	#mainbgDiv {
		position: absolute;
		left:-2px;
		top: 0px;
		width: 385px !important;	
		z-index: 2;

	}

	#mainbgImg {
		max-width: 98% !important;
	}


	#NoOneStepBack {
		position: absolute;
		left:0px;
		top: 200px;
		z-index: 3;
	}	

	#CollegeDebtDiv {
		position: absolute;
		left:-2px;
		top: 300px;
		width: 100%;
	}

	#CollegeDebtImg {
		max-width: 88%;
	}


	#UtterEndDiv {
		position: absolute;
		left:-25px;
		top: 356px;
		width: 100%;
	}

	#UtterEndImg {
		max-width: 88%;
	}	

	#NoOneStepBackDiv {
		position: absolute;
		left:-11px;
		top: 475px;
		width: 100%;
	}

	#NoOneStepBackImg {
		max-width: 88%;
	}


	#GreedyTeachersDiv {
		position: absolute;
		left:-196px;
		top: 475px;
		width: 100%;
	}

	#GreedyTeachersImg {
		max-width: 88%;
	}


	#DyingBabyDiv {
		position: absolute;
		left:-25px;
		top: 595px;
		width: 100%;
	}

	#DyingBabyImg {
		max-width: 88%;
	}

	#GodDoesntWinkDiv {
		position: absolute;
		left:-183px;
		top: 595px;
		width: 100%;
	}

	#GodDoesntWinkImg {
		max-width: 88%;
	}


	#DemocratsDiv {
		position: absolute;
		left:-9px;
		top: 660px;
		width: 100%;
	}

	#DemocratsImg {
		max-width: 88%;
	}

	#NotSmilingDiv {
		position: absolute;
		left:-12px;
		top: 716px;
		width: 100%;
	}

	#NotSmilingImg {
		max-width: 88%;
	}

	.homepagebtn {
	  position: absolute !important;
	  top: 80px;
	  left: -125px;
	  z-index: 10;
	}

	.homepage_btn {
	  font-size : 11px;
	  line-height: 17px;
	  height: 31px;
	}

	p {
		font-size: .8em;
		margin-top: -5px !important;

	}	

	.modal-dialog {
		max-width: 92% !important;
	}


}