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

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

    margin: 20px;}

#flags { background: #EEEDE9; padding: 10px; margin: auto; text-align: center; padding: 10px; }
#flags a {    text-decoration: none!important;
    color: transparent!important; font-size: 0.4em; }
.flag-icon { font-size: 1.5em; margin: 10px; vertical-align: middle; }
body {font-family: 'Nunito Sans', sans-serif;    font-weight: 300;
    line-height: 1.75;
font-size: .6rem;}
#logo {width: 100%;}

#ctab {width: 100%;}

.bar {margin-top: 30px; margin-bottom: 50px;}

a {font-weight: bold; color: #007bff!important;}

#share-floating-bar a {color: #fff !important;}

img {width: 100%;}

#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;
}

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

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

.h1, h1 {
    font-size: 2rem;
    text-align: left;
    margin: 20px 0px 40px;
    color: #0a1f72;
    font-weight: 700;
    text-transform: uppercase

}
p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.h2, h2 {text-align: left; margin-bottom: 20px; color: #0a1f72; font-size: 1.43em;}

h3, .h3 {font-weight: bold; text-transform: uppercase; color: #0a1f72;}
ul li {
          Padding-bottom: 25px;
}
 

.tq {
    background: #fff;
    text-align: left;
    margin: 20px auto;
    color: #0a1f72;
}

#txt {padding: 2% 10%; color: #0a1f72; width: 100%;}

/*Hero Box*/
.logo {margin: 20px 0px 20px 55px;     width: 320px;}
.ctab, .ctab:visited { 
    margin: 40px;
    padding: 15px;
    color: #0a1f72 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    text-transform: uppercase;
  font-weight: 700;
}
.ctab:hover {opacity: 0.8;}

#gallery h2 {display:none;}

#gallery {
    background: url('images/gallery-bg.jpg') center no-repeat;
    background-size: cover;
    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;
}
/*Footer Box*/
#hero-plus-footer{ display: block;
    text-align: center;
    padding: 50px;
    background: url('images/footer-bg.jpg') center no-repeat;
   background-size: cover;
}
#hero-plus-footer .fa-2x {
    font-size: 2em;
    vertical-align: middle;
}
.soc, .soc:visited {
    display: block;
    margin: 15px auto;
    padding: 15px;
    background: #fff;
    color: #7f7f7f !important;
    width: 250px;
    font-size: 18px;
    height: 60px;
    border-radius: 5px;
}

.soc:hover {opacity: 0.8; text-decoration: none;}

.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 {color: #fff;
}
.carousel-inner {
    position: relative;
    width: 50%;
    margin: 0px auto;
    overflow: hidden;
}

.carousel-indicators .active {background-color: #efc71a !important;}

@media only screen and (max-width: 1050px) {
.ctab, .ctab:visited {
    margin: 10px;
    padding: 0px;
}
}

@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;
}
}