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

/******************************BASIC TYPOGRAPHY****************************/
@font-face {
    font-family: 'english';
    src: url('https://www.stalphonsusbalt.org/fonts/IMFeENrm29C.woff2');
}

@font-face {
    font-family: 'english';
    src: url('https://www.stalphonsusbalt.org/fonts/IMFeENit29C.woff2');
    font-style: italic;
}

@font-face {
    font-family: 'english-small-caps';
    src: url('https://www.stalphonsusbalt.org/fonts/IMFeENsc29P.woff2');
}

@font-face {
  font-family: 'icons';
  src:  url('https://www.stalphonsusbalt.org/fonts/stalphonsusbalt-icons.woff');
}

@font-face {
    font-family: 'icons2';
    src: url('https://www.stalphonsusbalt.org/fonts/icons2.woff');
}

body {
	font-family: "adobe-garamond-pro";
	font-size: 18px;
	-webkit-font-feature-settings: "onum" 1, "liga";
  	-moz-font-feature-settings:    "onum" 1, "liga";
  	-ms-font-feature-settings:     "onum" 1, "liga";
  	font-feature-settings:         "onum" 1, "liga";
}

h1 {
	font-family: "trajan-pro-3";
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: lowercase;
}

h2 {
	font-family: "brandon-grotesque";
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.devotions h3 {
    font-family: trajan-pro-3, serif;
    font-size: 22px;
}

.devotions h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.cover h2 {
    /*margin-bottom: 18px;*/
}

.mass-schedule h1 {
    font-size: 30px;
}

.mass-schedule h2 {
    margin-top: 24px; 
    /*margin-bottom: 10px;*/
}

.cover .mass-schedule p {
    text-align: center; 
    margin-bottom: 8px;
} 

.body-logo {
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.body-logo span {
    font-family: trajan-pro-3, serif; 
    font-size: 16px;
    text-transform: uppercase;
}

.latin-title p {
    font-size: 20px;
    font-style: italic;
}

.ampersand {
	font-family: "adobe-garamond-pro";
	font-style: italic;
}

.shadow {
    text-shadow: 2px 2px 8px #000;
}

.p-shadow {
    text-shadow: 1px 1px 8px rgb(17, 8, 12);
}

input {
    font-family: 'brandon-grotesque', sans-serif;
    padding-left: 7px;
}

input:matches([type="button"], [type="submit"], [type="reset"]) {
    border: none;
    padding: 7px 28px;
    cursor: pointer;
}

input[type="submit" i] {
    border: none;
    padding: 7px 28px;
    cursor: pointer;
}

a {
	text-transform: uppercase;
	letter-spacing: 1px;
}

a, a:hover, a:active {
	color: rgb(32, 48, 139);
    text-decoration: none;
}

.devotions a, p a {
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 500;
}

.devotions a:hover, .devotions a:active, .devotions a:focus, footer a:hover, footer a:active, p a:active, p a:hover, p a:focus {
    color: rgb(238, 193, 48);
}

.btn-primary, .btn-info, .btn-success {
    background-color: rgb(32, 48, 139);
    border-color: rgb(32, 48, 139);
    color: rgb(238, 193, 48);
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0px;
}

.btn-info {
    font-size: 15px;
}

.btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: rgb(238, 193, 48);
    border-color: rgb(238, 193, 48);
    color: rgb(32, 48, 139);
}

a.btn-outline-dark, .section-title a.btn-outline-dark {
    border-radius: 0px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(32, 48, 139);
    background-color: none;
    padding: 6px 12px; 
    border:1px solid rgb(32, 48, 139);
}

a.btn-outline-dark:hover, a.btn-outline-dark:active, a.btn-outline-dark:focus, a:not([href]):not([tabindex]):hover {
    color: rgb(238, 193, 48);
    border-color: rgb(32, 48, 139);
    background-color: rgb(32, 48, 139);
}

.btn-outline-light {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    border: 1px solid white;
    padding: 6px 12px;
}

a.btn-outline-light:hover, a.btn-outline-light:active, a.btn-outline-light:focus {
    color: rgb(238, 193, 48);
    background-color: rgb(32, 48, 139);
    border: 1px solid rgb(32, 48, 139);
}

.cover .row .col-md #donate-button-container #donate-button img {
    width: auto;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

figure {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

figcaption {
	font-size: 12px;
	text-align: right;
    font-family: 'brandon-grotesque', sans-serif;
}

hr {
	border: 0;
    height: 1px;
    width: 50%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.white {
    border: 0;
    height: 1px;
    /*width: 50%;*/
     width: 100%;
    max-width: 750px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.card-text {
    text-transform: none;
    letter-spacing: normal;
    color: #212529;
}

.cover p {
    max-width: 600px; 
    margin: 0px auto 16px auto;
    text-align: left;
}

.quote {
    padding-left: 20px; 
    padding-right: 20px;
}

.icon-blog:before {
    content: "\e909";
    font-size: 100px;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-facebook:hover, .icon-facebook:active, .icon-facebook:focus, .icon-instagram:hover, .icon-instagram:active, .icon-instagram:focus, .icon-twitter:hover, .icon-twitter:active, .icon-twitter:focus {
    color: rgb(238, 193, 48);
}

/**************************BASIC LAYOUT**************************/
.jumbotron.image {
    padding: 0px;
    margin-bottom: 0px;
}

.jumbotron.image img {
    width: 100%; 
    height: auto;
}

.latin-title {
    margin-top: 30px;
}
/**************************NAVIGATION**************************/
.navbar {
    background-color: white;
    padding: .1rem 1rem;
}

nav .navbar-brand img {
    display: inline-block; 
    float: left;
}

nav .navbar-brand:hover img {
    -webkit-filter: contrast(900%);
    -moz-filter: contrast(900%);
    -o-filter: contrast(900%);
}

nav .navbar-brand h1 {
    font-family: brandon-grotesque, sans-serif;
    font-size: 10px;
    letter-spacing: normal;
    display: inline;
    text-transform: uppercase;
    padding-left: 10px;
    float: left; 
    margin-top: 12px;
}

.nav-item, .dropdown-item {
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

footer .nav-item {
    font-size: 16px;
}

.nav-item a, .nav-item a:visited, .navbar-brand:visited h1 {
    color: #777;
}

.nav-item a:hover, .nav-item a:focus, .nav-item a:active, a.navbar-brand:hover h1, a.navbar-brand:focus h1, a.navbar-brand:active h1 {
    color: #333;
}

.dropdown-toggle::after {
    display: none;
}

/**********************BANNER ANNOUNCEMENT*************************/
.banner-announcement {
    background-color: rgb(32, 48, 139);
    color: rgb(238, 193, 48);
    width: 120%;
    margin-left:-10%;
    text-align: center;
    margin-bottom: -10px;
    margin-top: -20px;
    padding-bottom: 4px;
}

.banner-announcement a {
    color: rgb(238, 193, 48);
}

.banner-announcement h2 {
    padding-top: 13px;
    font-weight: bold;
    font-size: 20px;
    width: 85%;
    max-width: 973px;
    margin-left: auto;
    margin-right: auto;
}

/************************CANDLE SLIDEOUT***********************/
.candle_container {
	display: none;
}

@media (min-width: 768px) {
	.candle_container {
		display: block;
		position: fixed;
		bottom: 60px;
		right: -260px;
		background: rgb(32, 48, 139);
		padding: 40px;
		border-bottom-left-radius: 80px;
		border-top-left-radius: 80px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
}

.candle_container:hover {
	cursor: pointer;
	right: 0;
}

.candle_container a {
	color: rgb(238, 193, 48);
}

.candle_container .candle_icon, .candle_container .chant_icon, .candle_container .key_icon, .candle_container .hands_icon {
	display: inline-block;
	font-size: 42px;
}

.insert_icon {
	position: relative;
    top: -5px;
	font-family: "icons";
	font-style: normal;
	font-weight: 400;
	font-variation: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.key_icon.insert_icon {
    font-family: "icons2";
    top: 0px;
}

.candle_icon:before {
	content: "\E006";
    position: relative;
    top: 0px;
    
}

.chant_icon:before {
	content: "\E001";
}

.key_icon:before {
    content: "\E900";
}

.hands_icon:before {
    content: "\E003";
}

.candle_icon:after, .chant_icon:after, .key_icon:after, .hands_icon:after {
	content: "\E005";
	display: inline-block;
	position: relative;
	top: 6px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	margin: 0 15px;
}

.key_icon:after {
    margin: 0px 15px 0px 0px;
}

.candle_title {
	display: inline-block;
	max-width: 200px;
	font-family: "brandon-grotesque";
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
}

.candle_container a:hover, .candle_container a:active, .candle_container a:focus {
	text-decoration: none;
}

/*************************JUMBOTRON SPLASH**********************/
.jumbotron.splash, #requiem.splash, #requiem-intentions.splash {
    margin-top: 60px;
    background-size: cover; 
    background-position: center;
    margin-bottom: 0px;
}

video#bgvid { 
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*background: url(https://www.stalphonsusbalt.org/assets/video/sheep1.png) no-repeat;*/
    background-size: cover; 
    position: absolute; 
}

#easter video#bgvid {
    background: url(https://www.stalphonsusbalt.org/assets/video/tomb.png) no-repeat center;
    background-size: cover;
}

#mothers-day video#bgvid {
    background: url(https://www.stalphonsusbalt.org/assets/video/mothers-day.png) no-repeat; 
}

#fathers-day video#bgvid {
    background: url(https://www.stalphonsusbalt.org/assets/video/fathers-day.png) no-repeat; 
}

#poor-souls video#bgvid {
    background: url(https://www.stalphonsusbalt.org/assets/video/cemetery-wildflowers.png) no-repeat;
}

#dc video#bgvid {
    background: url(https://www.stalphonsusbalt.org/assets/video/dc.png) no-repeat;
}

#sait-alphonsus video#bgvid {
    background: url(https://stalphonsusbalt.org/assets/video/sheepwindmill.png) no-repeat;
}

.jumbotron.splash#reparations-dc {
    background-image: url('https://www.stalphonsusbalt.org/assets/cherries.jpg');
}

.jumbotron.splash#rorate-home {
    background-image: url('https://www.stalphonsusbalt.org/assets/rorate18.jpg');
}

.jumbotron.splash#rorate-thank-you {
    background-image: url('https://www.stalphonsusbalt.org/assets/rorate-thank-you-splash.jpg');
}

.jumbotron.splash#rorate-received {
    background-image: url('https://www.stalphonsusbalt.org/assets/rorate-received-splash.jpg');
}

.jumbotron.splash#alphonsus {
    background-image: url('https://www.stalphonsusbalt.org/assets/alphonsus-procession.jpg');
}

.jumbotron.splash#saint-alphonsus {
    background-image: url('https://www.stalphonsusbalt.org/assets/sheepsplash.jpg');
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat; 
    margin-top: 0px;
}

.jumbotron.splash#reparationsindex {
    background-image: url('https://www.stalphonsusbalt.org/assets/gospel.jpg');
}

