@charset "utf-8";
/* CSS Document */

body {
	font-size: 2.5em;
	background-color: rgba(206,188,176,1);
}

h1 {
	font-family: 'Satisfy', cursive;
	color: #FFCC33;
	font-size: 2.4em;
	margin-bottom: -0.25em;
}

h2 {
	font-size:1.3em;
	color: #3DFBE;
}


h2 a {
	font-size: 1em;
	color: rgba(204,0,0,1);
	text-shadow: 0px 3px 2px #000;
	text-decoration: none;
	text-transform: capitalize;
}
h2 a:hover {
	color: rgba(255,0,0,1);
	text-decoration: none;	text-shadow: 0px 3px 2px #000;
	
}
.slides{
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(bottom, 0px 1px 1px #000, #666);
	background: -o-linear-gradient(bottom, 0px 1px 1px  #000, #666);
	background: -moz-linear-gradient(bottom, 0px 1px 1px #000, #666);
	background: -webkit-linear-gradient(bottom, 0px 1px 1px #000, #666);
	background: -ms-linear-gradient(bottom, 0px 1px px #000, #666);
	color: rgba(142,155,136,1);
	overflow: hidden;
	left: 6px;
	top: -2px;
}

section {
	width:100%;
	height:100%;
	position:absolute;
	padding:36px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	visibility:hidden;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	opacity:0;
	transform:rotate3d(1, 1, 0, 60deg);
	-moz-transform:rotate3d(1, 1, 0, 60deg);
	-webkit-transform:rotate3d(1, 1, 0, 60deg);
	-o-transform:rotate3d(1, 1, 0, 60deg);
}

section.active {
	visibility:visible;
	overflow-y:auto;
	opacity:1;
	-webkit-overflow-scrolling: touch;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transform:none;
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
}

section.titleSlide, section.endSlide {
	padding-top: 25%;
	background-color: rgba(255,255,255,1);
	background-image: url(../images/warren-easter.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

section p {
	float: left;
    width: 50%;
}

section img {
	margin-top:1.25em;
	width:40%;
	float:right;
}

@media all and (max-width: 1024px) {
	body {
		font-size:1.5em;
			}
			
section.titleSlide, section.endSlide {
	background-image: url(../images/warren-easter-md.png);
		background-repeat: no-repeat;
	background-position: left bottom;
}
}

@media all and (max-width: 750px) {
	body {
		font-size:1.5em;
			}
			
section.titleSlide, section.endSlide {
	background-image: url(../images/warren-easter-700.png);
		background-repeat: no-repeat;
	background-position: left bottom;
}
}



@media all and (max-width: 480px) {
		body {
		font-size:1.1em;
			}
	section.titleSlide, section.endSlide {
	background-image: url(../images/warren-easter-400.png);
		background-repeat: no-repeat;
	background-position: left bottom;
}
	section p, section img {
		width:100%;
	}
	
	section.titleSlide, section.endSlide {
	background-image: url(../images/warren-decorsm.png));
		background-repeat: no-repeat;
	background-position: left bottom;}
	section {
		padding: 0 16px;
	}
	
	ul {
		padding-left:14px;
	}
	
}

@media screen and body, article,header,footer(min-width:320px){width:100%;float:none}}

@media screen and body, article,header,footer(max-width:767px){width:100%;float:none}}
@media screen and body, article,header,footer(max-width:1000px){width:100%;float:none}}

/*the two codes below are for the images of the site to be responsive*/


[if lt IE 9]><script>
jQuery(function($) {
    $('img').each(function(){
        // .removeAttr supports SSVs in jQuery 1.7+
        $(this).removeAttr('width height');
    });
});
</script>


/*CSS*/
body:-webkit-full-screen {
	width:100%;
	height:100%;
	background-color: black;
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	margin:0;
	box-sizing:border-box;
	object-fit:contain;
}

@media all and (max-height:1000px) {
	section.titleSlide h1, section.titleSlide h2, section.endSlide h1, section.endSlide h2 {
		text-shadow: 3px 2px rgba(0, 0, 0, 0.5);
	}
}
