@media only screen {

.close-reveal-modal {
	font-size:2em !important;
	/* top:90px !important; */
}
body {
	background-color:#d0cbad;
	font-family: 'arial', sans-serif;
	font-weight:bold;
	font-size:16px;
}
a {
	/* font-family: 'Architects Daughter', cursive;	 */
	font-family: 'arial', sans-serif;
	color:#807b5d;
	font-weight: bold;
}
a:hover {border-bottom:1px #2795b6 dashed;}
a:focus {}
body#sermonpowerpoints a#sermonpowerpoints,
body#media a#media,
body#theendoftime a#theendoftime,
body#audiosermonsbygarymcdade a#audiosermonsbygarymcdade
 {border-bottom:0px #000 dashed;color:blue;}
h1, h2, h3, h4, h5, h6 {
	color:#3d3300;
	font-family: 'arial', sans-serif;
	/* font-family:'Rage Italic W01'; */
	/* font-family: 'Architects Daughter', cursive; */
	font-weight:bold;
	font-size:2em;
}
h4, h5, h6 {
	font-family: 'arial', sans-serif;
}
h2, h5 {font-size: 1.8em;}
h3, h6 {font-size:1.5em;}

li {
	list-style: none;
}
.black {background-color:black;}
.white {background-color:white;}
.yellow {background-color:yellow;}
.blue {color:#2436d3;}
.green {background:green;}

.absolute {position: absolute;}
.box-shadow {box-shadow: 0px 3px 19px #555;}
.center {text-align: center;}
.enormous {font-size:4em;}
.italic {font-style: italic;}
.stroke {border:4px solid black;}
.main-content {
	min-height:100px;
}
.main-content-insert {
	background-color:white;
	width:94%;
	margin-left:3%;
	margin-right:0px;
}
.offset {
	top:-30px;
}
.frame {
	width:97%;
	margin-left: 1.5%;
	background:white;
	z-index: 1;
	overflow:hidden;	
}
.frame p, .frame-pane-right p, .frame-pane-left p {
	font-size:1em;
	font-size:1rem;
	font-weight: normal;
	background-color:white;
	height:100%;
	text-align: justify;
	text-indent: 10px;
}
.frame img {
	display:block;
	margin:0 auto;
	position:relative;
	z-index: 2;
	margin-bottom:20px;
	max-height: 98%;
	max-width: 100%;
}
.frame-content {
	border:0px solid green;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:-25px;
	overflow:hidden;
	z-index: 3;
	max-height:inherit;
}
.frame-pane-1of3,
.frame-pane-2of3,
.frame-pane-3of3, 
.frame-pane-50
{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:40px;
	z-index: 4;
	/* max-height: 318px; */
}
.frame-pane-3of3 {float:right;}
.frame-pane-3of3 form {text-align: center;}
.frame-pane-50 {padding-right:0px;}
.frame-pane-100, .frame-full-width {
	width:100%;
	clear:both;
}
.frame-pane-100 img {
	float:left;
	max-width:100%;
}
.frame-pane-50 img {
	max-width:100%;
}
.frame-pane-66 {
	width:100%;
	max-height: 318px;
	float:left;
	margin-bottom:40px;
	z-index: 4;
}
.frame-pane-33 {
	width:100%;
	float:left;
	max-height: none;
	margin-bottom:40px;
}
.frame-left, .frame-right {
	background-image: url('/images/frame-left.png');
	background-repeat: repeat-y;
	width:42px;
	height:100%;
	overflow: hidden;
	z-index: 5;
	position: absolute;
	top:0px;
}
.frame-right {
	background-image: url('/images/frame-right.png');
	left:auto;
	right:0px;
}
.frame-top {
	background-image:url('/images/frame-top.png');
	background-repeat:repeat-x;
	height:48px;
}
.frame-bottom {
	background-image:url('/images/frame-bottom.png');
	background-repeat:repeat-x;
	height:39px;
	z-index: 99;
	bottom:0px;
}
.frame-top-left, .frame-top-right {
	background-image:url('/images/frame-top-left.png');
	background-repeat:no-repeat;
	background-size: 100% 100%;
	height:48px;
	width:48px;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 20;
}
.frame-top-right {
	background-image:url('/images/frame-top-right.png');
	left:auto;
	right:0px;
}
.frame-bottom-left, .frame-bottom-right {
	background-image:url('/images/frame-bottom-left.png');
	background-repeat:no-repeat;
	background-size: 100% 100%;
	height:42px;
	width:42px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index: 20;
}
.frame-bottom-right {
	background-image:url('/images/frame-bottom-right.png');
	left:auto;
	right:0px;
}
.frame-top img {
	width:100%;
	padding:0px;
	margin:0px;
	background-color:blue;
}
.frame-middle {
	background-image: url('/images/frame-middle.png');
	background-repeat:repeat-y;
	background-size:100% 100%;
	min-height:100px;
	padding-left:3%;
	padding-right:3%;
}
.giant {font-size: 2em;line-height: 1.5em;}
.grey-box {
	background:#dce6f2;
	margin-top:20px;
	margin-bottom:25px;
	min-height:10px;
	box-shadow: 0px 0px 10px black;	
	padding-top:15px;
	overflow: hidden;
}
.grey-box-contents {
	margin:20px 0px 20px 0px;
}
.grey-box-contents img {display:block;margin:0 auto;margin-bottom:20px;}
.grey-box-link-div {
	border:0;
	outline:0;
	border:4px dashed #444;
	padding:0;
	margin:0;
	margin-bottom:20px;
	width:100%;
}
.grey-box p {
	font-family: 'Trebuchet MS', sans-serif;
}
.grey-box-header {
	padding:15px 0px 15px 0px;
	font-size:2em;
	font-weight:normal;
}
.grey-box-header img {
	border:4px solid white;
	margin-right:20px;
}
.grey-box-red-box {
	border:4px solid #990000;
}
.grey-box-red-box h2 {margin:0;padding:0;}
.red-text {
	color:#990000;
	text-shadow: -1px -1px 0px black;
}
.grey-box-red-box a {text-align: center; display:block;}
.indent-text {
	margin-left:5%;
	margin-right:5%; 
}
.italic {
	font-style: italic;
}
.paypal {
	margin:0 auto;
	position: relative;
	display: block;
	padding-top:0px;
}
.price {font-size:56px;color:blue;}
.scroll-bar {
	overflow-y: scroll;
}
.scroll-bar-no {
	overflow-y:none;
	max-height: none;
}
.shadow {box-shadow: 0px 0px 10px black;}
.shadow-double {box-shadow: 0px 0px 30px black;}
.text-memorial {font-size:1.4em;}
.text-memorial h5 {font-size:1.4em;}
.text-memorial h6 {font-size:1.2em;}
.text-family-tree ul
 {
	font-size:1em;
	font-weight: normal;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:1%;
}

/************/
/*! Header  */
/************/
.full-width {width:100%;}
.logo {
	color:white;
	/* font-family:'Rage Italic W01'; */
	font-family: 'Vast Shadow', cursive;
	font-size:1.4em;
	font-weight: normal;
	padding:10px 0px 10px 10px;
	height:110px;
	width:100%;
	padding-left:1%;
	text-align: left;
	line-height:1.7em;
}
.logo-tiny {
	float:right;
	position:relative;
	margin-right:1%;
	 width:20px;
	 height:26px;
	 margin-top:5px;
 }
/**********/
/*! Menu  */
/**********/
.corner-box {
	position:absolute;
	background-image:url('/images/corners.png');
	background-size: contain;
	background-repeat: no-repeat;
	height:29px;
}
.menu-box {	
	padding:6px 0px 6px 0px;
	background-color:#dce6f2;
	border:1px solid black;
	margin-top:-35px;
	background-color:#dce6f2;
}
.nav-padding {
	margin:0 auto;
	border-top:2px dashed #787c85;
	border-bottom:2px dashed #787c85;
}
.button-bar {
	background-color:transparent;	
	padding:5px 0px 5px 0px;
	width:98%;
	border:none;
}
.button {
	background-color:transparent;
	color:black;
	outline:none;
	border:none;
	padding:13px 0px 13px 0px;
	margin:0px;
	height:44px;
	box-shadow: none;
	background:yello;
}
.button:hover {
	outline:3px dashed black;
	background-color:transparent;
	color:black;
}
.button:active {
	outline:3px dashed black;
	background-color:transparent;
	color:black;
}
.f-dropdown {
	background:#e0e0e0;
	color:black;
	border:4px solid black;
	text-align: center;
	box-shadow: 0px 0px 10px black;
}
.f-dropdown li a {color:black;}
/* Individual button styles */
.about {width: 100%;}
.media {width: 100%;}
.ethics {width: 100%;}
.articles {width: 100%;}
.memorial {width: 100%;}
.books {width: 100%;}

 /************/
/*! footer  */
/************/
.copyright, .byline {
	color:#666;
	padding:5px 30px 0px 30px;
	text-align: center;
	margin-bottom:0;
}
.byline p, .copyright p {padding:0;margin:0;}

.no-padding {padding:0px;}
.no-margin {margin:0px;}
.no-clear {clear:none;}
.no-max-height {max-height: 100000px;}
.no-top-margin {margin-top: -20px;}
.centered {margin:0 auto;}
.z-center {text-align: center !important;}
.z-size {font-size: 20px !important;}
.z-text-left {text-align: left;}
.z-wide-margins {padding:20px;padding-bottom:0px;margin-bottom:10px;}
.max-height {max-height: 300px !important;}
.max-height-210 {max-height: 210px !important;}
.product-box {
	border:5px solid grey;
	padding:10px;
	text-align: center;
	margin-bottom:20px;
}
.product-box:last-child {margin-bottom:0px;}
.product-box img {width:30%;}

}
.product-box p {text-align: center;line-height: 1.3rem;margin-top:10px;}
.product-type {color:#cc0000;}
.product-box form {margin:0px;padding:0px;height:26px;}

/* Small Tablet: 768px - 1279px */
@media only screen and (min-width: 480px) {


 
/* Individual button styles */
.about {width: 31%;}
.media {width: 31%;}
.ethics {width: 33%;}
.articles {width: 33%;}
.memorial {width: 31%;}
.books {width: 31%;}

}

@media only screen and (min-width: 503px) {
.logo { font-size:2.8em; text-align: left;line-height:1.4em;}
.logo-tiny {
	 width:39px;
	 height:52px;
	 margin-top:5px;
	 margin-right:2%;
 }
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
.text-family-tree ul
 {	padding-left:3%;
}
.frame-pane-100 img {
	float:left;
	max-width:50%;
	margin-right:20px;
}
.frame-pane-50 img {
	max-width:100%;
}
.frame-pane-1of3, .frame-pane-2of3, .frame-pane-3of3 {
	width:32%;
	background:transparent;
	margin-bottom:40px;
	margin-right:1%;}
.frame-pane-50 {
	width:49%;
	margin-right:1%;
	padding:0px 10px 0px 10px;
}	
.frame-pane-66 {
	width:66%;
}
.frame-pane-66 h1 {font-size: 52px;}
.frame-pane-33 {
	width:33%;
}
.copyright, .byline {
	color:#666;
	padding:5px 30px 0px 30px;
	text-align: left;
}
.byline {float:right;text-align: right;}
.frame p {
	font-size:1em;
	font-weight: normal;
}
.frame-pane-33 p,
.frame-pane-50 p {font-size:1.1em;}

/* Individual button styles */
.about {width: 13%;}
.media {width: 12%;}
.ethics {width: 22%;}
.articles {width: 24%;}
.memorial {width: 16%;}
.books {width: 10%;}

}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .text-family-tree ul{	padding-left:10%;
}
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  
}

@media only screen and (orientation: landscape) {

}
@media only screen and (orientation: portrait) {

}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
 
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 768px) {
 
}

@media only screen and (max-width: 550px) {


}
