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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background: #000033;
}

#masonry-asset-3 {
margin-top: 30% !important;
}

#masonry-asset-4 {
margin-top: 70% !important;
}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 19px; line-height:165%;
background: #fff;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background:#000033;
}
#hero-plus-footer img {
    width: 300px;
    max-width: 100%;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%;}
#gallery {background: url('images/8564451-fleet-background.jpg') center center fixed;     margin: 20px 0px;
    background-size: cover;
    padding: 5% 5%;
    max-width: 100%;
    flex-basis: 100%;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
}
#gallery h2 {display:none;}
.lightbox > .img-fluid {
    max-height: 100% !important;
}
.card-body {display:none;}
.logo {margin:10px 20px ; height:90px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited {
    background: #ff690e;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 120%;
    border-radius: 10px;
}

.ctab:hover {
    opacity: 0.8;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 120%;
}

#social {
    text-align: center;
}
.link {
    font-size: 2em;
    font-weight: bold;
    margin: 0px auto;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 10px 0px;
    display: block;
    color: #000 !important;
    text-align: center;
}
 .soc {
    color: #fff;
    padding: 5px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
font-size:120%;
}

 .soc:hover {
    color: #ff690e;
    padding: 5px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}



.card {
    width: 40%;
    float: right;
    margin: 1%;
    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: 0.25rem;
}


#gallery-title-uuid{display:none;}

.gall{
padding:4% 10%; 
background:#c29c57;
}

.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 3rem; margin: 20px 0px 40px; font-family: 'Open Sans', sans-serif;  color:#000033;}
h2 {text-align:left; font-size: 1.7rem; margin: 20px 0px 40px; font-family: 'Open Sans', sans-serif; font-weight: 700; font-style: italic;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.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: 0.25rem;
}



.tweet {
    display: block;
    width: 70%;
    color: #000000;
    padding: 0px 20px 40px 20px;
    text-align: center;
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    clear: both;
    margin: 0px auto 20px auto;
}

@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
        .tweet {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 30px auto 30px auto;
    }
.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.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;
}
}