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

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

.logo{width:250px; margin-right:25px; margin-left:20px;}
.logo2{width:250px; margin-right:25px; margin-left:20px; margin-top:-20px;}

.lightbox > .img-fluid {
    max-height: 100% !important;
}

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

svg {
    overflow: hidden;
    vertical-align: middle;
    margin-top: -14px;
fill:#401f06;
}

svg:hover{opacity:.75;}

/*Header Box*/
#hero-plus-header {  
background-color:#f7f0e3;
}

.h1, h1 {  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: #3B2B2F;
    margin: 20px 0px 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.h2, h2 {font-size: 1.5rem; font-style: italic; text-align: center; margin-bottom: 40px; font-weight: normal;   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;}

.tq {
    background: #ff6d00;
    text-align: center;
    font-size: 150% !important;
    font-weight: bold;
    margin: 20px auto;
    padding: 15px;
    color: #000;
}
#txt {padding: 2% 12%;}
/*Hero Box*/
.logo {
    vertical-align: middle;
 
}
.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff!important;
    padding: 13px 15px;
    font-size: 100%;
font-weight:bold;
    display: block;
    text-align: center;
    text-decoration: none;

    max-width: 100%;
  background:#401f06;

    transition: all 0.3s ease-in-out;
    margin: 10px;
border-radius:60px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
line-height:100%;
}

.ctab:hover {
text-decoration: none;
background: #f0f0f0;
color:#000!important;
}

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

.gallery-inline h2 {display:none;}
.hero { width: 100%; max-width: 100%;}
#hero-plus-hero {
align-items: start;
}
#gallery {
      background: #e8e2dc;
    padding: 60px 10% 40px;
    flex-basis: 100%;
    max-width: 100%;
}

#bg1 {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bg2 {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 30px;
}
.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 33%;
    max-width: 33%;
    text-align: center;
}
#classic-gallery-asset-1 {
    margin-left: 2%;
}
.card-body {
    display: none;
}
/*Body Box*/
#hero-plus-body {  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
background-color:#f7f0e3;
font-size:110%;}

/*Footer Box*/
#hero-plus-footer{ background-color:#f7f0e3; display: block;   font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
    text-align: center;
    padding-top: 20px;
}
.soc, .soc:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #401f06;
    margin-bottom: 20px;
    padding: 7px;
}

.soc:hover {color: #401f06; opacity: 0.75; text-decoration: none;}

.link, .link:visited {
    display: block;
    font-size: 1.5em;
    color: #000000;
    font-weight: normal;
    margin: 20px;
}

.link:hover {opacity: 0.8; text-decoration: none;}

li{padding-bottom:10px;}

.gallery-inline{
padding:2% 8%;
background-color:#401f06;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

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

#txt {
    padding: 2% 4%;
}

.h1, h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
    color: #052b48;
    margin: 20px 0px 40px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
}

#hero-plus-header {

background-color:#f7f0e3;
    text-align: center;
}
.logo {
    margin: 0px auto;
width:180px;
margin-left:20%;
}
.ctab {    display: block;}
.ctab, .ctab:visited {

    padding: 8px 5px;
 font-size:100%;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
 margin-left:0px;
 margin-top:8px;
}
.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;
}


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

.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
}