.jumbotron.splash#easter, .jumbotron.splash#saint-alphonsus, .jumbotron.splash#poor-souls, .jumbotron.splash#bishops, .jumbotron.splash#dc, .jumbotron.splash#mothers-day, .jumbotron.splash#fathers-day, .jumbotron.splash#mothers {
    position: relative;
    overflow:hidden;
    background: none;
}

.jumbotron.splash#lent {
    background-image: url('https://www.stalphonsusbalt.org/assets/Desert_Judean.jpg');
}

.jumbotron.splash#mothers {
    background-image: url('https://www.stalphonsusbalt.org/assets/mothersdaysplash.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jumbotron.splash#holy-face {
    background-image: url('https://www.stalphonsusbalt.org/assets/holy-face.jpg');
}

.jumbotron.splash#ordinary {
    background-image: url('https://www.stalphonsusbalt.org/assets/winter-light.jpg');
}

.jumbotron.splash#victoria-requiem {
    background-image: url('https://www.stalphonsusbalt.org/assets/requiem-angel.jpg');
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
    margin-top: 0px;
}

.jumbotron.splash#bishopsweek {
    background-image: url('https://stalphonsusbalt.org/assets/peter-key.jpg');
}

.jumbotron.splash#christmas {
    background-image: url('https://www.stalphonsusbalt.org/assets/christmas-elevation.jpg');
}

.jumbotron.splash#churchunity {
    background-image: url('https://www.stalphonsusbalt.org/assets/churchunity.jpg');
}

.jumbotron.splash#christmas-thank-you {
    background-image: url('https://stalphonsusbalt.org/assets/midnight-candles.jpg');
}

.jumbotron.splash#pray {
    background-image: url('https://www.stalphonsusbalt.org/assets/easter-vigil-servers.jpg'); 
}

.jumbotron.splash#visit, .jumbotron.splash#schedule {
    background-image: url('https://www.stalphonsusbalt.org/assets/ceiling.jpg');
}

.jumbotron.splash#sacredmusic {
    background-image: url('https://www.stalphonsusbalt.org/assets/music-splash.jpg');
}

.jumbotron.splash#parish {
    background-image: url('https://www.stalphonsusbalt.org/assets/procession-basilica.jpg');
}

.jumbotron.splash#donate {
    background-image: url('https://www.stalphonsusbalt.org/assets/saguto.jpg');
}

.jumbotron.splash#thank-you {
    background-image: url('https://www.stalphonsusbalt.org/assets/saguto.jpg');
}

.jumbotron.splash#connect-page {
    background-image: url('https://www.stalphonsusbalt.org/assets/corpus-christi.jpg');
}

.jumbotron.splash#vision {
    background-image: url('https://www.stalphonsusbalt.org/assets/vision/historical.jpg');
}

.jumbotron.splash#reparations {
    background-image: url('https://www.stalphonsusbalt.org/assets/sh-exposition.jpg');
}

.jumbotron.splash#welcome {
    background-image: url('https://www.stalphonsusbalt.org/assets/girls.jpg');
}

.jumbotron.splash#consecration {
    background-image: url('https://www.stalphonsusbalt.org/assets/consecration-splash.jpg');
}


.jumbotron.splash#stjoseph {
    /*background-image: url('https://stalphonsusbalt.org/assets/stjoseph.jpg');*/
    background-image: url('https://stalphonsusbalt.org/assets/stjosephsplash.jpg');
}

.jumbotron.splash#mothersday {
    background-image: url('https://www.stalphonsusbalt.org/assets/mothersdaysplash.jpg');
}

.jumbotron.splash#fathers {
    background-image: url('https://www.stalphonsusbalt.org/assets/fathersdaysplash.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jumbotron.splash#precious-blood {
    background-image: url('https://www.stalphonsusbalt.org/assets/preciousblood.jpg');
}

.jumbotron.splash#cross-sorrows {
    background-image: url('https://www.stalphonsusbalt.org/assets/pieta-splash.jpg');
    margin-top: 0px;
}

.jumbotron.splash#candlemas {
    background-image: url('https://www.stalphonsusbalt.org/assets/candlemas-splash.jpg');
    margin-top: 0px;
}

.sloop {
    font-family: sloop-script-one;
}

.splash .hero {
    text-align: center;
}

.splash .hero h1 {
    font-family: lust-didone, serif;
    font-size: 70px;
    text-transform: uppercase;
    color: rgb(32, 48, 139);
    margin-top: 150px;
    margin-bottom: 0px;
    cursor: default;
}

.title-page-text p {
    text-align: center;
    font-size: 20px;
    max-width: 400px;
    margin: 60px auto;
    line-height: 36px;
    text-transform: uppercase;
}

.enrollment-text {
    margin: 60px auto;
    max-width: 600px;
}

.enrollment-text p:nth-of-type(1) {
    font-size: 24px;
}

.enrollment-text h2 {
    text-align: left;
    margin-top: 42px;
}

/*#saint-alphonsus-intro .enrollment-text h2:nth-of-type(1) {
    margin: 36px auto; 
    font-size: 20px; 
    font-weight: 600; 
    text-align: center; 
    color: rgb(32,48,139);
}*/

.enrollment-section {
    padding-bottom: 60px;
    text-align: center;
}

.enrollment-section h1 {
    margin-top: -10px;
    margin-bottom: 33px;
    font-size: 42px; 
    font-family: 'mantinia';
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
}

.enrollment-section h2 {
    font-family: sloop-script-one; 
    text-transform: none; 
    font-size: 42px; 
    margin-bottom: 0px;
}

.enrollment-section h3 {
    font-family: 'sloop-script-one';
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    margin-top: 12px;
}

.enrollment-section h4 {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.enrollment-tall {
    display: none;
}

@media (min-width: 992px) {
    .enrollment-wide {
        display: none;
    }
    .enrollment-tall {
        display: inline-block;
    }
}

.live-mass p {
    text-align: center;
}

.crimson {
    color: crimson;
}

.splash#victoria-requiem .hero h1 {
    font-size: 77px;
    margin-top: -20px;
    color: white;
}

.splash#cross-sorrows .hero h1 {
    font-size: 60px;
    color: white;
    line-height: .8;
    margin-top: 0px;
    margin-bottom: 20px;
}

.splash#cross-sorrows .hero h2 {
    font-family: sloop-script-one;
    font-size: 40px;
}

.splash#cross-sorrows .hero p {
    margin-top: 80px;
    margin-bottom: 12px;
}

.splash#cross-sorrows .hero h2:nth-of-type(1), .splash#stal .hero h2:nth-of-type(1) {
    margin-top: 150px;
}

#cross-sorrows-info h1, #cross-sorrows-intro h1 {
    font-family: lust-didone, serif; 
    font-size: 40px; 
    text-transform: uppercase; 
    color: darkred; 
    line-height: .8; 
    margin-top: -10px; 
    letter-spacing: normal;
}

#cross-sorrows-info h3, #cross-sorrows-intro h3 {
     
}

#cross-sorrows-info h3:nth-of-type(1), #cross-sorrows-intro h3:nth-of-type(1) {
    margin-bottom: 14px; 
    margin-top: 60px;
    font-size: 33px;
    font-family: sloop-script-one; 
}

#cross-sorrows-info h3:nth-of-type(2), #cross-sorrows-intro h3:nth-of-type(2) {
    margin-bottom: 0px;
    font-family: 'adobe-garamond-pro';
}

#cross-sorrows-info h4, #cross-sorrows-intro h4 {
    margin-top: 24px;
}

#cross-sorrows-info p, #cross-sorrows-intro p {
    font-size: 20px;
}

#cross-sorrows-info #campaign-list {
        margin-top: 33px;
    }
    
#cross-sorrows-info #campaign-list h2 {
    text-align: left;
    margin-top: 48px;
}

#cross-sorrows-intentions .splash {
    background-image: url('https://stalphonsusbalt.org/assets/cross-sorrows-intentions.jpg');
    margin-top: 0px;
}

#cross-sorrows-intentions h1, #cross-sorrows-watch h1, #cross-sorrows-devotion h1 {
    margin-top: -10px; 
    margin-bottom: 33px; 
    font-size: 40px; 
    font-family: 'mantinia'; 
    font-weight: 400; 
    letter-spacing: normal; 
    text-transform: uppercase;
}

#cross-sorrows-intentions h2, #cross-sorrows-watch h2, #cross-sorrows-devotion h2 {
    margin-top: 42px; 
    color: darkred; 
    font-family: sloop-script-one; 
    font-size: 42px; 
    text-transform: none; 
    margin-bottom: 0px;
}

#cross-sorrows-intentions .splash .hero h2 {
    color: white;
    font-size: 56px;
    margin-top: 200px;
    margin-bottom: 200px;
}

#cross-sorrows-devotion {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#cross-sorrows-devotion img {
    border: 1px solid black;
}    

#requiem-intro h3:nth-of-type(1), #rorate-intro h3:nth-of-type(1), #candlemas-intro h3:nth-of-type(1) {
    font-family: sloop-script-three;
    font-size: 42px;
    margin-bottom: 0px;
    margin-top: 60px;
}

#requiem-intro h3:nth-of-type(2), #rorate-intro h3:nth-of-type(2), #candlemas-intro h3:nth-of-type(2) {
    font-family: adobe-garamond-pro;
    font-size: 36px;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 0px;
}

#requiem-intro h1, #rorate-intro h1 {
    font-family: lust-didone, serif;
    font-size: 62px;
    text-transform: uppercase;
    color: rgb(0, 112, 136);
    line-height: 1;
    margin-top: -10px;
}

#requiem-intentions .splash {
    background-image: url('https://stalphonsusbalt.org/assets/bw-angel.jpg');
    margin-top: 0px;
}

#requiem-intentions h1, #requiem-watch h1, #requiem-music h1 {
    margin-top: -10px; 
    margin-bottom: 33px; 
    font-size: 30px; 
    font-family: 'mantinia'; 
    font-weight: 400; 
    letter-spacing: normal; 
    text-transform: uppercase;
}

#requiem-intentions h2, #requiem-watch h2, #requiem-music h2 {
    margin-top: 42px; 
    color: rgb(0, 112, 149); 
    font-family: sloop-script-one; 
    font-size: 30px; 
    text-transform: none; 
    margin-bottom: 0px;
}

