<!--LENT-->
<!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' rel='stylesheet' type='text/css' />
<style type="text/css">
body {
background: url(/_layout/images/bkg/seasonal/Lent.jpg) 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:20px; padding:1em 1em .25em 1em; text-align: center;}
.REF {font-size:16px; padding:0 1em 0 0; text-align: right;}
.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: visible;}
.HDR {font-size:20px; padding:2em 2em .25em 6em; text-align: center;}
.REF {font-size:14px; padding:0 1em 0 0; text-align: right;}
.SHC {font-size:16px; padding:0 1em; text-align: right;}
}
/* Medium to large devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 770px) {
.LeftImage{visibility: visible;}
.HDR {font-size:24px; padding:2em 2em .25em 6em; text-align: center;}
.REF {font-size:16px; padding:0 1em 0 0; text-align: right;}
.SHC {font-size:18px; padding:0 1em; text-align: right;}
}
</style>
</head>
<body class="NavigationPage" onLoad="init()">
<!-- BELL TOWER -->
<div class="LeftImage" style="background: position:fixed; width:100%; height:100%; z-index:98; overflow:hidden; ">
<img src="/_layout/images/Church/BellTowerStatue.png" width="144" height="200" style="position:absolute; left: 0; bottom:0;">
</div>

<!--*** WORDING ***-->
<!--
<div style="position:fixed; width:100%; z-index:98; overflow:hidden; border:none;">
<div class="HDR" style="font-family:'Courgette', cursive; color:#FFFFFF;">
"Glory to God in the highest and peace, good will toward men."</div>
<div class="REF" style="padding:0 2em 0 0; font-family:'Courgette', cursive; color:#FFFFFF;">
~ Luke 2:14
</div>
</div>
-->
<div style="position:fixed; width:100%; z-index:98; overflow:hidden; border:none;">
<div class="HDR" style="font-family:'Courgette', cursive; color:#FFFFFF;">
"For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life"</div>
<div class="REF" style="font-family:'Courgette', cursive; color:#FFFFFF;">
~ John 3:16
</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>