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

.lightbox > .img-fluid {max-height: 500px;}

.side{
width:35%;
float:right;
margin:2.5%;
}

.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.card {
    margin: 30px auto;
    width: 50%;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.card-title, .card-body { display: none; }
#maingal h2 { display: none; }
#maingal {
    background: #dee2e6;
    margin: 20px auto;
    width: 100%;
    padding: 30px 10%;
}
#invid { width: 35%; float: right; margin-left: 2%; margin-bottom: 2%; }

p { font-family: 'Open Sans', sans-serif; font-size:18px; }

a {
    color: #001a30;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.logo {
    margin: 36px 10px;
    height: 50px;
}

.logo1 {
    margin: 30px 10px;
    height: 85px;
}
.hero {max-width: 100%;}
#txt {padding: 2% 10%;}
/*Header Box*/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
    border-bottom: 3px solid #0e497b;
    webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
#hero-plus-header{

}
/*Hero Box*/
#hero-plus-hero{
  align-items: start;
}
/*Body Box*/
#hero-plus-body{
font-family: 'Lato', sans-serif;
}
.tq {   
    color: #84754E;
    width: 100%;
    letter-spacing: 1.25px;
    float: right !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    font-size: 1.75em; }

.link { font-size: 130%; display:block; padding:5px; margin:10px; text-decoration:none !important; text-transform: uppercase; color: #fff; }

.link:hover { color: #ffb81c; }

.soc {     padding: 8px 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    background: #8095A4;
    color: #fff;
    border-radius: 30px;
    display: inline-block; }

.soc:hover {  background: #ffb81c; color: #fff;}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.h2, h2 {
    font-size: 2rem;
    padding: 20px 0px 40px;
    font-weight: normal !important;
}
#gallery {
    background: #b8babd;
    padding: 20px 5% 5%;
}
.ctab, .ctab:visited {
    background: #ffb81c;
    border-radius: 3px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none !important;
    padding: 25px 15px;
    font-size: 115%;
    margin: 30px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.ctab:hover { background: #2a2a2a; color: #eee; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }
.img-fluid {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
/*Footer Box*/
#hero-plus-footer {
    background: #0e497b;
    padding: 30px;
    text-align: center;
    display: block;
    border-top: 20px solid #76c2ef;
}

@media only screen and (max-width: 980px) {
.logo {
    margin: 55px 10px;
    height: 28px;
}

.logo1 {
    margin: 44px 10px;
    height: 50px;
}
#gallery .col-md-4 {
    max-width: 50%;
    flex-basis: 50%;
}

}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;
    margin: 12px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.h2, h2 {
    font-size: 20px;}
.side {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0; padding: 10px;
    z-index: 1020;
background: #00487c; 
webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
h1 {
font-size:160%;
text-align: center;
font-family: 'Lato', sans-serif;
font-weight: bold;
color: #0e497b;
}
#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-header {
    display: block;
    margin: 0px auto;
}

#txt {
    padding: 2% 5%;
}

.right{
width:35%;
float:right;
margin:2.5%;
}


.ctab {margin: 0px 0px 20px; font-size:120%; padding:8px;}
}

}