#requiem-intentions .splash .hero h2 {
    color: white;
    font-size: 56px;
    margin-top: 200px;
    margin-bottom: 200px;
}

#rorate-intro h1 {
    color: rgb(32, 48, 139);
}

#rorate-candle {
    padding: 60px 45px;
    margin-top: 0px;
    background-color: #e7e7e7;
    color: black;
}

#rorate-candle .splash {
    background-image: url('https://stalphonsusbalt.org/assets/rorate-candles.jpg');
    margin-top: 0px;
}

#rorate-candle .splash .hero h2 {
    margin-top: 150px;
    margin-bottom: 150px;
    font-family: sloop-script-three;
    font-size: 70px;
    color: white;
}

#rorate-candle h1, #rorate-waiting h1, #rorate-watch h1, #rorate-music h1 {
    margin-top: -10px; 
    margin-bottom: 33px; 
    font-size: 40px; 
    font-family: 'mantinia'; 
    font-weight: 400; 
    letter-spacing: normal; 
    text-transform: uppercase;
}

#rorate-candle h2, #rorate-waiting h2, #rorate-watch h2, #rorate-music h2 {
    margin-top: 42px; 
    color: rgb(32, 48, 139); 
    font-family: sloop-script-one; 
    font-size: 40px; 
    text-transform: none; 
    margin-bottom: 0px;
}

#rorate-music {
    padding: 60px 45px;
    margin-top: 0px;
    background-color: #e7e7e7;
    color: black;
}

#rorate-music .splash {
    background-image: url('https://stalphonsusbalt.org/assets/rorate-altar.jpg');
    margin-top: 0px;
}

#rorate-music .splash .hero h3 {
    margin-top: 120px;
    font-family: brandon-grotesque;
    color: white;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#rorate-music .splash .hero h2 {
    margin-top: 12px;
    margin-bottom: 120px;
    font-family: sloop-script-three;
    font-size: 70px;
    color: white;
}

.splash#saint-alphonsus .hero h1 {
    font-size: 65px;
    margin-top: -20px;
}

.splash#poor-souls .hero h1, .splash#bishops .hero h1 {
    font-size: 46px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.splash#thank-you .hero h1, .splash#welcome .hero h1, .splash#schedule .hero h1 {
    font-size: 60px;
    margin-top: 120px;
}

.splash#christmas .hero h1 {
    font-size: 50px;
    margin-top: 0px;
    color: white;
}

.splash#christmas-thank-you .hero h1 {
    font-size: 60px;
    margin-top: 0px;
    color: white;
}

.splash#christmas .hero h2:nth-of-type(1) {
    font-size: 33px;
    font-family: 'sloop-script-one';
    margin-bottom: -10px;
    margin-top: 70px;
}

.splash#christmas-thank-you .hero h2:nth-of-type(1) {
    font-size: 36px;
    font-family: 'sloop-script-three';
    margin-bottom: -10px;
}

.splash#christmas .hero h2:nth-of-type(2), .splash#christmas-thank-you .hero h2:nth-of-type(2) {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    margin-top: 0px;
}

.splash#christmas-thank-you .hero h2:nth-of-type(2) {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    margin-top: 24px;
}

.splash#christmas .hero p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.splash#candlemas .hero h1 {
    font-size: 60px;
    margin-top: 200px;
    color: white;
}

.splash#candlemas .hero h2 {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    margin-top: 24px;
    letter-spacing: 10px;
}

.splash#candlemas .hero p {
    font-family: 'sloop-script-one';
    font-size: 33px;
    margin-top: 100px;
    margin-bottom: 17px;
}

.splash#candlemas a {
    margin-bottom: 33px;
}

#candlemas-enrollment h1, #candlemas-devotion h1, #candlemas-watch h1 {
    margin-top: -10px; 
    margin-bottom: 33px;
    font-size: 40px; 
    font-family: 'mantinia'; 
    font-weight: 400; 
    letter-spacing: normal; 
    text-transform: uppercase;
}

#candlemas-enrollment h2, #candlemas-devotion h2, #candlemas-watch h2 {
    margin-top: 42px;
    color: indianred; 
    font-family: sloop-script-one; 
    font-size: 40px; 
    text-transform: none; 
    margin-bottom: 0px;
}

#candlemas-enrollment h1 {
    margin-top: 33px;
    margin-bottom: 0px;
}

#candlemas-enrollment h2 {
    margin-top: 12px;
}

#candlemas-enrollment h3 {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 21px;
}

.splash#consecration .hero h2:nth-of-type(1) {
    /*font-size: 36px;
    font-family: 'sloop-script-one';*/
    font-family: 'english';
    font-size: 21px;
    font-weight: normal;
    line-height: .8;
    margin-top: 100px;
    /*margin-bottom: 8px;*/
}

.splash#consecration .hero h3 {
    margin-top: 50px;
    font-family: 'english-small-caps';
    font-size: 24px;
    font-weight: normal;
    color: white;
    margin-bottom: 100px;
}

.splash#consecration .hero p {
    font-family: 'sloop-script-one';
    line-height: .8;
    margin-top: 0px;   
}

#saintjoseph-intro h3:nth-of-type(1) {
    font-family: sloop-script-one;
    font-size: 42px;
    margin-bottom: 0px;
    margin-top: 60px;
}

#saintjoseph-intro h1 {
    font-family: lust-didone, serif;
    font-size: 80px;
    text-transform: uppercase;
    color: rgb(150, 150, 72);
    line-height: 1;
    margin-top: -10px;
    letter-spacing: normal;
}

#saintjoseph-intro h3:nth-of-type(2) {
    font-size: 36px;
    font-weight: 500;
    margin-top: -10px;
}

.saintjoseph-quote {
    background-color: rgba(80, 50, 60, .7);
    padding-top: 60px;
    padding-bottom: 60px;
    color: whitesmoke;
}

.saintjoseph-quote .latin-title .requiem-quote {
    text-align: center;
    max-width: 820px;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 42px;
}

#saintjoseph-intentions {
    padding: 60px 45px;
    margin-top: 0px;
    /*background-color: rgba(202, 203, 175, .5);
    color: black;*/
}

#saintjoseph-intentions h1{
    margin-top: 60px;
    font-family: mantinia;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: normal;
}

#saintjoseph-intentions h2 {
    margin-bottom: 18px;
    color: rgb(120, 75, 90);
    font-family: 'mantinia';
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: normal;
}

#saintjoseph-intentions h3 {
    font-family: "brandon-grotesque";
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 33px;
}

#saintjoseph-prayers h2, #saintjoseph-watch h2 {
    font-family: sloop-script-one;
    text-transform: none;
    font-size: 42px;
    color: rgb(170, 150, 160);
    line-height: .7;
}

#saintjoseph-prayers h1, #saintjoseph-watch h1 {
    font-family: mantinia;
    font-size: 36px;
    letter-spacing: normal;
    text-transform: uppercase;
}

#saintjoseph-acknowledgement {
    /*background-color: rgba(202, 203, 175, .5);*/
}

#saintjoseph-acknowledgement h2 {
    font-family: brandon-grotesque;
    margin-bottom: 33px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.splash#dc .hero h1, .splash#reparations-dc .hero h1 {
    font-size: 40px;
}

.splash .hero h2 {
    font-family: adobe-garamond-pro, serif;
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    margin-top: -10px;
    cursor: default;
}

.splash#easter .hero h2:nth-of-type(1) {
    margin-top: 100px;
    font-family: 'sloop-script-one';
    font-size: 33px;
    line-height: .8;
}

.splash#easter h1 {
    margin-top: 0px; 
    color: white;
}

.splash#easter .hero h2:nth-of-type(2) {
    margin-top: 0px;
    font-family: 'brandon-grotesque';
    font-weight: 500;
    text-transform: uppercase;
    /*font-family: 'sloop-script-one';
    font-size: 50px;*/
    line-height: .8;
}

.splash#easter p {
    margin-top: 70px; 
    margin-bottom: 100px;
    font-family: 'adobe-garamond-pro', serif; 
    font-weight: 500; 
    /*font-size: 28px;*/
    line-height: normal; 
    text-transform: none;
}

#easter-intro h3:nth-of-type(1), #mothers-intro h3:nth-of-type(1), #fathers-intro h3:nth-of-type(1), #preciousblood-intro h3:nth-of-type(1), #saint-alphonsus-intro h3:nth-of-type(1) {
    text-align: center;
    font-family: sloop-script-one;
    font-size: 42px;
    margin-bottom: 0px;
    margin-top: 60px;
}

#easter-intro h1 {
    text-align: center;
    font-family: lust-didone, serif;
    font-size: 100px;
    text-transform: uppercase;
    color: #e7c250;
    line-height: 1;
    margin-top: -10px;
    letter-spacing: normal;
}

#easter-intro h3:nth-of-type(2), #mothers-intro h3:nth-of-type(2), #fathers-intro h3:nth-of-type(2), #preciousblood-intro h3:nth-of-type(2), #saint-alphonsus-intro h3:nth-of-type(2), #churchunity-intro h3:nth-of-type(2) {
    font-size: 36px;
    font-weight: 500;
    margin-top: -10px;
}

#easter-intentions h2, #mothers-intentions h2, #fathers-intentions h2, #preciousblood-intentions h2, #saint-alphonsus-intentions h2 {
    margin-top: 42px;
    color: #e7c250;
    font-family: sloop-script-one;
    font-size: 42px;
    text-transform: none;
    margin-bottom: 0px;
}

/*#easter-intentions h1, */#mothers-intentions h1, #fathers-intentions h1, #preciousblood-intentions h1, #preciousblood-litany h1, #saint-alphonsus-intentions h1 {
    margin-top: -10px; 
    margin-bottom: 33px; 
    font-size: 42px; 
    font-family: 'mantinia'; 
    font-weight: 400; 
    text-transform: uppercase; 
    letter-spacing: normal;
}

#easter-intentions p {
    /*font-size: 22px;*/
}

.splash#mothers .hero h1, .splash#fathers .hero h1, .splash#precious-blood h1, .splash#churchunity h1, .splash#consecration h1 {
    font-size: 77px;
    margin-top: 0px;
    color: white;
    letter-spacing: normal; 
    line-height: 1.1;
}

.splash#consecration h1 {
    font-family: 'mantinia';
    font-size: 40px;
    margin-top: 5px;
    color: white;
    letter-spacing: normal; 
    line-height: .9;
}

.splash#precious-blood h1, .splash#churchunity h1 {
    line-height: .8;
    margin-top: 5px;
}

