@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

* {
	margin: 0;
	padding: 0;
	border: none;
}


	
header#homepage{
	background-image: url("../images/sharedmemoriescandles850.jpg");
	width: 850px;
	height: 704px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
	
}




header {
	/*background-color: rgb(255,255,255);*/
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
}
 header:hover #homebuttonreg{
 	display: none;
 }
 header:hover #homebuttonhov{
 	display: block;
 }


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center#smlogo {
	padding-top: 50px;
	display:inline;
	margin-left:212px;
}

.center#fmlogo {
	padding-top: 50px;
	padding-bottom: 30px;
	display:inline;
	margin-left:212px;
}


#wrapper {
	width: 850px;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Source Sans Pro", "Franklin Gothic",  sans-serif;
}


h1 {
	padding-bottom: 20px;
	padding-top: 0px;
	font-weight: bolder;
}

h2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
h1, h2 {
	text-align: center;
}

mark {
   background-color: black;
   background: white;
	color: #000000;
   padding: 2px 8px 3px 8px;
   border-radius: 5px;
   margin-right:8px;
}

.homepagebutton {
	width: 170px;
	padding-top: 59px;
	padding-bottom: 59px;
	border-radius: 50%;
    background: -webkit-linear-gradient(135deg,#000000,#615f5f,#ffffff,#615f5f,#000000);
    border: none;
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 25px;
    margin: 4px 2px;
	margin-bottom: 15px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
-webkit-box-shadow: 0px 10px 13px -7px #000000, -10px 20px 21px 5px rgba(0,0,0,0.56); 
box-shadow: 0px 10px 13px -7px #000000, -10px 20px 21px 5px rgba(0,0,0,0.56);
}

.homepagebutton:hover {
	background: white;
	color: black;
-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}



.homepagebutton2 {
	width: 170px;
	padding-top: 59px;
	padding-bottom: 59px;
	border-radius: 50%;
    background: white;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 25px;
    margin: 4px 2px;
	margin-bottom: 15px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
-webkit-box-shadow: 0px 10px 13px -7px #000000, -10px 20px 21px 5px rgba(0,0,0,0.56); 
box-shadow: 0px 10px 13px -7px #000000, -10px 20px 21px 5px rgba(0,0,0,0.56);
}

.homepagebutton3 {
	width: 170px;
	padding-top: 73px;
	padding-bottom: 73px;
	border-radius: 50%;
    background:white;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 25px;
    margin: 4px 2px;
	margin-bottom: 15px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
-webkit-box-shadow: 0px 10px 13px -7px #000000, -10px 20px 21px 5px rgba(0,0,0,0.56); 
box-shadow: 0px 10px 13px -7px #000000, -10px 20px 21px 5px rgba(0,0,0,0.56);
}
.homepagebutton2:hover {
background: -webkit-linear-gradient(135deg,#000000,#615f5f,#ffffff,#615f5f,#000000);
	color: #000000;
}

.homepagebutton3:hover {
	background: -webkit-linear-gradient(135deg,#000000,#615f5f,#ffffff,#615f5f,#000000);
	color: #000000;

}

.button {
	width: 50%;
	margin-left: 205px;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
    background: #000000;
    border: none;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 25px;
	margin-bottom: 15px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 10px;


}

.button:hover {
	background: #78a5df; /*-webkit-linear-gradient(135deg,#343434,#999999,#ffffff,#999999,#343434);*/
	color: #000000;

}

#buttonleft {
	float: left;
	width: 264px;
	height: 250px;
	padding-left: 20px;

}

#buttonright {
	float: right;
	width: 566px;
	height: 250px;
}

#rightsideleft {
	float: left;
	width: 245px;
	padding-left: 55px;
}
#rightsideright {
	float: right;
	width: 197px;
	padding-left: 33px;
}

.homebutton {
	float: right;
	max-width: 60px;
	padding-top: 60px;
	padding-right: 70px;
	
}
 #homebuttonhov{
 	display: none;
 }


.thumbnail {
	-webkit-box-shadow: 5px 5px 9px 1px #474747;
	box-shadow: 5px 5px 9px 1px #474747;
}

