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

/*Header Box*/
#hero-plus-header{
}

img {
    max-width: 100%;
}

.card-title { display: none; }
.ext-inline { float: right; width: 35%; margin-left: 2%; }
.container-fluid.gallery-inline {
    padding: 0px 5%;
}
.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: 30px 0px 20px 0px;
    width: 100%;
    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) {
.ext-inline { 
float: none; width: 100%;
    margin-left: 0;
}
}