#candlemas-intro h1 {
    text-align: center;
    font-family: lust-didone, serif;
    font-size: 70px;
    text-transform: uppercase;
    color: indianred;
    line-height: 1;
    margin-top: -10px;
    letter-spacing: normal;
    line-height: 1.1;
}

#consecration-intro h1 {
    text-align: center;
    font-family: lust-didone, serif;
    font-size: 40px;
    text-transform: uppercase;
    color: rgb(14,120,140);
    line-height: 1;
    letter-spacing: normal;
    line-height: .9;
}

#consecration-intro h2 {
    margin-top: 33px;
    font-family: 'sloop-script-one';
    text-transform: none;
    font-size: 28px;
    letter-spacing: normal;
    line-height: .8;
}

#consecration-intro .enrollment-text h2 {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 42px;
    line-height: normal;
}

#consecration-intro .enrollment-text h3 {
    font-family: 'brandon-grotesque';
    color: rgb(14,120,140);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 36px auto;
    font-size: 20px;
    text-align: center;
}

#mothers-intro h1, #fathers-intro h1, #preciousblood-intro h1, #churchunity-intro h1 {
    text-align: center;
    font-family: lust-didone, serif;
    font-size: 70px;
    text-transform: uppercase;
    color: #404585;
    line-height: 1;
    margin-top: -10px;
    letter-spacing: normal;
    letter-spacing: normal;
    line-height: 1.1;
}

#saint-alphonsus-intro h1 {
    text-align: center;
    font-family: lust-didone, serif;
    font-size: 50px;
    text-transform: uppercase;
    color: #404585;
    line-height: 1;
    margin-top: -10px;
    letter-spacing: normal;
    letter-spacing: normal;
    line-height: 1.1;
}

#preciousblood-intro h1, #churchunity-intro h1 {
    line-height: .8;
    margin-top: 5px;
}

#churchunity-intro h1 {
    margin-top: 60px;
}

#fathers-intro h1 {
    color: rgb(88, 100, 63);
}

#preciousblood-intro h1 {
    color: crimson;
}

#churchunity-intro h1 {
    color: midnightblue;
}

#saint-alphonsus-intro h1 {
    color: rgb(32,48,139);
}

#mothers-intentions, #fathers-intentions, #preciousblood-intentions, #saint-alphonsus-intentions {
    padding: 60px 45px;
    margin-top: 0px;
    background-color: #e7e7e7;
    color: black;
}

#mothers-intentions .splash {
    background-image: url('https://stalphonsusbalt.org/assets/mama.jpg');
    margin-top: 0px;
}

#mothers-intentions .splash .hero h2, #fathers-intentions .splash .hero h2, #preciousblood-intentions .splash .hero h2, #saint-alphonsus-intentions .splash .hero h2 {
    margin-top: 150px;
    margin-bottom: 150px;
    font-family: sloop-script-one;
    font-size: 70px;
    color: white;
}

#mothers-intentions .latin-title p:nth-of-type(1), #fathers-intentions .latin-title p:nth-of-type(1), #preciousblood-intentions .latin-title p:nth-of-type(1), #saint-alphonsus-intentions .latin-title p:nth-of-type(1) {
    text-align: center;
    max-width: 820px;
}

#mothers-intentions .latin-title p:nth-of-type(2), #fathers-intentions .latin-title p:nth-of-type(2), #preciousblood-intentions .latin-title p:nth-of-type(2), #saint-alphonsus-intentions .latin-title p:nth-of-type(2) {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    margin-top: -12px;
}

#mothers-intentions h1, #fathers-intentions h1 {
    margin-bottom: 10px;
}

#preciousblood-intentions h1, #saint-alphonsus-intentions h1 {
    margin-bottom: 33px;
}

#mothers-intentions h2 {
    color: #404585; 
}

#mothers-intentions h3, #fathers-intentions h3 {
    font-family: brandon-grotesque, sans-serif;
    font-size: 21px;
    margin-bottom: 33px;
}

#preciousblood-intentions h3, #saint-alphonsus-intentions h3 {
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#fathers-intentions .splash {
    background-image: url('https://stalphonsusbalt.org/assets/fathersblessing.jpg');
    margin-top: 0px;
}

#fathers-intentions h2 {
    color: rgb(88, 100, 63);
}

#preciousblood-intentions .splash {
    background-image: url('https://stalphonsusbalt.org/assets/chalice-mpb.jpg');
    margin-top: 0px;
}

#preciousblood-intentions h2 {
    color: crimson;
}

#saint-alphonsus-intentions .splash {
    background-image: url('https://stalphonsusbalt.org/assets/sheep1.jpg');
    margin-top: 0px;
}

#saint-alphonsus-intentions h2 {
    color: rgb(32, 48, 139);
}

.splash#sacredmusic .hero h1 {
    margin-top: -50px;
}

.splash#sacredmusic .hero h2:nth-of-type(1) {
    margin-top: 140px;
    font-family: sloop-script-three;
    font-size: 100px;
    margin-bottom: 0px;
}

.splash#sacredmusic .hero h2:nth-of-type(2) {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 7px;
    margin-top: -30px;
}

#sponsor-music h3 {
    font-family: mantinia;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-top: 12px;
}

#sponsor-music h4 {
    font-family: brandon-grotesque;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 500;
}

#sponsor-music p {
    text-align: center;
}

.splash#victoria-requiem .hero h2:nth-of-type(1), .splash#reparations .hero h2:nth-of-type(1), .splash#mothers .hero h2:nth-of-type(1), .splash#fathers .hero h2:nth-of-type(1), .splash#precious-blood .hero h2:nth-of-type(1), .splash#rorare .hero h2:nth-of-type(1), .splash#churchunity .hero h2:nth-of-type(1) {
    margin-top: 320px;
    font-family: sloop-script-three;
    font-size: 35px;
    margin-bottom: 0px;
}

.splash#saint-alphonsus .hero h2:nth-of-type(1) {
    margin-top: 150px;
    font-size: 50px;
    font-family: sloop-script-three;
}

.splash#mothers .hero h2:nth-of-type(1), .splash#fathers .hero h2:nth-of-type(1) {
    margin-top: 200px;
}

.splash#precious-blood .hero h2:nth-of-type(1), .splash#churchunity .hero h2:nth-of-type(1) {
    margin-top: 100px;
}

.splash#saint-alphonsus .hero h2 {
    color: white;
}

.splash#stjoseph .hero h2:nth-of-type(1) {
    margin-top: 150px;
    font-family: "sloop-script-three";
    font-size: 50px;
    line-height: .5;
    margin-bottom: -10px;
}

.splash#stjoseph .hero h1 {
    color: white;
    margin-top: 0px;
}

.splash#stjoseph .hero h2:nth-of-type(2) {
    font-family: "brandon-grotesque";
    font-size: 33px;
    text-transform: uppercase;
}

.splash#stjoseph .hero p {
    line-height: .9;
    margin-top: 70px;
    font-family: "sloop-script-one";
    font-size: 50px;
    margin-bottom: 100px;
}

.splash#victoria-requiem .hero h2:nth-of-type(2), .splash#mothers .hero h2:nth-of-type(2), .splash#fathers .hero h2:nth-of-type(2), .splash#precious-blood .hero h2:nth-of-type(2), .splash#churchunity .hero h2:nth-of-type(2) {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3px;
    margin-top: 0px;
}

.splash#consecration .hero h2:nth-of-type(2) {
    font-family: 'english';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 12px;
}

.splash#saint-alphonsus .hero h2:nth-of-type(2) {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    margin-top: 0px;
}

.splash#saint-alphonsus .hero h2:nth-of-type(3) {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3px;
    margin-top: -20px;
    margin-bottom: 120px;
}

.splash#mothers .hero h2:nth-of-type(2) {
    letter-spacing: 7px;
}

.splash#fathers .hero h2:nth-of-type(2), .splash#precious-blood .hero h2:nth-of-type(2), .splash#churchunity .hero h2:nth-of-type(2), .splash#consecration .hero h2:nth-of-type(2) {
    letter-spacing: 0px;
}

.splash#mothers-day .hero h2, .splash#fathers-day .hero h2 {
    font-size: 43px;
}

.splash#pray .hero .sloop, .splash#schedule .hero .sloop {
        font-size: 40px;
    }

.splash#thank-you .hero h2, .splash#welcome .hero h2 {
     margin-top: -10px;
}

.splash#thank-you .hero p, .splash#welcome .hero p, .splash#christmas-thank-you .hero p {
    font-size: 16px;
    margin-top: 30px;
}

.splash#dc .hero h2:nth-of-type(2), .splash#reparations-dc .hero h2:nth-of-type(2) {
    font-size: 22px;
}

.splash#dc .hero h2:nth-of-type(3), .splash#reparations-dc .hero h2:nth-of-type(3) {
    font-size: 13px;
    }

.splash#dc .hero p {
    font-size: 20px;
}

.splash#reparations-dc h2:nth-of-type(2), .splash#reparations-dc h2:nth-of-type(1) {
    color: rgb(238, 193, 48);
}

