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

.btnctr { text-align: center; width: 100%; }
/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    margin: 10px 45%;
  background-color: white;
font-family: 'Open Sans', sans-serif;
}
.sticky-top {background: #fff;}
h2 {
    font-style: italic;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 1em;
}
.socpad { width: 100%; display: block; text-align: center; margin: auto; padding: 10px;}
.soc{font-size:2em;}

#photoline { float: right; width: 40%; margin-left: 2%; }
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {font-size: 18px;
font-family: 'Open Sans', sans-serif;
}
/*Footer Box*/
#hero-plus-footer .fab { color: #fff; margin: 10px;  }
#hero-plus-footer .fab:hover { opacity: 0.8; }
#hero-plus-footer {
    display: block;
 background: rgb(1,79,164);
background: linear-gradient(145deg, rgba(1,79,164,1) 0%, rgba(0,108,183,1) 100%);
    padding: 30px;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.logo {margin: 10px;}
h1 {text-align:center; margin: 20px 0px 30px; color:#006fbe!important; font-weight:bold;}
#txt {padding: 2% 10%;}
#gallery {
    padding: 2% 5%;
    background: #F6F7FA;
}
.hero {max-width: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.media-contact{
font-size:120%;
color:#fff;
font-family: 'Open Sans', sans-serif;
text-align:center;

}


.link, .link:visited {
    color: #fff;
    text-decoration: none !important;
    font-size: 1.4rem;
    display:block;
margin:0 auto;
    margin-bottom: 10px;
    border: 1px solid;
    width: 250px;
    border-radius: 5px;
    font-weight: 300;
   padding:10px;
}


.link:hover {  background: #fff; color:#0056a9;}

.ctab, .ctab:visited, .ctab:hover { display: block;
    margin: 20px;
 background: rgb(1,79,164);
background: linear-gradient(145deg, rgba(1,79,164,1) 0%, rgba(0,108,183,1) 100%);
    color: #fff;
    padding: 15px;
    font-size: 125%;
    font-weight: 300;
    text-decoration: none;
border-radius:6px;
}

 .ctab:hover {
    margin: 20px;
     background: rgb(1,79,164);
background: linear-gradient(145deg,rgba(0,108,183,1) 100%), rgba(0,108,183,1) 100%);
-webkit-box-shadow: 0px 2px 15px 0px rgba(153,153,153,1);
-moz-box-shadow: 0px 2px 15px 0px rgba(153,153,153,1);
box-shadow: 0px 2px 15px 0px rgba(153,153,153,1);
    color: #fff;
 
    font-size: 125%;

    text-decoration: none;
}

.white{
font-weight:700;
color:#fff;
}

.white:hover{
font-weight:700;
color:#fff;
}



.tq {

    color: #014fa4;
    float: right !important;
    width: 40%;
    font-size: 1.6em;
font-weight:300;
    margin: 3%;
    font-style: italic;
}

h3{ color:#fff; font-weight:300; letter-spacing:1px;}
@media only screen and (max-width: 768px) {
.logomobi { text-align: center; margin: auto; }
.logo { margin: auto; text-align: center; }
#photoline { float: none; width: 100%; margin-left: 0; }
.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;
}
.tq {
    float: none;
    text-align: center;
    margin: 20px auto;

    width: 100%;
    border: none;
}
.ctab {
    display: block;
    width: 100%;
    text-align: center;
}
}