.rollover {
width: 200px;
height: 303px;

box-shadow: 3px 3px 2px rgba(0,0,0,0.39);
-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.39);
-moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.39);

font:13px normal "Source Sans Pro", "Franklin Gothic",  sans-serif;
line-height:18px;
float:left;
margin:0 10px 10px 0;


}

.rollover a{
color: #fff;
width: 200px;
height: 303px;
display: block;
text-decoration: none;
position: absolute;
}



.rollover  a:hover{
background:#000;
opacity:.60;
filter:alpha(opacity=60);
position: absolute;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


.rolloverack {
width: 200px;
height: 227px;

box-shadow: 3px 3px 2px rgba(0,0,0,0.39);
-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.39);
-moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.39);

font:13px normal "Source Sans Pro", "Franklin Gothic",  sans-serif;
line-height:18px;
float:left;
margin:0 10px 10px 0;


}

.rolloverack a{
color: #fff;
width: 200px;
height: 227px;
display: block;
text-decoration: none;
position: absolute;
}



.rolloverack  a:hover{
background:#000;
opacity:.60;
filter:alpha(opacity=60);
position: absolute;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}



/* Stationery Thumbnails */
#abstractart {
	background-image: url("../images/abstractartthumb.png");
}

#beachsunset {
	background-image: url("../images/beachsunsetthumb.png");
}

#gardenwalk {
	background-image: url("../images/gardenwalkthumb.png");
}

#creamwallpaper {
	background-image: url("../images/creamwallpaperthumb.png");
}

#fieldflowers {
	background-image: url("../images/fieldofflowersthumb.png");
}

#oldbarn {
	background-image: url("../images/oldbarnthumb.png");
}

#golfsunset {
	background-image: url("../images/golfsunsetthumb.png");
}

#falllake {
	background-image: url("../images/falllakethumb.png");
}

#flagsunset {
	background-image: url("../images/flagsunsetthumb.png");
}

#clouds {
	background-image: url("../images/cloudsthumb.png");
}

#angel2 {
	background-image: url("../images/angel2thumb.png");
}

#blankcustom {
	background-image: url("../images/blankthumb.png");
}

#angel {
	background-image: url("../images/angelthumb.png");
}

#autumnwater {
	background-image: url("../images/autumnwaterthumb.png");
}

#autumnrocks {
	background-image: url("../images/autumnrocksthumb.png");
}

#autumnsun {
	background-image: url("../images/autumnsunthumb.png");
}

#bears {
	background-image: url("../images/bearsthumb.png");
}

#clover {
	background-image: url("../images/cloverthumb.png");
}

#countrysun {
	background-image: url("../images/countrysunthumb.png");
}

#cross {
	background-image: url("../images/crossthumb.png");
}

#deer {
	background-image: url("../images/deerthumb.png");
}

#dove {
	background-image: url("../images/dovethumb.png");
}

#fireman {
	background-image: url("../images/firemanthumb.png");
}

#fisherman {
	background-image: url("../images/fishermanthumb.png");
}

#footprintstheme {
	background-image: url("../images/footprintsthemethumb.png");
}

#hands {
	background-image: url("../images/handsthumb.png");
}

#hockey {
	background-image: url("../images/hockeythumb.png");
}

#irishhills {
	background-image: url("../images/irishhillsthumb.png");
}

#lighthouse {
	background-image: url("../images/lighthousethumb.png");
}

#motorcycle {
	background-image: url("../images/motorcyclethumb.png");
}

#police {
	background-image: url("../images/policethumb.png");
}

#racecar {
	background-image: url("../images/racecarthumb.png");
}

#sailboat {
	background-image: url("../images/sailboatthumb.png");
}

#steps {
	background-image: url("../images/stepstowaterthumb.png");
}

#sunflower {
	background-image: url("../images/sunflowersthumb.png");
}

#veteran {
	background-image: url("../images/veteranthumb.png");
}
#vintagesports {
	background-image: url("../images/vintagesportsthumb.png");
}

#sunset {
	background-image: url("../images/sunsetthumb.png");
}

#violin {
	background-image: url("../images/violinrosethumb.png");
}