@media (min-width: 490px) {
    .splash .hero h1 {
        font-size: 100px;
    }
    
    .splash#christmas .hero h2:nth-of-type(2), .splash#christmas-thank-you .hero h2:nth-of-type(2) {
        font-size: 21px;
        letter-spacing: 6px;
    }
    
    .splash#candlemas h2, .splash#consecration .hero h2:nth-of-type(2) {
        font-size: 24px;
    }
    
    .splash#consecration .hero p {
        font-size: 36px;
    }
    
    #consecration-intro h1 {
        font-size: 50px;
    }
    
    #consecration-intro h2 {
        font-size: 30px;
    }
    
    .splash#poor-souls .hero h1, .splash#bishops .hero h1 {
        font-size: 65px;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }
    .splash#dc .hero h1, .splash#reparations-dc .hero h1 {
        font-size: 52px;
    }
    
    .splash#cross-sorrows .hero h1 {
        font-size: 80px;
        line-height: .8;
        margin-bottom: 30px;
    }
    
    .splash#cross-sorrows .hero h2 {
        font-size: 48px;
    }
    
    #cross-sorrows-info h1, #cross-sorrows-intro h1 {
        font-size: 70px;
    }
    
    #cross-sorrows-info h3, #cross-sorrows-intro h3:nth-of-type(1) { 
        font-size: 48px; 
    }
    
    #cross-sorrows-info h3, #cross-sorrows-intro h3:nth-of-type(2) { 
        font-size: 33px; 
    }
    
    #cross-sorrows-intro .enrollment-text h2:nth-of-type(1) {
        text-align: center;
        color: darkred;
        font-size: 21px;
        font-weight: 600;
    }
    
    #requiem-intentions h2, #requiem-watch h2, #requiem-music h2 {
        font-size: 40px;
    }
    
    .splash#mothers-day .hero h1, .splash#fathers-day .hero h1, .splash#holy-face .hero h1, .splash#mothers .hero h1, .splash#fathers .hero h1, .splash#churchunity .hero h1, .splash#precious-blood .hero h1 {
        font-size: 80px;    
    }
    
    .splash#consecration .hero h1 {
        font-size: 55px;
    }

    .splash .hero h2 {
        font-size: 30px;
        margin-top: -20px;
    }
    
    .splash#easter .hero h2:nth-of-type(1) {
        font-family: 'sloop-script-one';
        font-size: 40px;
        line-height: .8;
    }
    
    .splash#easter .hero h2:nth-of-type(2) {
        /*font-family: 'sloop-script-one';
        font-size: 66px;*/
        line-height: .8;
    }
        
    .splash#pray .hero .sloop, .splash#schedule .hero .sloop {
        font-size: 60px;
    }
    
    .splash#thank-you .hero h1, .splash#welcome .hero h1, .splash#schedule .hero h1 {
        font-size: 64px;
        margin-top: 150px;
    }
    
    .splash#requiem-thank-you .hero h2 {
        font-size: 30px;
        margin-top: -20px;
    }
    
    .splash#rorate-thank-you .hero h2:nth-of-type(1) {
        font-size: 50px;
        margin-top: -20px;
    }
    
    .splash#christmas .hero h1, .splash#christmas-thank-you .hero h1 {
        font-size: 64px;
    }
    
    .splash#christmas .hero h2:nth-of-type(1) {
        font-size: 40px;
        margin-top: 105px;
    }
    
    splash#christmas-thank-you .hero h2:nth-of-type(1) {
        font-size: 40px;
        margin-top: 70px;
    }
    
    .splash#consecration .hero h2:nth-of-type(1) {
        /*font-size: 36px;*/
        font-size: 29px;
        margin-top: 150px;
    }
    
    .splash#stjoseph .hero h2:nth-of-type(1) {
        font-size: 75px;
    }
    
    .splash#thank-you .hero h2, .splash#welcome .hero h2 {
       font-size: 21px;
    }
    
    .splash#christmas .hero p {
        margin-top: 30px;
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .splash#thank-you .hero p, .splash#welcome .hero p, .splash#christmas-thank-you .hero p {
        margin-top: 60px;
        font-size: 17px;
    }
    
    .splash#dc .hero h2:nth-of-type(2), .splash#reparations-dc .hero h2:nth-of-type(2) {
    font-size: 28px;
    }
    
    .splash#dc .hero h2:nth-of-type(3), .splash#reparationsdc .hero h2:nth-of-type(3) {
    font-size: 18px;
    }
    
    .splash#saint-alphonsus .hero h2:nth-of-type(1) {
    font-size: 70px;
}

}

@media (min-width: 752px) {
    .splash .hero h1 {
        font-size: 140px;
    }
    
    .splash#christmas .hero h2:nth-of-type(2), .splash#christmas-thank-you .hero h2:nth-of-type(2) {
        font-size: 28px;
        letter-spacing: 10px;
    }
    
    .splash#easter .hero h2:nth-of-type(1) {
        font-family: 'sloop-script-one';
        font-size: 60px;
        line-height: .8;
    }
    
    .splash#easter .hero h2:nth-of-type(2) {
        /*font-family: 'sloop-script-one';
        font-size: 80px;*/
        line-height: .8;
    }
    
    .splash#victoria-requiem .hero h1, .splash#saint-alphonsus .hero h1, .splash#cross-sorrows .hero h1, .splash#mothers .hero h1, .splash#fathers .hero h1, .splash#precious-blood .hero h1, .splash#churchunity .hero h1 {
        font-size: 100px;
    }
    
    .splash#consecration .hero h1 {
        font-size: 90px;
    }
    
    .splash#consecration .hero h3 {
        font-size: 44px;
    }
    
    .splash#consecration .hero p {
        font-size: 40px;
    }
    
    .splash#cross-sorrows .hero h1 {
        line-height: .7;
        margin-bottom: 33px;
    }
    
    .splash#cross-sorrows .hero h2 {
        font-size: 50px;
    }
    
    .splash#poor-souls .hero h1, .splash#bishops .hero h1 {
        font-size: 100px;
        letter-spacing: 0px;
    }
    
    #requiem-intro h1, #rorate-intro h1 {
        font-size: 80px;
    }
    
    .splash#dc .hero h1, .splash#reparations-dc .hero h1 {
        font-size: 78px;
    }
    
    .splash#mothers-day .hero h1, .splash#fathers-day .hero h1, .splash#holy-face .hero h1 {
        font-size: 100px;    
    }
    
    .splash .hero h2 {
        font-size: 40px;
        margin-top: -30px;
    }
    
    .splash#victoria-requiem .hero h2:nth-of-type(1), .splash#reparations .hero h2:nth-of-type(1) {
        font-size: 42px;
    }
    
    .splash#victoria-requiem .hero h2:nth-of-type(2) {
        letter-spacing: 7px;
    }
    
    .splash#thank-you .hero h1, .splash#welcome .hero h1, .splash#schedule .hero h1 {
        font-size: 100px;
        margin-top: 200px;
    }
    
    .splash#rorate-thank-you .hero h2:nth-of-type(1) {
        font-size: 60px;
        margin-top: -20px;
    }
    
    .splash#christmas .hero h1, .splash#christmas-thank-you .hero h1 {
        font-size: 100px;
    }
   
    .splash#christmas .hero h2:nth-of-type(1) {
        font-size: 60px;
        margin-top: 160px;
    }
    
    .splash#christmas-thank-you .hero h2:nth-of-type(1), .splash#consecration .hero h2:nth-of-type(1) {
        font-size: 50px;
        margin-top: 140px;  
    }
    
    .splash#consecration .hero h2:nth-of-type(2) {
        font-size: 33px;
        letter-spacing: 5px;
        margin-bottom: 55px;
    }
    
    /*.splash#consecration .hero h2:nth-of-type(2) {
        font-size: 26px;
    }*/
    
    .splash#christmas .hero p, .splash#christmas-thank-you .hero p {
        margin-top: 80px;
        font-size: 30px;
    }
    
    .splash#candlemas .hero h1 {
        font-size: 90px;
    }
    
    .splash#candlemas .hero h2 {
        font-size: 30px;
    }
    
    .splash#candlemas .hero p {
        font-size: 42px;
    }
    
    #candlemas-intro h1 {
        font-size: 80px;
    }
    
    .splash#stjoseph .hero h2:nth-of-type(1) {
        font-size: 90px;
        line-height: .4;
    }
    
    .splash#thank-you .hero h2, .splash#welcome .hero h2 {
        font-size: 30px;
        margin-top: 0px;
    }
    .splash#thank-you .hero p, .splash#welcome .hero p {
        font-size: 24px;
        margin-top: 60px;
    }
    .splash#dc .hero h2:nth-of-type(2), .splash#reparations-dc .hero h2:nth-of-type(2) {
        font-size: 45px;
    }
    .splash#dc .hero h2:nth-of-type(3), .splash#reparationsdc .hero h2:nth-of-type(3) {
        font-size: 26px;
    }
    .splash#dc .hero p, .splash#reparations-dc .hero p {
       font-size: 30px; 
    }
}

@media (min-width: 900px) {
    .splash .hero h1 {
        font-size: 180px;
    }
    
    .splash#victoria-requiem .hero h1, .splash#cross-sorrows .hero h1, .splash#mothers .hero h1, .splash#fathers .hero h1, .splash#precious-blood .hero h1, .splash#churchunity .hero h1 {
        font-size: 140px;
    }
    
    .splash#consecration .hero h1 {
        /*font-size: 105px;*/
        font-size: 93px;
    }
    
    .splash#consecration .hero h2:nth-of-type(1) {
        font-size: 50px;
        /*margin-top: 250px;*/
    }
    
    .splash#consecration .hero h3 {
        /*margin-top: 150px;*/  
    }
    
    #consecration-intro h1 {
        font-size: 60px;
    }
    
    #consecration-intro h2 {
        font-size: 35px;
    }
    
    .splash#saint-alphonsus .hero h1 {
        font-size: 150px;
    }
    
    .splash#cross-sorrows .hero h2 {
        font-size: 65px;
    }
    
    .splash#dc .hero h1, .splash#reparations-dc .hero h1 {
        font-size: 93px;
    }
    
    .splash#poor-souls .hero h1, .splash#bishops .hero h1 {
        font-size: 122px;
        letter-spacing: 0px;
    }
    
    #requiem-intro h1, #rorate-intro h1 {
        font-size: 100px;
    }
    
    #requiem-intentions h1, #requiem-watch h1, #requiem-music h1 {
        font-size: 40px;
    }
    
    .splash#mothers-day .hero h1, .splash#fathers-day .hero h1, .splash#holy-face .hero h1 {
        font-size: 140px;    
    }
    
    .splash#victoria-requiem .hero h2:nth-of-type(1), .splash#reparations .hero h2:nth-of-type(1), .splash#mothers .hero h2:nth-of-type(1), .splash#fathers .hero h2:nth-of-type(1), .splash#precious-blood .hero h2:nth-of-type(1), .splash#churchunity .hero h2:nth-of-type(1) {
        font-size: 50px;
    }
    
    .splash#stjoseph .hero h2:nth-of-type(1) {
        font-size: 100px;
        line-height: .2;
    }
    
    .splash#easter .hero h2:nth-of-type(2) {
        /*font-size: 90px;*/
    }
    
    .splash#saint-alphonsus .hero h2:nth-of-type(2) {
        font-size: 28px;
        letter-spacing: 10px;
    }
    
    .splash#victoria-requiem .hero h2:nth-of-type(2), .splash#mothers .hero h2:nth-of-type(2) {
        font-size: 28px;
        letter-spacing: 10px;
        margin-bottom: 60px;
    }
    
    .splash#saint-alphonsus .hero h2:nth-of-type(3) {
        font-size: 28px;
        letter-spacing: 10px;
    }
    
    .splash#fathers .hero h2:nth-of-type(2) {
        font-size: 28px;
        letter-spacing: 6px;
        margin-bottom: 60px;
    }
    
    .splash#precious-blood .hero h2:nth-of-type(2), .splash#churchunity .hero h2:nth-of-type(2) {
        font-size: 28px;
        letter-spacing: 3px;
        margin-bottom: 60px;
    }
    
    /*.splash#consecration .hero h2:nth-of-type(2) {
        font-size: 33px;
        letter-spacing: 5px;
        margin-bottom: 55px;
    }*/
    
    .splash#mothers-day .hero h2, .splash#fathers-day .hero h2 {
        font-size: 60px;
    }
    
    .splash#thank-you .hero h1, .splash#welcome .hero h1, .splash#schedule .hero h1 {
        font-size: 120px;
        margin-top: 200px;
    }
    
    .splash#rorate-thank-you .hero h2:nth-of-type(1) {
        font-size: 70px;
        margin-top: -20px;
    }
    
    .splash#christmas .hero h1, .splash#christmas-thank-you .hero h1 {
        font-size: 120px;
    }
    
    .splash#christmas .hero h2:nth-of-type(1) {
        font-size: 70px;
        margin-top: 160px;
    }
    
    .splash#candlemas .hero h1 {
        font-size: 110px;
    }
    
    .splash#candlemas .hero p {
        font-size: 54px;
    }
    
    #candlemas-intro h1 {
        font-size: 90px;
    }
    
    .splash#thank-you .hero h2, .splash#welcome .hero h2 {
        margin-top: -30px;
    }
    .splash#christmas .hero p {
        margin-top: 60px;
        font-size: 36px;
    }
    .splash#thank-you .hero p, .splash#welcome .hero p, .splash#christmas-thank-you .hero p {
        margin-top: 100px;
        font-size: 27px;
    }
    .splash#dc .hero h2:nth-of-type(2), .splash#reparations-dc .hero h2:nth-of-type(2) {
        font-size: 53px;
    }
    .splash#dc .hero h2:nth-of-type(3), .splash#reparations-dc .hero h2:nth-of-type(3) {
        font-size: 31px;
    }
}

