@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,700,700i');


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

#item-eb170ed1-ecf2-4e56-967d-601c9da2bd34-1 h2{
display:none;}

.cd{
    padding: 3% 5%;
}




.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.hero{
    width: 60%;
    margin: 0 auto;
    margin-left: 20%;
}

.gallery-inline{
    background: #eee;
    padding-top: 50px;
    padding-bottom: 30px;
    background-attachment: fixed;
padding-left:5%;
padding-right:5%;
}


h1 {
    font-size: 2em;
    text-align: center;
    font-weight: 700;
    margin-top: 1em;
    animation: text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;
}


.logo {
    margin: 25px 15px 25px 25px;
    vertical-align: middle;
}



.click-tweet {
    font-size: 135%;
    width: 330px;
    max-width: 100%;
    padding: 25px 25px;
    margin: 5px auto 0;
    line-height: 133%;
    background: #000;
    color: #fff;
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
    background-color: #DAAA00;
}

.ctab, .ctab:visited, .ctab:focus {
    background: #000;
    color: #fff!important;
    padding: 18px 7px;
    font-size: 106%;
       font-family: Poppins,Arial,sans-serif;
    display: block;
    text-align: center;
  margin:10px;
    width: 310px;
    max-width: 100%;
    text-decoration: none;
    letter-spacing: .05em;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    background-color: #DAAA00;
}

.ctab:hover, .ctab:active {
    opacity: .8;
    color: #fff!important;
    text-decoration: none;
}

.foot-btn, .foot-btn:visited, .foot-btn:focus {
    background: #333;
    color: #fff!important;
    padding: 10px;
    font-size: 100%;
    display: block;
    text-align: center;
    margin: 6px auto;
    width: 250px;
    max-width: 100%;
    text-decoration: none;
    line-height: 108%;
    font-weight: bold;
    box-shadow: 0 0 12px -6px #000;
}

.foot-btn:hover, .foot-btn:active {
    opacity: .9;
    transition: all 0.3s ease;
    color: #fff!important;
    text-decoration: none;
}





.icons, .icons:visited, .icons:focus {
    padding: 11px;
    margin: 8px 3px;
    width: 56px;
    height: 56px;
    display: inline-block;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.icons:hover, .icons:active {
    background: #fff;
    transition: all 0.7s ease;
    color: #000;
}

.icons-wrap {
    margin: 1em 0;
width:100%;
padding-bottom:30px;
text-align:center;
}

.foot-links, .foot-links:focus, .foot-links:visited {
    padding: 10px 0;
    display: block;
    line-height: 108%;
    font-size: 125%;
    margin: auto;
    color: #eee;
    text-decoration: none;
}

.foot-links:hover,.foot-links:active {
    color: #666;
    text-decoration: none;
}

h3 {
    color: #fff;
    font-size: 164%;
    padding: 7px 0;
    letter-spacing: -1px;
}

#topbar {
    background-color: #fff;
}

.box-link, .box-link:visited {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    max-width: 280px;
    margin: 10px auto;
    transition: 0.5s;
   padding-top: 8px;
    width: 100%;
    margin-top: 40px;
}



.box-link:hover, .box-link:active, .box-link:focus {
    display: block;
    font-size: 24px;
    background: #ffffff;
color:#000;
    text-decoration: none;
    max-width: 280px;
    margin: 10px auto;
    transition: 0.5s;
    height: 50px;
    padding-top: 8px;
    width: 100%;
    margin-top: 40px;
}



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

h2{
text-align:center;
}

.hsmall{
font-size:1.6rem!important;
padding-bottom:35px;
padding-top:20px;
}


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

.box-link, .box-link:visited {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    max-width: 280px;
    margin: 10px auto;
    transition: 0.5s;
    height: 50px;
    width: 100%;
margin-top:40px;
}



/*Header Box*/
#hero-plus-header {  
    font-family: Poppins,Arial,sans-serif;
}
/*Hero Box*/
#hero-plus-hero {
    font-family: Poppins,Arial,sans-serif;
}
/*Body Box*/
#hero-plus-body {
    font-family: Poppins,Arial,sans-serif;
}
/*Footer Box*/
#hero-plus-footer{
    font-family: Poppins,Arial,sans-serif;
    background: #000;
    text-align: center;
color:#fff;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}





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

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

.click-tweet {
    font-size: 135%;
    width: 100%;
    max-width: 100%;
    padding: 25px 25px;
    margin: 5px auto 0;
    line-height: 133%;
    background: #000;
    color: #fff;
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
    background-color: #DAAA00;
}

.hero{
    width: 100%;
    margin: 0 auto;
    margin-left: 0%;
}

.logo {
 
    vertical-align: middle;
    width: 280px;
    margin: 0 auto;
    display: block;
    margin-top: 7px;
}

.ctab, .ctab:visited, .ctab:focus {    background: #000;
    color: #fff!important;
    padding: 8px 7px;
    font-size: 100%;
    font-family: Poppins,Arial,sans-serif;
    display: block;
    text-align: center;
    margin: 4px;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    letter-spacing: .05em;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    background-color: #DAAA00;}

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


}