#wheatsunset {
	background-image: url("../images/wheatsunsetthumb.png");
}

#barn {
	background-image: url("../images/barnthumb.png");
}

#blueflowers {
	background-image: url("../images/blueflowersthumb.png");
}

#bluespots {
	background-image: url("../images/bluespotsthumb.png");
}

#bluewallpaper {
	background-image: url("../images/bluewallpaperthumb.png");
}

#campfire {
	background-image: url("../images/campfirethumb.png");
}

#cherryblossom {
	background-image: url("../images/cherryblossomthumb.png");
}

#classiccars {
	background-image: url("../images/classiccarsthumb.png");
}

#countryboots {
	background-image: url("../images/countrybootsthumb.png");
}

#crayons {
	background-image: url("../images/crayonsthumb.png");
}

#duck {
	background-image: url("../images/duckthumb.png");
}

#equestrian {
	background-image: url("../images/equestrianthumb.png");
}

#fallpathway {
	background-image: url("../images/fallpathwaythumb.png");
}

#fishtackle {
	background-image: url("../images/fishtacklethumb.png");
}

#flagsoldier {
	background-image: url("../images/flagsoldierthumb.png");
}

#flowerpainting {
	background-image: url("../images/flowerpaintingthumb.png");
}

#garden {
	background-image: url("../images/gardenthumb.png");
}

#golfbag {
	background-image: url("../images/golfbagthumb.png");
}

#golfwater {
	background-image: url("../images/golfwaterthumb.png");
}

#greenspots {
	background-image: url("../images/greenspotsthumb.png");
}

#greenwallpaper {
	background-image: url("../images/greenwallpaperthumb.png");
}

#hotairballoons {
	background-image: url("../images/hotairballoonsthumb.png");
}

#jetplanes {
	background-image: url("../images/jetplanesthumb.png");
}

#logcabin {
	background-image: url("../images/logcabinthumb.png");
}

#mechanic {
	background-image: url("../images/mechanicthumb.png");
}

#mountainflowers {
	background-image: url("../images/mountainflowersthumb.png");
}

#nightbridge {
	background-image: url("../images/nightbridgethumb.png");
}

#openarms {
	background-image: url("../images/openarmsthumb.png");
}

#orangepaint {
	background-image: url("../images/orangepaintthumb.png");
}

#palmtrees {
	background-image: url("../images/palmtreethumb.png");
}

#piano {
	background-image: url("../images/pianothumb.png");
}

#pinkspots {
	background-image: url("../images/pinkspotsthumb.png");
}

#poinsettia {
	background-image: url("../images/poinsettiathumb.png");
}

#basketball {
	background-image: url("../images/basketballthumb.png");
}

#butterfly {
	background-image: url("../images/butterflythumb.png");
}

#candles {
	background-image: url("../images/candlesthumb.png");
}

#canoe {
	background-image: url("../images/canoethumb.png");
}

#glasses {
	background-image: url("../images/glassesthumb.png");
}

#nature {
	background-image: url("../images/naturethumb.png");
}

#paperlanterns {
	background-image: url("../images/paperlanternsthumb.png");
}

#purpleflowers {
	background-image: url("../images/purpleflowersthumb.png");
}

#purplespots {
	background-image: url("../images/purplespotsthumb.png");
}

#purplewallpaper {
	background-image: url("../images/purplewallpaperthumb.png");
}

#rainbow {
	background-image: url("../images/rainbowthumb.png");
}

#sewing {
	background-image: url("../images/sewingthumb.png");
}

#stairstoheaven {
	background-image: url("../images/stairstoheaventhumb.png");
}

#sunshine {
	background-image: url("../images/sunshinethumb.png");
}

#wintercardinal {
	background-image: url("../images/wintercardinalthumb.png");
}

#winterfence {
	background-image: url("../images/winterfencethumb.png");
}

#wintersnow {
	background-image: url("../images/wintersnowthumb.png");
}

#wintersunset {
	background-image: url("../images/wintersunsetthumb.png");
}

#yellowflowers2 {
	background-image: url("../images/yellowflowers2thumb.png");
}

