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


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
background-color: #fff;
font-family: 'Raleway', sans-serif;
}
#logo-top { margin-top: 10px; }
.ctab-mobile { display: none; }



 .col-md-4 {flex: 0 0 50%; max-width: 100%;}

.lg-sub-html {font-size: 18px !important;}



.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;
}
/*Header Box*/
#hero-plus-header {  
font-family: 'Raleway', sans-serif;
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 40px;
    font-weight: bold;
}


.h2, h2 {font-size: 1.5rem; color: #ceceb4; font-style: italic; text-align: center; margin-bottom: 40px; font-weight: normal;}

.tweet {
    text-shadow: 1px 1px 2px rgba(0, 0, 5, 1);
    text-align: center;
    font-size: 150% !important;
    font-weight: normal;
    margin: 20px auto;
    padding: 15px;
background: #54575a;
    color: #fff; 
}
#txt {   padding: 2% 10%;}

/
/*Hero Box*/
.logo {margin: 20px;}

.ctab, .ctab:visited {
    background: #54575a;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    text-align: center;
    padding: 18px;
    width: 300px;
    margin: 10px;
}

.ctab:hover{
 color: #fff;
  background: #54575a;
text-decoration:none;
}

#gallery {
padding: 60px 50px 40px; padding: 3% 5% 3% 8%;} 
#gallery h2 {display:none!important;}
.hero { width: 100%; max-width: 100%;}
#hero-plus-hero {
align-items: start;
}

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

.card-body {
    display: none;
}
/*Body Box*/
#hero-plus-body {

font-family: 'Raleway', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ 
display: block;
    text-align: center;
    padding-top: 20px;
font-family: 'Raleway', sans-serif;
}
.soc, .soc:visited {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #4d4e4e;
    margin-bottom: 20px;
}
.socrams, .socrams:visited {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #4d4e4e;
    margin-bottom: 20px;
}


.link, .link:visited {
    display: block;
    font-size: 2em;
    color: #65666c;
    font-weight: 600;
    margin: 20px;
}

.link:hover {color: #fff; text-decoration: none;}

#txt p {
    font-size: 18px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 768px) {

.ctab-mobile { display: block; }
#hero-plus-header {
    display: block;
    text-align: center;
    margin:0px auto;}
.logo {
    margin: 10px auto;
    display: block;
}

h1{font-size:1.4em;}

.h2, h2 {
    font-size: 1.3rem;
    color: #ceceb4;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}
.container-fluid {
    width: 100%;
padding:0px;
    margin-right: auto;
    margin-left: auto;
}
.ctab, .ctab:visited {
    background: #003594;
    color: #FFD100;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    padding: 8px;
    width: 100%;
    margin: 10px;
}

.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;
}

.right{width:100%; max-width:100%;}

#txt {
    padding: 2% 10%;
    width: 100%;
    max-width: 100%;
}

.card{width:100%; max-width:100%;}
.tweet{font-size:115%;}


}