<!--PALM SUNDAY-->
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0"/>
<link href='https://fonts.googleapis.com/css?family=Courgette|Kalam|Eagle+Lake|Merienda+One' rel='stylesheet' type='text/css' />
<style type="text/css">
body {
background: url(/_layout/images/bkg/palm.png) no-repeat center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.LeftImage{visibility: hidden;}
.HDR {font-size:22px; padding:.5em 0 0 0; text-align: center; visibility: hidden;}
.REF {font-size:22px; padding:0 0 0 0; text-align: center; visibility: hidden;}
.SHC {font-size:14px; padding:0 1em; text-align: right;}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.LeftImage{visibility: hidden;}
.HDR {font-size:24px; padding:.5em 0 0 0; width: 49%; float: left; text-align:left;}
.REF {font-size:24px; padding:.5em 0 0 0; width: 49%; float: right; text-align:right;}
.SHC {font-size:18px; padding:0 1em; text-align: right;}
}
/* Medium to large devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 770px) {
.LeftImage{visibility: hidden;}
.HDR {font-size:30px; padding:.5em 0 0 0; width: 49%; float: left; text-align:center;}
.REF {font-size:30px; padding:.5em 0 0 0; width: 49%; float: right; text-align:center;}
.SHC {font-size:18px; padding:0 1em; text-align: right;}
}
</style>
</head>
<body class="NavigationPage">
<div style="position:fixed; width:100%; z-index:98; overflow:hidden; border:none;">
<div class="HDR" style="font-family:'Eagle Lake', cursive; color:#666666; text-shadow: 1px 1px #CCCCCC;">
Hosanna! Hosanna!
</div>
<div class="REF" style="font-family:'Eagle Lake', cursive; color:#666666; text-shadow: 1px 1px #CCCCCC;">
The King cometh!
</div>
</div>
<div style=" position:absolute; bottom:0; width:100%; z-index:99; overflow:hidden; border:none;">
<div class="SHC" style="font-family:'Kalam', cursive; color:#CCCCCC;">
Sacred Heart Catholic Church ~ Heron Lake, MN</div>
</div>
</body>
</html>