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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.side {
    float: right;
    width: 40%;
    margin: 2%;
font-size:120%;
font-weight:700;
}
.one{
    float: right;
    width: 40%;
    margin: 2%;
}
/*Header Box*/
#hero-plus-header { 
}
/*Hero Box*/
#hero-plus-hero {  align-items: start;
}
.tq {
    text-align: center;
    margin: 20px auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #333333;
}

.twit{float:right; width:35%; margin:3%;}

.red{padding:40px 10%; background:#f81a23; margin-bottom:25px;}

a, a:visited, a:hover, a:focus, a:active {
    color: #ff0000;
}

.linked-url:hover {
    transition: background-color 1s linear, left .6s ease-out 1s, transform 1s steps(3, start), color .6s ease, font-size .3s linear;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    display: none;
}

div.right {
    margin: 2%;
    float: right;
    width: 40%;
    height: 590px;
    display: block;
    overflow: auto; clear: both !important;
}

div.mobilink { display: none; }
div.rightlink {
margin: 2%;
    float: right;
    width: 400px;
    display: block;
    overflow: auto;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-top: -2em;
}
.rlink {    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }
.card-body {
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 80%;
    min-height: 80px;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-title {
    margin-bottom: 0rem;
   display:none;
}

/*Body Box*/
#hero-plus-body {
font-family: 'Roboto', sans-serif;
font-size:18px;
}
/*Footer Box*/
#hero-plus-footer{ background-color: #ddd; text-align:center; padding: 30px; display:block; color: #fff;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited {
    margin: 10px;
    background: #f81a23;
    padding: 14px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 110%;
    border-radius: 3px;
}

 .ctab:hover {
    margin: 10px;
    background: #f81a23;
    padding: 14px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 110%;
    border-radius: 3px;
  opacity:.75;
}


h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
}
h2 {font-family: 'Roboto', sans-serif; text-align:center; margin: 20px 0px 40px; font-size: 1.6rem; font-style: italic;}
h3 {font-family: 'Roboto', sans-serif; font-size: 20px !important; font-weight: bold; margin: 20px 0px; margin-top:32px; color: #f81a23; text-transform: capialize;}
#txt { padding: 2% 10%;   overflow-wrap: break-word;
  word-wrap: break-word;}
#gallery {padding: 2% 5%;     background: #f81a23;}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {margin: 9px 30px;}

.link, .link:visited, .link:hover {
    display: inline;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.35rem;
    font-weight: normal;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
}
.soc, soc:visited{
    display: inline-block;
    padding: 5px;
    margin: 15px;
    color: #ff0000;
font-size:130%;
}

.soc:hover {
opacity:.75;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media only screen and (max-width: 768px) {

h1 {
    font-size: 30px;
}
.side, .one {
    float: none;
    width: 100%;
    margin: 20px auto;
}
div.right {
    margin: 0%;
    float: right;
    width: 100%;
max-width:100%;
    height: 590px;
    display: block;
    overflow: auto;
}

 div.rightlink { display: none; }
div.mobilink {
    margin: 0%;
    float: none;
    width: 100%;
max-width:100%;
    display: block;
    overflow: auto;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}



.twit{float:right; width:100%; margin:3% 0%;}
h2 { font-size: 25px;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#hero-plus-header {
    display: block;
}
.logo {
    display: block;
    margin: 4px auto;
}
.ctab {
    display: block;
    text-align: center;
}
}