@media (min-width: 1100px) {
    .splash#christmas .hero h2:nth-of-type(1) {
        margin-top: 150px;
    }
}

@media (min-width: 1200px) {
    .splash#christmas .hero h2:nth-of-type(1) {
        margin-top: 140px;
    }
}

.splash .hero p {
    margin-top: 150px;
    margin-bottom: 40px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 30px;
    text-align: center;
    color: white;
    font-weight: 400;
    cursor: default;
}

.splash#victoria-requiem .hero p, .splash#saint-alphonsus .hero p, .splash#mothers .hero p, .splash#precious-blood .hero p, .splash#churchunity .hero p {
    font-family: sloop-script-one;
    font-size: 42px;
    margin-top: 40px;
    line-height: 1;
}

.splash#fathers .hero p {
    font-family: sloop-script-one;
    font-size: 42px;
    margin-top: 150px;
    line-height: .8;
}

.splash#pray .hero p, .splash#visit .hero p, .splash#thank-you .hero p, .splash#welcome .hero p {
    margin-bottom: 0px;
}

/***************************PAGE ELEMENTS**********************/
.cover {
    padding: 60px 16px;
    margin-top: 0px;
}

.cover-image {
    position: relative;
}

.cover img {
    width: 100%;
    height: auto;
}

.cover form img {
    width: 1px;
    height: 1px;
}

.cover .tab-pane img {
    width: 70px;
    height: 70px;
}

.gray-section {
    background-color: #e7e7e7
}

.midnight-section {
    background-color: rgb(28,28,42);
    color: #F5F5F5;
    font-size: 30px;
}

.cover.consecration {
    background-color: rgb(14,120,140);
    color: whitesmoke;
    font-family: 'english';
}

.section-subtitle {
    width: 100%;
    margin-bottom: 60px;
}

.white-line {
    background-image: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0.75), rgba(250, 250, 250, 0));
}

.gold-line {
    background-image: linear-gradient(to right, rgba(254, 209, 9, 0), rgba(254, 209, 9, 1), rgba(254, 209, 9, 0));
    height: 3px;
}

.desktop {
    padding: 60px 10px;
    background-image: url(https://stalphonsusbalt.org/assets/tabletop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#christmas-intro h1 {
    color: #e7c250; 
    font-family: lust-didone, serif; 
    font-size: 60px; 
    text-transform: uppercase; 
    line-height: 1; 
    margin-top: 60px; 
    margin-bottom: 0px;
}

#christmas-intro h2 {
    font-family: 'sloop-script-one';
    font-size: 58px;
    margin-top: -10px;
    color: whitesmoke;
    text-transform: none;
}

#christmas-intro h3 {
    font-family: 'brandon-grotesque', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}

#christmas-intro a, #christmas-intro a:hover, #christmas-intro a:active {
    color: #e7c250;
}

#christmas-intro a.btn-primary:hover, #christmas-intro a.btn-primary:active {
    color: rgb(32, 48, 139);
}

#christmas-intro p {
    font-size: 1.6rem;
}

#christmas-intro .calls-to-action {
    margin-top: 70px;
}

#christmas-intro .calls-to-action h3 {
    margin-top: 50px;
    text-align: left;
}

#christmas-intro .calls-to-action p {
    font-size: 1.3rem;
}

#christmas-watch #coming-up h1 {
     font-family: 'mantinia';
    font-size: 33px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 33px;
    margin-bottom: 0.5rem;
}

#christmas-watch h2 {
    color: #e7c250;
    font-family: 'sloop-script-one';
    text-transform: none;
    font-size: 48px;
    margin-top: 33px;
}

#christmas-watch #coming-up h2 {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0px;
}

#christmas-watch p {
    color: whitesmoke;
    text-align: center;
    margin-top: 40px;
    font-style: normal;
    font-size: 20px;
    max-width: 650px;
}

#christmas-enrollment, #churchunity-enrollment {
    background-color: white;
    color: darkslategray;
    padding: 20px;
}

#christmas-enrollment h2, #churchunity-enrollment h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    color: rgb(180,0,45);
    font-family: 'mantinia';
    text-transform: uppercase;
    font-size: 33px;
}

#christmas-enrollment h3, #churchunity-enrollment h3 {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
}

#christmas-enrollment h1, #churchunity-enrollment h1 {
    margin-top: -10px;
    margin-bottom: 33px;
    font-size: 48px;
}

#christmas-enrollment p, #churchunity-enrollment p {
    font-size: 22px;
}

#christmas-music {
    padding: 60px 45px;
    margin-top: 0px;
    background-color: rgb(28,28,42);
    color: whitesmoke;
}

#christmas-music .splash {
    background-image: url(https://stalphonsusbalt.org/assets/ecce.jpg);
    margin-top: 0px;
}

#christmas-music h1 {
    margin-top: -10px;
    margin-bottom: 33px;
    font-size: 40px;
    font-family: 'mantinia';
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center;
}

#christmas-music h2 {
    color: #e7c250;
    margin-top: 42px; 
    font-family: 'sloop-script-one'; 
    text-transform: none; 
    font-size: 49px;
    letter-spacing: 0px;
    text-align: center;
}

#christmas-music h4 {
    margin-bottom: 24px;
    color: #e7c250;
    text-align: center;
}

#christmas-music .splash .hero h2 {
    margin-top: 12px;
    margin-bottom: 120px;
    font-family: 'sloop-script-three';
    font-size: 70px;
    color: white;
}

#christmas-music .splash .hero h3 {
    margin-top: 120px;
    font-family: 'brandon-grotesque';
    color: white;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#christmas-music p {
    font-size: 22px;
}

.card.christmas-invitation, .card.invitation {
    background-color: ivory; 
    border-radius: 0px; 
    padding: 14px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    max-width: 700px; 
    margin: auto;
}

.card.christmas-invitation .card-header, .card.invitation .card-header {
    background-color: ivory; 
    border-bottom: none;
}

.card.christmas-invitation .card-header h2, .card.invitation .card-header h2 {
    margin: 33px 0px;
    font-family: 'sloop-script-three';
    color: rgb(180,0,45);
    text-transform: none;
    font-size: 30px
}

.card.christmas-invitation .card-body .card-title, .card.invitation .card-body .card-title {
    font-family: 'adobe-garamond-pro';
    font-size: 28px; 
    margin-bottom: 0px;
}

.card.christmas-invitation .card-body h1, .card.invitation .card-body h1 {
    font-family: 'mantinia'; 
    font-size: 49px; 
    line-height: 1; 
    letter-spacing: 0px; 
    text-transform: uppercase; 
    color: rgb(180,0,45);
}

#easter-intentions {
    padding: 60px 10px;
}

#easter-intentions .card.invitation .card-body h1 {
    color: rgb(85,150,160);
}

#easter-intentions .card.invitation .card-body h3 {
    margin-bottom: 12px;
}

.card.christmas-invitation .card-body p, .card.invitation .card-body p {
    max-width: 450px;
    margin: auto;
    font-size: 17px;
}

.card.christmas-invitation .card-body p.invitation-highlight, .card.invitation .card-body p.invitation-highlight {
    font-family: 'sloop-script-one'; 
    font-size: 25px; 
    color: rgb(180,0,45);
    margin: 21px auto;
}

#easter-intentions .card.invitation .card-body p.invitation-highlight {
    color: rgb(85,150,160);
}

.card.christmas-invitation .card-footer, .card.invitation .card-footer {
    background-color: ivory; 
    border-top: none;
}

.card.christmas-invitation .invitation-outer-border, .card.invitation .invitation-outer-border {
    padding: 7px;
    border: 1px solid goldenrod;
}

#easter-intentions .card.invitation .invitation-outer-border .invitation-inner-border {
    border: 3px solid rgb(85,150,160);
}

#easter-intentions .card.invitation .invitation-outer-border .invitation-inner-border .card-header {
    padding: 1rem;
}

#christmas-schedule-large, #christmas-enrollment-large, #christmas-watch-large {
    display: none;
}

#churchunity-enrollment-large, #churchunity-watch-large {
    display: none;
}

#consecration-enrollment-large, #consecration-watch-large {
    display: none;
}

#christmas-schedule-small, #christmas-enrollment-small, #christmas-watch-small {
    display: block;
}

#churchunity-enrollment-small, #churchunity-watch-small {
    display: block;
}

#consecration-enrollment-small, #consecration-watch-small {
    display: block;
}

#video-watch-small {
    display: block;
}

#video-watch-large {
    display: none;
}

@media (min-width: 490px) {
    #christmas-intro h1 {
        font-size: 57px;
    }
    .cover {
        padding: 60px 45px;
    }
    .card.christmas-invitation .card-body p.invitation-highlight, .card.invitation .card-body p.invitation-highlight {
        font-size: 28px; 
    }
    .card.christmas-invitation .card-body p, .card.invitation .card-body p {
        font-size: 18px;
}
}

