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

.socpad { width: 100%; display: block; text-align: center; margin: auto; padding: 10px;}
#photoline { float: right; width: 40%; margin-left: 2%; }
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer .fab { color: #fff; margin: 10px; }
#hero-plus-footer .fab:hover { opacity: 0.8; }
#hero-plus-footer {
    display: block;
    background: #6f9ad3;
    padding: 30px;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.logo {    margin: 20px;
    width: 225px;
}
h1 {font-size: 1.7em; text-align:center; margin: 20px 0px 30px; font-weight: bold;}
#txt {padding: 2% 10%;}
#gallery {
    padding: 2% 5%;
    background: url('images/cowhide-home.jpg') top center repeat fixed;
}
h2 { font-style: italic; font-size: 1.2em; text-align: center; margin-bottom: 25px; font-weight: normal; }
.hero {max-width: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.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;
}
.link:hover { opacity: 0.8; }

.link, .link:visited, .link:hover {
    color: #fff;
    text-decoration: none !important;
    font-size: 1.6rem;
    display: inline-block;
    margin: 20px;
    border: solid;
    width: 250px;
}
.ctab, .ctab:visited, .ctab:hover {
    margin: 20px;
    background: #00673B;
    color: #fff;
    padding: 20px;
    font-size: 112%;
    font-weight: bold;
    text-decoration: none;
}
.ctab:hover { background: #16578A!important; }

.tq {
    float: right !important;
    width: 40%;
    font-size: 1.1em;
    margin: 1%;
    font-weight: bold;
    text-align: right;
    color: #fff;
    border-right: solid 5px #eee;
    padding: 15px;
     background: #6f9ad3; 
}

.tq a, .tq a:visited {
    color: #00673B;     word-break: break-word;
}
@media only screen and (max-width: 768px) {
.logomobi { text-align: center; margin: auto; }
.logo { margin: auto; text-align: center; }
.tq { width: 100%; }
#photoline { float: none; width: 100%; margin-left: 0; }
.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;
}
.tq {
    float: none;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    border: none;
}
.ctab {
    display: block;
    width: 100%;
    text-align: center;
}
}