@import url('https://fonts.googleapis.com/css2?family=Lora: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: #730947; 
}
.toplogo { width: 15%; }
.footlogo { width: 200px; }
.center { margin: auto; text-align: center; }
/*Header Box*/
#hero-plus-header {  
font-family: 'Lora', serif;
}

.center{text-align:center;}

.hero{max-width:100%;
width:100%;
}
#gallery {
    background: #000; /* #f08f02; */
    padding: 2%;
}

#classic-gallery-asset-1 {
    margin-left: 1.5%;
}

.top-video {
    width: 45%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 40px 40px;
}

.top-video .card-body {
    display: none;
}
.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;
}
.col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.ctab{

    border: 3px solid #F08F02;
    border-radius: 20px;
    padding: 4px 25px;
    margin: 5px 10px;
    background-color: none;
    color: #F08F02;
    font-size: 110%;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}



.ctab:hover{
color:#172c27;
border: 3px solid #172c27;
text-decoration:none;
}

.logo{ margin:0px;}

.logo2{width:230px; margin:26px 20px;}
.logo2:hover{opacity:7;}

.right {
    width: 40%;
    float: right;
    margin: 2%;
}


.icons{
    height: 42px;
    width: 45px;
    background: #fff;
    color: #1a4037 !important;
    margin: 0% 4%;
    border-radius: 10px;
    display: inline-block;
}

.icons:hover{
 opacity:.8;
    display: inline-block;

}

.icons2{
    height: 50px;
    margin: 0% 4%;
    display: inline-block;
    margin-top: -17px;
}

.icons2:hover{
   opacity:.8;
    display: inline-block;
}



/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
font-family: 'Lora', serif;
font-size:110%;
line-height:165%;
    background-color: #fff; /* #2d1224; */
color:#000;
}
#hero-plus-body { color: #000!important; }

a{#color:  #f08f02; font-weight:700;}

.play-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.0);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
color: #fff;
}

h1{text-align:center; font-weight:700; color: #000;}

h2{text-align:center; font-style: italic; font-weight:normal; color:#000; margin-bottom:1em;}

.press-body{
padding:2% 14%;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #F08F02;
}

.gallery-inline h2{display:none;}

.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: 1px solid rgba(156,74,58,.5);
    border-radius: .25rem;

}



.gallery-inline{

padding:30px 5%;
padding-top:40px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: none;
}

/*Footer Box*/
#hero-plus-footer{
background:#1a4037;
padding-bottom:20px;
}

.icons{
    font-size: 180%;
    margin: 0% 4%;
    display: inline-block;
}

.icons:hover{
 opacity:.8;
    display: inline-block;
color:#f08f02;
}

fab:hover {
    font-family: "Font Awesome 5 Brands";
opacity:.8;

}

.icons2{
    height: 40px;
    margin: 0% 4%;
    display: inline-block;
    margin-top: -18px;
}

.icons:hover{
   opacity:.8;
    display: inline-block;

}

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

@media only screen and (max-width: 768px){
.toplogo { width: 100%; }
#classic-gallery-asset-1 {
    margin-left: auto;
}
h1{font-size:28px;}
h2{font-size:22px;}
.press-body {
    padding: 2% 4%;
}
    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }
.ctab {
    border: 3px solid #F08F02;
    border-radius: 10px;
    padding: 12px 25px;
    margin: 20px 10px;
    background-color: none;
    color: #F08F02;
    font-size: 120%;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.logo {
    width: 90px;
   margin: 6px 10px;
}

.right {
    width: 100%;
    float: right;
    margin: 0%;
}

.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.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;
}
}