#yellowspots {
	background-image: url("../images/yellowspotsthumb.png");
}

#baseball {
	background-image: url("../images/baseballthumb.png");
}

#football {
	background-image: url("../images/footballthumb.png");
}

#quilt {
	background-image: url("../images/quiltthumb.png");
}

#soccer {
	background-image: url("../images/soccerthumb.png");
}

#jewish {
	background-image: url("../images/jewishthumb.png");
}

#teacher {
	background-image: url("../images/teacherthumb.png");
}

#peacock {
	background-image: url("../images/peacockthumb.png");
}

#roses {
	background-image: url("../images/rosesthumb.png");
}

#stars {
	background-image: url("../images/starsthumb.png");
}

#celticcross {
	background-image: url("../images/celticcrossthumb.png");
}

#photoblue {
	background-image: url("../images/bluewallpaperphotothumb.png");
}

#photogreen {
	background-image: url("../images/greenwallpaperphotothumb.png");
}

#photocream {
	background-image: url("../images/creamwallpaperphotothumb.png");
}

#photopurple {
	background-image: url("../images/purplewallpaperphotothumb.png");
}

#band {
	background-image: url("../images/bandthumb.png");
}

#brass {
	background-image: url("../images/brassthumb.png");
}

#drums {
	background-image: url("../images/drumsthumb.png");
}

#guitar {
	background-image: url("../images/guitarthumb.png");
}

#keyboard {
	background-image: url("../images/keyboardthumb.png");
}

#sheetmusic {
	background-image: url("../images/sheetmusicthumb.png");
}

#strings {
	background-image: url("../images/stringsthumb.png");
}

#hummingbird {
	background-image: url("../images/hummingbirdthumb.png");
}
#scroll {
	background-image: url("../images/scrollthumb.png");
}
#legacyscroll {
	background-image: url("../images/legacyscrollthumb.png");
}
#boatsunset {
	background-image: url("../images/boatsunsetthumb.png");
}
#cat {
	background-image: url("../images/catthumb.png");
}
#coveredbridge {
	background-image: url("../images/coveredbridgethumb.png");
}
#dog {
	background-image: url("../images/dogthumb.png");
}
#serenewater {
	background-image: url("../images/serenewaterthumb.png");
}
#wheat {
	background-image: url("../images/wheatthumb.png");
}
#wintersunset2 {
	background-image: url("../images/wintersunset2thumb.png");
}
#yarn {
	background-image: url("../images/yarnthumb.png");
}
#ourlady {
	background-image: url("../images/ourladythumb.png");
}
#rosary {
	background-image: url("../images/rosarythumb.png");
}
#sacredheartj {
	background-image: url("../images/sacredjesusthumb.png");
}
#sacredheartm {
	background-image: url("../images/sacredmarythumb.png");
}
#sunrisecross {
	background-image: url("../images/sunrisecrossthumb.png");
}
#rainbow2 {
	background-image: url("../images/rainbow2thumb.png");
}
#pastelpaws {
	background-image: url("../images/pastelpawsthumb.png");
}
#rainbowbridge {
	background-image: url("../images/rainbowbridgethumb.png");
}
#petcollar {
	background-image: url("../images/petcollarthumb.png");
}
#pawprintmeadow {
	background-image: url("../images/pawprintmeadowthumb.png");
}
#pawprints {
	background-image: url("../images/pawprintsthumb.png");
}
#woven {
	background-image: url("../images/wovenancestrythumb.png");
}
#wingsheritage {
	background-image: url("../images/wingsofheritagethumb.png");
}
#kentepride {
	background-image: url("../images/kentepridethumb.png");
}
#regalthreads {
	background-image: url("../images/regalthreadsthumb.png");
}
#mackinac{
	background-image: url("../images/mackinacthumb.png");
}
#deer2{
	background-image: url("../images/deer2thumb.png");
}
#monarch{
	background-image: url("../images/monarchthumb.png");
}
#lighthouse2{
	background-image: url("../images/lighthouse2thumb.png");
}
#gentlejourney{
	background-image: url("../images/gentlejourneythumb.png");
}

