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


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  display: none;
  background-color: white;
  border-bottom: solid 3px #254B7C;
}
.card-body {display: none;}
.card {
background-color: transparent;
    border: none;
    box-shadow: 0 0 27px -10px rgba(0, 0, 0, .49);
box-shadow: 0 0 27px -10px rgb(80 106 251 / 72%);
transition: all 0.4s ease 0s;
margin-bottom: 1em;
}

.card:hover{
    transition: all 0.4s ease 0s;
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 40px 1px rgb(145 251 177 / 32%);
    -moz-box-shadow: 0px 0px 40px 1px rgb(145 251 177 / 32%);
    box-shadow: 0px 0px 40px 1px rgb(145 251 177 / 32%);
}

.play-overlay {
    text-shadow: 0 0 12px #fff;
background-color: transparent;
}
body {
font-family: Titillium Web, sans-serif;
    background: #105186;
}


.gp-logo {
margin: 2em auto;
    width: 264px;
    max-width: 100%;
    box-shadow: 0 0 27px -10px rgb(80 106 251 / 72%);
    border-radius: 81%;
}

.gp-logo.logo-bottom {
    width: 130px;
}

h2 { padding: 2% 2% 2% 2%; font-weight: normal; font-style: italic; text-align: center; }
#vidline, .twfeed { float: right; margin-left: 2%; margin-bottom: 2%; width: 40%; }
.card-text {display:none;}
#txt { padding: 2% 10%; font-size:20px;}
h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.3rem;
    color: #fff;
    margin-bottom: 1em;
}
h3 {
    font-size: 1.75rem;
    color: #fff;
    text-transform: uppercase;
    width: 491px;
    max-width: 100%;
    margin: auto;
}
.card-title {
    margin-bottom: .75rem;
    text-align: center;
    font-size: smaller;
}
.tq {
    background: #122344;
    text-align: center;
    font-style: italic;
    padding: 30px;
    margin: 20px auto;
    color: #fff;
    font-weight: 600;
}
/*Header Box*/
#hero-plus-header {  align-items:start;
}
/*Hero Box*/
#hero-plus-hero {
display: block;
    text-align: center;
}
/*Body Box*/
#hero-plus-body {
color: #f3f3f3 !important;
}
#hero-plus-body a {
color: #8cff94!important;
}
/*Footer Box*/
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
}
.link, .link:visited {
    color: #8cff94;
    display: block;
    margin: 5px auto;
    padding: 5px;
    font-size: 150%;
    font-weight: normal;
    word-break: break-word;
}
.link:hover {
color: #8cff94;
opacity: 0.8;
font-weight: bold;
text-decoration: none;
}
#hero-plus-footer{ 
    text-align: center;
    padding: 2em 1em 6em;
    display: block;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.galry { padding: 2% 2% 3% 2%; }
#gallery h2 {display:none;}
.logo {margin: 5px; width: 60%; }
.hero {max-width: 100%;}

.ctab {
    background: #122344;
    color: #fff!important;
    padding: 20px;
    font-size: 140%;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 300px;
    max-width: 100%;
    border-radius: 3px;
    border-bottom: 3px solid #1F344C;
    margin: 30px;
    font-weight: bold;
}
.ctab:hover {
    background: #1F344C;
    color: #fff !important;
    text-decoration: none !important;
}

#gallery { background: #fafafa; padding: 2% 5%;}

@media only screen and (max-width: 768px) {
.gp-logo {width:140px;}
h1 {font-size: 1.5rem;}
#vidline, .twfeed { float: none; margin-left: 0; margin-bottom: 0; width: 100%; }
#hero-plus-header {
    align-items: start;
    display: block;
}
.logo {
    margin: 20px auto;
    display: block;
}
.ctab {
    width: 300px;
    text-align: center;
    margin: 20px auto;
}
}