@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
background:url('images/8826651-santa-letter-flat-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
/*Footer Box*/
#hero-plus-footer{
}

.txt{padding:4% 12%; font-family: 'Special Elite', cursive; font-size:140%; letter-spacing:180%; color:#271400;}

.rgt{text-align:right;}

.hero{width:100%; max-width:100%;}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.hero{width:100%; max-width:100%; margin-bottom:4%;}

.right {
    width: 40%;
    float: right !important;
    margin: 2%;
}
#ft .col-md-6 {
    float: left;
}
.ftlink {
    margin: 20% 0px 0px;
    width: 55%;
}
.right img{width:100%; max-width:100%; -webkit-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.44);
-moz-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.44);
box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.44);}


.right-santa img{width:100%; max-width:100%; }


.left{width:40%; float:left; margin:2.5%;}

.left img{width:100%; max-width:100%; -webkit-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.44);
-moz-box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.44);
box-shadow: 2px 4px 12px 0px rgba(0,0,0,0.44);}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: none!important;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
text-align:center;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: none;}

p {
    margin-top: 0;
    margin-bottom: 2rem;
line-height:180%;
}

@media only screen and (max-width: 768px) {

.right, .left, .right-santa{width:100%; float:right; margin:.2%;}

.txt{padding:4% 4%; font-family: 'Special Elite', cursive; font-size:130%; letter-spacing:180%; color:#271400;}
}