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

.hero img{
width:100%;
}
/*Body Box*/
#hero-plus-body{
}

.container-fluid.gallery-inline {
    padding: 0px 5%;
}
.logo {
    margin: 5px;
    width: 200px;
}
.icons, .icons:visited, .icons:focus {
    padding: 9px;
    margin: 8px 3px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: none;
    border: solid 1px #fff;
    text-align: center;
    color: #fff;
    border-radius: 30px;
}
.icons:hover, .icons:active {
    border: solid 1px #FF6C36;
    color: #FF6C36;
}
.text {
    padding: 0px 5%;
font-size:115%;
}

h1, h2 {
    text-align: center;
}

h1 {
    font-family: Open Sans;
    margin-top: 10px;
}

h2 {
    font-family: Open Sans;
    margin-bottom: 20px;
    margin-top: 15px;
    font-style: italic;
}

.h3, h3 {
    font-size: 1.75rem;
    color: #fff;
}
.links:hover {
    color: #FF6C36;
}
.links, .links:focus, .links:visited {
    padding: 4px;
    display: block;
    font-size: 160%;
    margin: 3px auto;
    color: #fff;
    text-decoration: none;
    width: 300px;
    line-height: 108%;
    max-width: 100%;
}
#glry {
    background:url('images/bg.jpg') center center; background-size:cover;
    margin-bottom: 40px;
    margin-top: 10px;
 padding: 45px 0px 30px;
}

li{
padding-bottom:5px;
}

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


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

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


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

.link:hover, .link:active, .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;
}
.hero {
    width: 100%;
}
.full {
    margin: 20px auto;
}
.tq {     padding: 30px;}
.social-icons .fa-twitter:hover {
    color: #32CCFE;
}
.click-tweet {color: #fff;
    font-size: 141%;
    padding: 1% 4%;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
.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;
}
#glry h2 {
    display: none;
}
#tw {
    flex-basis: 100%;
    max-width: 100%;
}
.right{     clear: both !important;
    width: 32%;
    float: right;
    margin: 3%;
    margin-top: 0%;
}

/* Social Media */
.tq {
    background: #00837e;
    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;
}




#hero-plus-footer .col-md-6 {
    float: left;
}
/*Footer Box*/
#hero-plus-footer{ margin-top: -30px;
 background: #525252;
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;    
}
@media only screen and (min-width: 1000px) {
.right {
    clear: both !important;
    width: 25% !Important;
    float: right;
    margin: 3%;
    margin-top: 0%;
}
}
@media only screen and (max-width: 980px) {
#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
    max-width: 50%;
    flex-basis: 50%;
}
.right{
    width: 50%;
    float: right;
    margin: 2%;
    margin-top: 0%;
}
}

@media only screen and (max-width: 768px) {
.right{
    width: 90%;
    float: right;
    margin: 5%;
    margin-top: 0%;
}
#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
    max-width: 100%;
    flex-basis: 100%;
}
h1 {
    font-family: Open Sans;
    margin-top: 10px;
    font-size: 2em;
}
}