@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

.right {

}
.left{

}
.linked-url {
    position: absolute;
    color: transparent;
    background-color: transparent;
    text-decoration: none !important;
    bottom: 0;
    width: 100%;
    display: none;
}
strong{color:#3073b2;}
  
   .h4, h4 {
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
    clear: both !important;
    margin: 5% auto;
    font-style: inherit;
    text-align: center;
    margin-bottom: 1.5%;
}

.boiler {
    display: block;
    clear: both !important;
}

.lt {

}
#blocks {   display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; font-size:115%; line-height:170%;     padding: 10px 30px; }

#blocks1 {   display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; font-size:115%; line-height:170%; background:#eee; padding: 10px 30px;}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}

.more-space{padding-top:10px; padding-bottom:0px; margin-bottom:10px; border-bottom:1px solid #ddd;}

.txt-logo {
text-align: center;
margin: 0px auto 10px;
}

.logo {
width: 200px;
margin: 10px;
}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
font-family: 'Raleway', sans-serif;
background-image:url('images/snow-bg.jpg');
 background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
background-size: cover;
}

/*Footer Box*/
#hero-plus-footer{
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    box-shadow: 0 -1px 0 0 #dedede;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%; font-size:115%;}
#gallery {padding: 4% 5%; background-color: #b9d4e9; box-shadow: 0 15px 20px 11px rgb(57 118 148 / 15%); margin-bottom:40px;}
#gallery h2 {display:none;}
.card-body {
    background:#27aae1;
    color: #fff;
    font-size: larger;
    font-weight: bold;
}
.card-text { text-align:center; font-size:16px; line-height:110%;}

.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px;
    solid rgba(0,0,0,.0): ;
    border-radius: 0.25rem;
    padding: 1%;
    margin: 3%;
}


.card-title{display:none;}
.logo {margin: 10px 20px 10px 20px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited{
    width: 240px;
font-family: 'Raleway', sans-serif;
    background: #3073b2;
    text-align: center;
    margin: 20px 10px 10px 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 12px;
    font-weight: 300;
    font-size: 115%;
    display: inline-block;
    line-height: 120%;
}

 .ctab:hover {    background-color: #004470;
    box-shadow: 0 0 0 transparent;
    color: #fff;}
.link, .link:visited{
font-family: 'Raleway', sans-serif;
    background: #007aa0;
    text-align: center;
    margin: 10px auto;
    text-decoration: none!important;
    color: #fff;
    padding: 12px;
    font-weight: 300;
    font-size: 115%;
    display: block;
    line-height: 120%;
width:240px;
}

 .link:hover {
  background-color: #004470;
    box-shadow: 0 0 0 transparent;
    color: #fff;}
.soc, .soc:visited, .soc:hover {
    color: #3073b2;
    padding: 5px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important: width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem; font-family: 'Raleway', sans-serif; font-weight:700; margin-bottom:1em; ; margin-bottom:1em;}
h2 {text-align:center; font-size: 1.7rem; font-style:italic;margin: 20px 0px 40px;}

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

#txt {
    padding: 2% 4%;
    font-size: 115%;
}
.ctab {
    display: block;
    margin: auto;
}
.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

#blocks1 {
 font-size:100%; line-height:120%;
}
#blocks {
 font-size:100%; line-height:120%;
}

.col-6 {
    max-width: 100%;
    flex-basis: 100%;
}
}