/* Forever Moments Stationery Thumbnails */
#fmbutterfly {
	background-image: url("../images/fmbutterflythumb.png");
}
#countrycardinal {
	background-image: url("../images/countrycardinalthumb.png");
}
#dovesofpeace {
	background-image: url("../images/dovesofpeacethumb.png");
}
#embrace {
	background-image: url("../images/embraceseriesthumb.png");
}
#freeflight {
	background-image: url("../images/freeflightthumb.png");
}
#golfersdream {
	background-image: url("../images/golfersdreamthumb.png");
}
#oldglory {
	background-image: url("../images/oldglorythumb.png");
}
#peacefulmemories {
	background-image: url("../images/peacefulmemoriesthumb.png");
}
#rosesplendor {
	background-image: url("../images/rosesplendorthumb.png");
}
#serenityangel{
	background-image: url("../images/serenityangelthumb.png");
}
#stillwaters{
	background-image: url("../images/stillwatersthumb.png");
}
#tendergarden{
	background-image: url("../images/tendergardenthumb.png");
}
#timelessmemories{
	background-image: url("../images/timelessmemoriesthumb.png");
}
#wintersunrise{
	background-image: url("../images/wintersunrisethumb.png");
}


#bloomingcosmos{
	background-image: url("../images/bloomingcosmosthumb.png");
}
#cardinalcomfort{
	background-image: url("../images/cardinalcomfortthumb.png");
}
#delicateflowers{
	background-image: url("../images/delicateflowersthumb.png");
}
#divinehorizon{
	background-image: url("../images/divinehorizonthumb.png");
}
#floralelegance{
	background-image: url("../images/floralelegancethumb.png");
}
#harvestmemories{
	background-image: url("../images/harvestmemoriesthumb.png");
}
#heavenlystairway{
	background-image: url("../images/heavenlystairwaythumb.png");
}
#modernflowers{
	background-image: url("../images/modernflowersthumb.png");
}
#mountainsunrise{
	background-image: url("../images/mountainsunrisethumb.png");
}
#preciousblue{
	background-image: url("../images/preciousbluethumb.png");
}
#rusticflag{
	background-image: url("../images/rusticflagthumb.png");
}
#warmreflections{
	background-image: url("../images/warmreflectionsthumb.png");
}










/* Verse Thumbnails */
#psalm23 {
	background-image: url("../images/psalm23.png");
}

#amthebeautiful {
	background-image: url("../images/amthebeautiful.png");
}

#comfort {
	background-image: url("../images/comfort.png");
}

#crossingthebar {
	background-image: url("../images/crossingthebar.png");
}

#custom {
	background-image: url("../images/custom.png");
}

#diostesalve {
	background-image: url("../images/diostesalvemaria.png");
	}

#elsalmo23 {
	background-image: url("../images/elsalmovientetres.png");
}

#footprints {
	background-image: url("../images/footprints.png");
}

#foreveryburden {
	background-image: url("../images/foreveryburden.png");
}

#serenityprayer {
	background-image: url("../images/serenityprayer.png");
}

#godhathnot {
	background-image: url("../images/godhathnot.png");
}

#iamnotthere {
	background-image: url("../images/iamnotthere.png");
}

#imfree {
	background-image: url("../images/imfree.png");
}

#itsdifficult {
	background-image: url("../images/itsdifficult.png");
}

#john112526 {
	background-image: url("../images/john112526.png");
}

#lordsprayer {
	background-image: url("../images/thelordsprayer.png");
}

#matthew1914 {
	background-image: url("../images/matthew1914.png");
}

#memoryofamother {
	background-image: url("../images/inmemoryofamother.png");
}

#myfarm {
	background-image: url("../images/myfarm.png");
}

#ogentlestheart {
	background-image: url("../images/ogentlestheart.png");
}

#oracion {
	background-image: url("../images/oracion.png");
}

#oracion2 {
	background-image: url("../images/oracion2.png");
}

#peacelikeariver {
	background-image: url("../images/peacelikeariver.png");
}

#psalm121 {
	background-image: url("../images/psalm121.png");
}

#sheafofwheat {
	background-image: url("../images/thesheafofwheat.png");
}

#stfrancis1 {
	background-image: url("../images/stfrancis.png");
}

