@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic');

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

.hero{margin-top:60px; display:block;}

#classic-gallery-asset-1 {
    margin-left: 5%!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;
}

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

/*Header Box*/
#hero-plus-header{
display: block;
width: 100%;
z-index: 1000;
background: #fff;
position: fixed;
}

#hero-plus-hero .card-body {display: none;}

#hero-plus-hero .card {border: none;}

img {
    max-width: 100%;
}
#hero-plus-hero .play-overlay {
    position: absolute;
    color: #fff;
    background-color: rgb(0 0 0 / 0%);
    font-size: 6em;
    /* top: 95%; */
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}
.card-text {display: none;}
.ext-inline { float: right; width: 35%; margin-left: 2%; }
.container-fluid.gallery-inline {
 }
.logo {
    margin: 5px 20px;
}
#classic-gallery-asset-1 {
    margin-left: 0%;
}
.text {
    padding: 0px 5%;
}
.tweetquote {
  display: block;
  text-align: center;
  border-top: solid #DADADA 1px;
  border-bottom: solid #DADADA 1px;
  padding: 16px;
  margin: 13px auto;
  font-style: italic;
  font-size: 26px;
  color: #676C72;
  font-weight: 400;
  margin-bottom: 30px; 
}

h1, h2 {
    text-align: center;
}

h1 {
    font-family: "Open Sans",Arial,sans-serif;
    margin-top: 10px;
}

h2 {
    font-family: "Open Sans",Arial,sans-serif;
    margin-bottom: 20px;
    margin-top: 15px;
    font-style: italic;
}








.glry h2 { display: none; }
#glry {
       background-color: #eeeeee;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 2% 5%;
    text-align: center;
}

#glry2 {
       background-color: #eeeeee;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 2% 5%;
    text-align: center;
}

.ctab, .ctab:visited { margin: 0px 20px;
       background: #000000;
    color: #ffffff!important;
    padding: 15px 5px;
    font-size: 110%;
      text-align: center;
    text-decoration: none;
 
}

.ctab:hover, .ctab:active, .ctab:focus {
    color: #ffffff!important;
    text-decoration: none;
}



.box-link, .box-link:visited {
   display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
}

.box-link:hover, .box-link:active, .box-link:focus {
    color: #6a2569;
    text-decoration: none;
}

.social-icons .fab {
    color: #ffffff;
    font-size: 24px;
    margin: 10px 10px;
    transition: all 0.3s ease-in-out;
}

.social-icons .fa-facebook:hover {
    color: #3C599F;
}

.social-icons .fa-instagram:hover {
    color: #c32aa3;
}

.social-icons .fa-linkedin:hover {
    color: #0085AE;
}

.social-icons .fa-twitter:hover {
    color: #32CCFE;
}

.social-icons .fa-weibo:hover {
    color: #D72B2B;
}

.social-icons .fa-youtube:hover {
    color: #C52F30;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
}

/* Social Media */
.tweet {
    background: #6a2569;
    padding: 15px;
    border-bottom: 1px #eee solid;
    border-top: 1px #eee solid;
    display: block;
    margin-top: 1.25em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 130%;
    color: #ffffff;
    font-style: italic;
}

.footer-tweet {
    padding: 15px;
    display: block;
    text-align: center;
    font-size: 130%;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 0px;
}


/*Hero Box*/
#hero-plus-hero{

}
/*Body Box*/
#hero-plus-body{
}
/*Footer Box*/
#hero-plus-footer{
  text-align: center;
    background: #808285;
    padding: 20px 5px;
    margin-top: 10px;     display: block;
}



@media only screen and (max-width: 980px) {
#classic-gallery-asset-1 {
    margin-left: 0;
}
}



@media only screen and (max-width: 768px) {
#classic-gallery-asset-1 {
    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;
}
.logo {
    text-align: center;
    margin: 15px auto;
    display: block;
}
.ctab {
    display: block;
}

h1{font-size:26px;}
h2{font-size:22px;}

.hero{margin-top:100px; display:block;}

.ext-inline { 
float: none; width: 100%;
    margin-left: 0;
}
}