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

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

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.card-title, .card-body { display: none; }
#maingal h2 { display: none; }
#maingal {      background: #F99BC9;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; }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

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

.logo {width: 140px;
    margin: 10px;}
.hero {max-width: 100%;}
#txt {padding: 2% 10%;}
/*Header Box*/
#hero-plus-header{
 background: #001671;
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 Box*/
#hero-plus-hero{
  align-items: start;
}
/*Body Box*/
#hero-plus-body{

}
.tq {   
    color: #84754E;
    width: 100%;
    letter-spacing: 1.25px;
    float: right !important;
  font-family: 'Montserrat', 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: #f883bc;}

.link:hover { color: #fff; }

.soc {     padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #f883bc;
    display: inline-block; }

.soc:hover {  color: #fff;}
h1, h2, h3, h4, h5, h6 {
color: rgb(0, 22, 113);

    text-align: center;
font-family: 'Montserrat', sans-serif;
}

h1{font-weight:700;}
.h2, h2 {
font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    padding: 20px 0px 40px;
color:rgb(0, 22, 113);
}

h4{
color:rgb(0, 22, 113);
  text-align: left;
font-family: 'Montserrat', sans-serif;
}
#gallery {
    background: #b8babd;
    padding: 20px 5% 5%;
}
.ctab, .ctab:visited {border:2px solid #f883bc; color: #f883bc !important;
    background-color: transparent;text-decoration: none; padding: 15px;  font-size: 120%; display: block; margin: 30px; text-align:center;   font-family: 'Montserrat', sans-serif; text-transform:uppercase; }

.ctab:hover{
color: #fff!important; border:2px #fff solid!important; text-decoration:none;
}


.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: #001671;
    padding: 50px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 980px) {
#gallery .col-md-4 {
    max-width: 50%;
    flex-basis: 50%;
}
}
@media only screen and (max-width: 768px) {

ctab, .ctab:visited {
    border: 2px solid #f883bc;
    color: #f883bc !important;
    background-color: transparent;
    text-decoration: none;
    padding: 10px;
    font-size: 110%;
    display: block;
    margin: 0px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.container-fluid {
    width: 100%;
   padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto;
    margin-left: auto;
}

.h2, h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.18rem;
    padding: 20px 0px 40px;
    color: rgb(0, 22, 113);
}

.logo {
    margin: 10px auto;
    display: block;
    width: 110px;
margin-top:0px;
margin-bottom:5px;
padding-top:3px;

}

.hero {
    max-width: 100%;
    margin-top: -20px;
}

h1 {
font-size:160%;
    text-align: center;
font-family: 'Anton', sans-serif;
}
#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;}
}

}