#stfrancis2 {
	background-image: url("../images/prayerofstfrancis.png");
}

#taps {
	background-image: url("../images/taps.png");
}

#treasured {
	background-image: url("../images/treasuredseasons.png");
}

#waterfowl {
	background-image: url("../images/toawaterfowl.png");
}

#irishblessing {
	background-image: url("../images/irishblessing.png");
}

#john316 {
	background-image: url("../images/john316.png");
}

#letuspray {
	background-image: url("../images/letuspray.png");
}

#memorare {
	background-image: url("../images/memorare.png");
}

#faithfuldeparted {
	background-image: url("../images/prayerforallthefaithfuldeparted.png");
}

#resurrection1 {
	background-image: url("../images/resurrection.png");
}

#resurrection2 {
	background-image: url("../images/resurrection2.png");
}

#romanritual {
	background-image: url("../images/romanritual.png");
}

#opiadoso {
	background-image: url("../images/opiadoso.png");
}

#favoritepoem {
	background-image: url("../images/favoritepoem.png");
}

#godlooked {
	background-image: url("../images/godlookedaround.png");
}

#godsaw {
	background-image: url("../images/godsawhewasgettingtired.png");
}

#lifewithoutend {
	background-image: url("../images/lifewithoutend.png");
}

#littleangels {
	background-image: url("../images/littleangels.png");
}

#motherslove {
	background-image: url("../images/amotherslove.png");
}

#preciouslord {
	background-image: url("../images/preciouslord.png");
}

#whenicometotheend {
	background-image: url("../images/whenicometotheendoftheday.png");
}


#ack1 {
	background-image: url("../images/1.png");
	width: 200px;
	height: 227px;
}

#ack2 {
	background-image: url("../images/2.png");
	width: 200px;
	height: 227px;
}

#ack3 {
	background-image: url("../images/3.png");
	width: 200px;
	height: 227px;
}

#ack4 {
	background-image: url("../images/4.png");
	width: 200px;
	height: 227px;
}

#ack5 {
	background-image: url("../images/5.png");
	width: 200px;
	height: 227px;
}

#ack6 {
	background-image: url("../images/6.png");
	width: 200px;
	height: 227px;
}

#ack7 {
	background-image: url("../images/7.png");
	width: 200px;
	height: 227px;
}

#ack8 {
	background-image: url("../images/8.png");
	width: 200px;
	height: 227px;
}

#ack9 {
	background-image: url("../images/9.png");
	width: 200px;
	height: 227px;
}

#ack10 {
	background-image: url("../images/10.png");
	width: 200px;
	height: 227px;
}

#ack11 {
	background-image: url("../images/11.png");
	width: 200px;
	height: 227px;
}

#ack12 {
	background-image: url("../images/12.png");
	width: 200px;
	height: 227px;
}

/*New Traditions Verses*/
#amthebeautiful2{
	background-image: url("../images/amthebeautiful2.png");
}
#diostesalve2{
	background-image: url("../images/diostesalve2.png");
}

#foreveryburden2{
	background-image: url("../images/foreveryburden2.png");
}

#godgrantme2{
	background-image: url("../images/godgrantme2.png");
}

#godhathnot2{
	background-image: url("../images/godhathnot2.png");
}

#itsdifficult2{
	background-image: url("../images/itsdifficult2.png");
}

#john112526-2{
	background-image: url("../images/john112526-2.png");
}

#lordsprayer2{
	background-image: url("../images/lordsprayer2.png");
}

#stfrancis1-2{
	background-image: url("../images/stfrancis1-2.png");
}

#taps2{
	background-image: url("../images/taps2.png");
}


#blank {
	display: hidden;
	box-shadow: none;
}



/*Candle Thumbnails*/




footer {
	color: black;
	clear: both;
	text-align: center;
	font-family:  "Source Sans Pro", "Franklin Gothic",  sans-serif;
	font-weight: 900;
	display: block;
	width: 500px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

footer a{
	color: black;
}

footer a:hover {
  background: #78a5df;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

dl {
	text-align: center;
	list-style-type: none;
	font-size: 25px;
}

