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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
font-family: 'Open Sans', sans-serif;
}
#hero-plus-hero { align-items:start;}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.right {
float: right;
margin: 15px;
width: 40%;
}

/*Header Box*/
.hero {max-width: 100%;}

.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 40px;
    color: #000;
font-weight:bold;
}
.h2, h2 {text-align: center; margin-bottom: 20px; font-size:145%;}
.tq {
    background: #ffce31;
    text-align: center;
    margin: 20px auto;
    padding: 15px;
    color: #fff;
}
#txt {padding: 2% 10%;}
/*Hero Box*/
.logo {margin: 20px 0px 20px 20px;}

.ctab, .ctab:visited {
  
    padding: 10px;
    background: #00afcf;
    text-decoration: none !important;
    font-size: 18px;
    display: block;
    text-align: center;
    color: #fff!important;
    margin-top: 20px;
margin-bottom:30px;
    width: 90%;
    max-width: 90%;
    margin-left: 5%;
}
.ctab:hover {background: #063591;}
#gallery h2 {display:none;}

#gallery {
    background: #002060;
    width: 100%;
    padding: 30px 50px 40px;
}
.audio-download, .audio-download:visited, .audio-download:hover {
    display: inline-block;
    margin: 20px;
    background: #063591;
    width: 200px;
    padding: 10px;
    color: #fff;
    text-decoration: none !important;
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
    text-align: center;
}
.card-body {
    display: none;
}
/*Body Box*/
#hero-plus-body {
font-size:18px;
font-family: 'Open Sans', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ display: block;
    text-align: center;
    padding: 50px;
    background: #002060;
font-family: 'Open Sans', sans-serif;
}
.soc, .soc:visited {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #fff;
}

.soc:hover {color: #39a9e5;}

.link, .link:visited {
    display: block;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
}

.link:hover {color: #39a9e5; text-decoration: none;}

#txt p {
    font-size: 18px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 768px) {
.sticky-top > #hero-plus-header {
    background-color: white;
    margin-top: 0;
    margin: 0;
}
#hero-plus-header {
    display: block;
    text-align: center;
    margin:0}
.logo {
    margin: 6px auto;
    display: block;
width:170px;
}
.ctab {    display: block; margin-top:5px; margin-bottom:0px; padding:8px; }
.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;
}
.audio-download, .audio-download:visited, .audio-download:hover {
    display: block;
    margin: 20px auto;
    background: #063591;
    width: 200px;
    padding: 10px;
    color: #fff;
    text-decoration: none !important;
    float: none;
    position: inherit;
    text-align: center;
}
}