@media (min-width: 752px) {
    #christmas-intro h1 {
        font-size: 95px;
    }
    .card.christmas-invitation .card-body p.invitation-highlight, .card.invitation .card-body p.invitation-highlight { 
        font-size: 33px; 
    }
    #christmas-watch-small, #churchunity-watch-small, #video-watch-small, #consecration-watch-small {
        display: none;
    }
    #christmas-watch-large, #churchunity-watch-large, #video-watch-large, #consecration-watch-large {
        display: block;
    }
}

@media (min-width: 768px) {
    #christmas-schedule-small, #christmas-enrollment-small, #churchunity-enrollment-small, #consecration-enrollment-small {
        display: none;
    }
    #christmas-schedule-large, #christmas-enrollment-large, #churchunity-enrollment-large, #consecration-enrollment-large {
        display: block;
    }
}

@media (min-width: 900px) {
    #christmas-intro h1 {
        font-size: 117px;
    }
    .card.christmas-invitation, .card.invitation {
        padding: 60px; 
    }
}

#churchunity-prayer {
    background-image: url(https://stalphonsusbalt.org/assets/churchunity-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#churchunity-prayer .churchunity-container:nth-of-type(1) {
    max-width: 630px;
    margin: 0px auto;
}

.churchunity-container h2 {
    color: rgb(25,25,112);
}

#churchunity-prayer .churchunity-container .churchunity-container {
    max-width: 300px;
    margin: 33px auto;
    outline: 2px solid white;
    padding: 10px;
}

#churchunity-prayer .churchunity-container:nth-of-type(2) {
    max-width: 630px;
    padding: 0px 15px;
    margin: 0px auto;
}

#churchunity-watch .text-center #coming-up h1 {
    margin-top: 33px;
    margin-bottom: 0px;
    font-family: 'mantinia';
    font-size: 33px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

#churchunity-watch .text-center #coming-up h2:nth-of-type(1) {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-family: sloop-script-one;
    text-transform: none;
    font-size: 33px;
    line-height: .8;
}

#churchunity-watch .text-center #coming-up h2:nth-of-type(2) {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0px;
}

#churchunity-enrollment {
   /* padding: 60px 45px;
    margin-top: 0px;*/
    /*background-color: midnightblue;
    color: whitesmoke;*/
}

#churchunity-enrollment .splash {
    /*background-image: url(https://stalphonsusbalt.org/assets/churchunity-enrollment.jpg);
    margin-top: 0px;*/
}

#churchunity-enrollment .splash .hero h2 {
    /*margin-top: 150px;
    margin-bottom: 150px;
    font-family: sloop-script-one;
    font-size: 70px;
    color: white;
    text-transform: none;*/
}

#churchunity-enrollment h2 {
    /*margin-top: 42px;
    font-family: 'sloop-script-one';
    color: #e7c250;
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 0px;*/
}

#churchunity-enrollment h1 {
    /*margin-top: -10px;
    margin-bottom: 33px;*/
}

#churchunity-enrollment p {
    /*font-size: 22px;*/
}

#churchunity-watch {
    /*background-color: midnightblue;
    color: whitesmoke;*/
}

#consecration-enrollment .splash {
    background-image: url(https://stalphonsusbalt.org/assets/consecration-enrollment.jpg);
    margin-top: 0px;
}

#consecration-enrollment .splash .hero h2 {
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: 'sloop-script-one';
    font-size: 40px;
    color: white;
    text-transform: none;
}

#consecration-enrollment h1, #download-novena-consecration h1, #consecration-watch h1, #consecration-submit h1 {
    margin-bottom: 0px;
    font-family: 'mantinia';
    font-size: 36px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
}

#consecration-watch h1, #consecration-submit h1 {
    margin-bottom: 33px;
}

#consecration-enrollment h3 {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 33px;
}

.card-deck .card:hover {
    box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}

#consecration-enrollment .card-deck .card .card-footer a:active, #consecration-enrollment .card-deck .card .card-footer a:hover, #consecration-enrollment .card-deck .card .card-footer a:focus, #consecration-prayers-small .card .card-footer a:active, #consecration-prayers-small .card .card-footer a:hover, #consecration-prayers-small .card .card-footer a:focus {
    color: rgb(32, 48, 139);
}

#consecration-prayers-small {
    display: block;
}

#consecration-prayers-large {
    display: none;
}

@media (min-width: 490px) {
     
}

@media (min-width: 752px) {
    #consecration-enrollment .splash .hero h2 {
        font-size: 60px;
    }
}

@media (min-width: 879px) {
    #consecration-prayers-small {
        display: none;
    }
    
    #consecration-prayers-large {
        display: flex;
    }
}

@media (min-width: 900px) {
    #consecration-enrollment .splash .hero h2 {
        font-size: 70px;
        margin-top: 150px;
        margin-bottom: 150px;
    }
    
    #consecration-enrollment h1, #download-novena-consecration h1, #consecration-watch h1, #consecration-submit h1 {
        font-size: 42px;
    }
}

#churchunity-watch h1 {
    font-family: 'mantinia';
    font-size: 42px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
}

#churchunity-watch #coming-up h1, #consecration-watch #coming-up h1 {
    margin-top: 33px;
    margin-bottom: 0.5rem;
    font-family: 'trajan-pro-3';
    font-size: 33px;
    letter-spacing: 2px;
    text-transform: lowercase;
}

#churchunity-watch h2, #consecration-watch h2 {
    color: #e7c250;
    font-family: 'sloop-script-one';
    text-transform: none;
    font-size: 48px;
    margin-top: 33px;
}

#churchunity-watch #coming-up h2, #consecration-watch #coming-up h2 {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0px;
    color: #212529;
}

#churchunity-watch p, #consecration-watch p {
    text-align: center;
    margin-top: 40px;
    font-style: normal;
    font-size: 20px;
    max-width: 650px;
}

#submission-section {
    background-color: rgb(28,28,42); 
    color: whitesmoke;
}

#submission-section h1 {
    font-size: 48px; 
    color: #e7c250;
    text-align: center;
}

#submission-section h2 {
    margin-bottom: 0px; 
    font-family: 'sloop-script-three'; 
    font-size: 48px;
    text-transform: none;
    text-align: center;
}

#submission-section h3 {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}

#submission-section p {
    font-size: 22px;
}

#submission-section #register {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 33px;
}

#submission-section #register p {
    text-align: left;
    font-size: 18px;
}

#submission-section #register p:nth-of-type(3) {
    margin-bottom: 33px;
}

#register form input.btn-primary {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#christmas-cards {
    padding: 100px 45px;
    margin-top: 0px;
    background-image: url('https://stalphonsusbalt.org/assets/sky.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: whitesmoke;
}

#christmas-cards h2 {
    color: #e7c250;
    font-family: 'sloop-script-three';
    text-transform: none;
    font-size: 48px;
}

#christmas-cards p {
    font-size: 22px;
}

#christmas-cards #card-download, #card-download {
    max-width: 400px;
    margin:33px auto;
}

#christmas-submission-received {
    background: radial-gradient(ellipse at bottom, #334453 0%, #1c1a2a 100%);
    overflow: hidden;
    color: whitesmoke;
}

#christmas-submission-received h1 {
    font-size: 48px;
    color: #e7c250;
    text-align: center;
}

#christmas-submission-received h2 {
    text-align: center;
}

#christmas-submission-received h3 {
    margin-bottom: 0px;
    font-family: 'sloop-script-three';
    font-size: 48px;
    text-transform: none;
    text-align: center;
}

#christmas-submission-received p {
    font-size: 22px;
}

#christmas-submission-received p:nth-of-type(1) {
    margin-top: 48px;
    font-size: 24px;
}

#requiem, #intentions {
    padding: 0px; 
    margin: 0px;
    background-color: rgba(0, 0, 0, .9); 
    color: white;
}

#requiem .text-container, #intentions .text-container {
    padding: 30px 60px 60px;
}

.text-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.text-container p {
    text-align: left;
}

.map-container {
    width: 100%; 
    max-width: 800px; 
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 24px;
}

.video-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-top: 30px;
    height: 335px;
    max-width: 650px;
    max-height: 365px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 650px;
    max-height: 365px;
}

#tenebrae {
    color: ivory;
    padding: 20px;
    background-image: url(https://stalphonsusbalt.org/assets/tenebrae-splash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#stations {
    color: ivory;
    padding: 20px;
    background-image: url(https://stalphonsusbalt.org/assets/stations-splash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#tenebrae .cover, #stations .cover {
    padding-bottom: 0px;
}

#tenebrae .cover h1, #stations .cover h1 {
    font-family: 'mantinia';
    font-size: 42px;
    text-align: center;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: normal;
}

#stations .cover h2 {
    font-family: 'sloop-script-one';
    text-transform: none;
    font-size: 42px;
    color: rgb(85,150,160);
    margin-bottom: 33px;
    margin-top: -10px;
    text-align: center;
}

.line-correction {
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
}

#tenebrae .cover p, #stations .cover p {
    max-width: 800px;
    color: ivory;
}

.ivory-column {
    margin-top: 15px;
    margin-bottom: 30px;
    color: ivory;
    
}

.ivory-column h3 {
    text-align: center;
    margin-bottom: 12px;
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 19px;
}

.ivory-column p {
    margin-bottom: 21px;
}

h3.column-header {
    font-family: 'brandon-grotesque';
    font-size: 19px;
    text-transform: uppercase;  
}

.video-text h1 {
    margin-top: 33px;
    margin-bottom: 0px;
    font-family: 'mantinia';
    font-size: 33px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.video-text h2:nth-of-type(1) {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-family: 'sloop-script-one';
    text-transform: none;
    font-size: 33px;
}

.video-text h2:nth-of-type(2) {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0px;
}

.video-text p.passage {
    margin-top: 30px;
    text-align: center;
}

.enrollment-section .video-text h4 {
    margin-top: 33px;
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}


.video-text-small h1 {
    margin-top: 12px;
    margin-bottom: 0px;
    font-family: 'mantinia';
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: .8;
}

.video-text-small h2 {
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.video-text-small p.passage {
    margin-top: 18px;
    text-align: center;
}

#triduum {
    background-color: ivory;
    padding-top: 40px;
}

#triduum .enrollment-text h4 {
    margin-top: 33px;
}

#triduum .enrollment-text p {
    font-size: 18px;
}

#easter {
    background: url(https://stalphonsusbalt.org/assets/easterbokeh.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}

/****************************SPIRITUAL WORK AND CARDS****************************/
.spiritual-work img {
    width:100%;
    height: auto;
}

.spiritual-work .img-overlay {
    position: absolute;
    left: 20px;
    bottom: 1px;
   
}

.carddeck-row {
    padding: 30px 15px 0px;
}

.card-section {
    padding: 60px 60px 30px;
}

.card, .card-footer:last-child {
    border-radius: 0px;
}

.card-deck .card:hover {
    box-shadow: 1px 1px 18px rgb(180, 180, 180);
}

.cover.spiritual-work .section-title {
    margin-top: calc(50% - 112px);
}

.section-title {
    text-align: center;
    width: 100%;
}

.section-title a {
    color: #212529;
}

.section-title h3 {
    font-size: 24px;
    font-family: trajan-pro-3, serif;
    margin-bottom: 0px;
}

.section-title p {
    margin-bottom: 0px;
}

.section-title h4 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.card-title {
    font-family: brandon-grotesque; sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 18px;
}

.card-footer a {
    font-family: brandon-grotesque; sans-serif;
    letter-spacing: 0px;
    font-size: 12px;
    font-weight: 500;
}

.card-footer a:active, .card-footer a:hover, .card-footer a:focus {
    color: rgb(238, 193, 48);
}

@media (max-width: 700px) { 
	.card-deck-wrapper {
        margin-right:0;
        margin-left:0;
    }
	.card-deck {
	    display: block;
	    margin-bottom: .75rem;
	    table-layout: fixed;
	    border-spacing: 1.25rem 0;
	}
	.card-deck .card {
	    display: block;
	    margin-bottom: .75rem;
	    vertical-align: top;   
	}
}

.icon-uniE903:before {
  content: "\e903";
}

/******************************HEROS**********************************/
.homepage-hero, .upper-hero {
    padding: 0px;
    position: relative;
    margin-bottom: 0px;
}

.homepage-hero img {
    width: 100%;
    height: auto;
}

.img-overlay {
    position: absolute;
    left: 60px;
    bottom: 40px;
    text-shadow: 1px 1px 8px #000;
}

.upper-hero .img-overlay {
    position: absolute;
    left: 20px;
    top: 20px;
    text-shadow: 1px 1px 8px #000;
}

.img-overlay h2 {
    color: white;
    font-weight: 600;
}

.requiem .img-overlay, .candles .img-overlay, .intentions .img-overlay {
    top: 20px;
    left: 20px;
}

.img-overlay h3 {
    color: white;
    font-weight: bold;
    font-size: 24px;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

@media (min-width: 668px){
    .img-overlay {
        bottom: 60px;
    }
}

@media (min-width: 800px) {
    .img-overlay {
        bottom: 80px;
    }
    .img-overlay h3 {
        font-size: 36px;
    }
}

/***************************LEFT ICON SECTIONS*************************/
.left-icon {
    padding: 100px 60px 100px 30px;
}

.left-icon-container  {
    font-family: 'icons';
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 130px;
    text-align: center;
    color: rgb(32, 48, 139);
    padding-bottom: 20px;
}

.icon-uniE90F:before {
  content: "\e90f";
}

.left-icon h3 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#candles .left-icon-container {
    padding-top: 24px;
}

/************************CONNECT CARDS*************************/
.icon-facebook, .icon-instagram, .icon-pen, .icon-twitter {
    font-family: 'icons';
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    /*line-height: 2.5;*/
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-pen:before {
  content: "\e908";
}

.icon-twitter:before {
    content: "\ea96";
}

/***********************DONATE*******************/
.dark-section, .donate-section, .bishops-week {
    background-color: rgba(0, 0, 0, .9);
    padding: 30px 30px 10px;
    color: whitesmoke;
}

.donate-section img, .fssp img, .bishops-week img {
    width: 100%;
    /*(height: auto;*/
    margin-bottom: 20px;
}

.donate-section h3, .bishops-week h3 {
    font-family:trajan-pro-3; 
    font-size: 24px; 
    text-transform: lowercase; 
    margin-top: 8%; 
    margin-bottom: 2px;
}

.donate-section p, .bishops-week p {
    max-width: 320px;
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 36px;
    font-size: 18px;
}

#donate .hero p, #thank-you .hero p {
    text-shadow: 4px 4px 7px #000;
    font-weight: 500;
}

.fssp {
    padding: 60px;
}

.fssp .text-center {
    margin-bottom: 30px; 
    max-width: 600px; 
    margin-left: auto; 
    margin-right: auto;
}

.fssp .text-center h1 {
    font-size: 36px;
}

.fssp .text-center p.italic-intro {
    font-size: 22px;
    margin-top:20px;
    margin-bottom: 0px;
    text-align: center;
}

.fssp .text-center p {
    text-align: left;
}

#music .latin-title p, #building .latin-title p {
    font-size: 30px; 
    text-align: center;
}

#music .attribution, #building .attribution {
    margin-top: -16px; 
    text-align: right;
}

#music h1, #building h1 {
    font-size: 36px;
}

.iframe-container-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.iframe-container-container-wide {
    margin-left: auto;
    margin-right: auto;
}

.iframe-container {
    overflow: hidden; 
    padding-top: 56.25%; 
    position: relative;
    margin-bottom: 20px;
}

/********************CONNECT SECTION*********************/
.connect-section {
    padding: 60px 30px;
}

.connect-section h3 {
    text-transform: none; 
    letter-spacing: normal; 
    font-weight: 700; 
    font-size: 32px;
    margin-bottom: 36px;
}

.contact a {
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#mc_embed_signup {
    font-family: brandon-grotesque, sans-serif !important;
    text-transform: uppercase;
    
}

#mc_embed_signup input.email {
    display: inline-block !important;
    font-family: adobe-garamond-pro, serif !important;
    border-radius: 0px !important;
}

#mc_embed_signup .button {
    background-color: rgb(32, 48, 139) !important;
    border-radius: 0px !important;
    letter-spacing: 0px !important;
    text-transform: uppercase;
    color: rgb(238, 193, 48) !important;
    font-weight: 500 !important;
}

#mc_embed_signup .button:active, #mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
    background-color: rgb(238, 193, 48) !important;
    color: rgb(32, 48, 139) !important;
}

/**************************CONNECT-PAGE************************/
#newsletter #mc_embed_signup {
    max-width: 400px;
    margin: 36px auto;
}

.fb-container, .twitter-container, .instagram-container {
    width: 100%;
    max-width: 500px;
    margin:36px auto;
}


/************************REPARATIONS***********************/
.calendar-grid {
    display: none;
}


@media screen and (min-width: 700px) {
    .calendar-grid {
        display: block;
    }
}

#reparations .container-fluid h2 {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

@media screen and (min-width: 624px) {
    #reparations h1 {
        /*font-size: 80px;*/
    }
}

@media screen and (min-width: 700px){
    #reparations h1 {
        /*font-size: 90px;*/
    }
}

@media screen and (min-width: 768px) {
    #reparations h1 {
        /*font-size:100px;*/
    }
}

#reparations p {
    margin-top: 180px;
}

p.reparation-quote {
    text-align: center; 
    font-size: 24px; 
    max-width: 800px; 
    margin-top: 60px;
}

p.requiem-quote {
    text-align: center; 
    font-size: 30px; 
    max-width: 810px; 
    margin-top: 120px;
    margin-bottom: 120px;
}

p.quote {
    text-align: center; 
    font-size: 20px;
    font-style: italic;
    max-width: 810px; 
    margin-top: 120px;
    margin-bottom: 60px;
}

p.attribution {
    font-size: 20px;
    font-style: normal;
    margin-top: 33px;
    margin-bottom: 120px;
    text-align: center;
}

.reparation-cover h1 {
    font-size: 36px;
}

.calendar-container {
    width: 600px;
    margin: 40px auto 60px;
}

.cell {
    height: 200px; 
    width: 200px; 
    display: inline; 
    float: left;
    background-position: center !important;
}

.row3 .cell {
    width: 600px;
}

.cell-hover {
    display: none;
    text-align: center; 
    background-color: rgba(0, 0, 0, .5); 
    width: 200px; 
    height: 200px;
}

.row3 .cell-hover {
    width: 600px;
}

a:hover .cell .cell-hover {
    display: block;
}

.cell-hover h3 {
    font-family: brandon-grotesque;
    color: white;
    font-weight: bold; 
    font-size: 1.6em; 
    padding-top: 64px;
}

h3.long-title {
    padding-top: 36px;
}

@media screen and (min-width: 924px){
    .calendar-container {
        width: 900px;
    }

    .cell {
        height: 300px; 
        width: 300px; 
    }

    .row3 .cell {
        width: 900px;
    }

    .cell-hover {
        width: 300px; 
        height: 300px;
    }

    .row3 .cell-hover {
        width: 900px;
    }

    .cell-hover h3 {
        font-size: 2em; 
        padding-top: 106px;
    }
    
    .long-title {
    padding-top:90px;
}
}

.cell-hover h4 {
    font-family: brandon-grotesque;
    color: white;
}

.icon-uniE003:before {
  content: "\e003";
}

.reparation-schedule {
    padding: 60px 0px;
    width: 100%;
    float: left;
}

.gray {
    background-color: gainsboro;
}

.reparations-container {
    width: 80%;
    max-width: 900px;
    margin: 60px auto;
    overflow: hidden;
}

.reparations-container .btn-info {
    margin-bottom: 24px;
}

.reparations-image-container {
    width: 30%;
    display: inline;
    float: left;
}

.reparations-image-container img {
    float: right;
    width: 100%;
    height: auto;
}

.reparation-details {
    width: 70%;
    display: inline;
    float: left;
    padding-left: 30px;
}

.paragraph-heading {
    font-family: "brandon-grotesque";
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.reparation-intro {
    font-style: italic;
}

.reparation-join h1 {
    font-size: 36px;
}

p.footnote {
    font-style: italic; 
    margin-top: 35px;
    text-align: center;
}

.reparations-button {
    padding: 0px;
}

.reparations-button.join .container-box {
    padding: 10px 10px 24px;
}

.reparations-button.join .btn-info {
    width: 35%;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    line-height: 32px;
}

.modal-content {
    border-radius: 0px;
}

.modal-header .close {
    padding: .75rem 1rem 1rem !important;
}

/***************************FOOTER**************************/
footer {
    background-image: url(https://www.stalphonsusbalt.org/assets/footer-background.jpg); 
    background-position: top; 
    background-size: cover; 
    padding: 80px 30px 20px;
    color: white;
}

footer h2 {
    font-size: 18px;
}

footer hr {
    margin-top: 0px;margin-bottom: 6px; width: 80%;
}

footer h4 {
    font-size: 18px; 
    margin-bottom: 24px;
}

.turturDei {
    display: block;
    text-align: center;
    overflow: hidden;
    padding-top: 40px;
}

.turturDei img {
    width: 40px;
}

footer p {
    font-size: 18px;
}

footer .copyright {
    margin-top: 33px; 
    padding-bottom: 30px;
}

