@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.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;
}
/*Header Box*/
.tq {
    text-align: center;
    font-size: 1.3em;
    padding: 15px;
    font-weight: 700;
\font-family: 'Roboto', sans-serif;
}
.col-lg-3 {
flex: 0 0 33.333%;
max-width: 100%;
}

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

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

#hero-plus-header {
    display: block;
}
#hero-plus-hero { text-align:center;

}
.hero {display:block;
margin:0 auto;
}
.logo {
    margin: 10px;
width:400px;
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 0px 0px 20px;
font-weight:900;
}
.h2, h2 {
    font-size: 1.8rem;
    text-align: center;
font-weight:300;
    margin: 20px 0px 40px;
}
#watch {
    text-align: center;
    display: block;
    margin: 20px auto;
    max-width: 50%;
    flex-basis: 50%;
}
.ctab, .ctab:hover {
    display: inline-block;
    margin: 5px;
    padding: 20px;
      background: #c7102f;
    color: #fff;
   font-weight:700;
    text-decoration: none !important;
}

.ctab:hover {
      background: #000;
    color: #fff;
   font-weight:700;
    text-decoration: none !important;
}

/*Hero Box*/
#hero-plus-hero{
}
/*Body Box*/
#hero-plus-body{
padding: 3% 0%;
font-family: 'Roboto', sans-serif;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #8c8c8c!important;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.0)!important;
    border-radius: 0.25rem;
box-shadow: 10px 10px 20px grey!important;
}


.card:hover {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #8c8c8c!important;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.0)!important;
    border-radius: 0.25rem;
box-shadow: 10px 10px 20px grey!important;
}


.flex-disable{
padding: 2% 13%;
}
#hero-plus-body a, #hero-plus-body a:hover { color: #ff0000;}
#glry h2 {
    display: none;
}
#glry {

    background: url('images/bg.jpg') center no-repeat;
background-size: cover;
    margin: 30px 0px;
    flex-basis: 100%;
    max-width: 100%;
    padding: 2% 10%;
}
.soc ,.soc:hover {
  padding: 10px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #c7102f;
    display: inline-block;
    border: solid;
    background: #fff;
    border-radius: 100%;;
}

.link, .link:hover { text-decoration: none !important;
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 5px auto;
    font-size: 2em;
}
/*Footer Box*/
#hero-plus-footer{
    background-color: #303030;
font-family: 'Roboto', sans-serif;
    color: #ffffff;
    padding: 50px;
    text-align: center;
    display: block;
}
@media only screen and (max-width: 1450px) {
#watch {
    text-align: center;
    display: block;
    margin: 20px auto;
    max-width: 65%;
}
}
@media only screen and (max-width: 980px) {
#watch {
    text-align: center;
    display: block;
    margin: 20px auto;
    max-width: 100%;
    flex-basis: 100%;
}
#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4, #classic-gallery-asset-5, #classic-gallery-asset-6 {
    max-width: 50%;
    flex-basis: 50%;
}
}
@media only screen and (max-width: 768px) {
#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4, #classic-gallery-asset-5, #classic-gallery-asset6 {
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-header {
    display: block;
    text-align: center;
font-family: 'Roboto', sans-serif;
}
.ctab {
    display: inline-block;
    margin: 5px auto;
    padding: 15px;
    text-align: center;
}

.logo {
    margin: 5px;
    width: 230px;
}

.flex-disable {
    padding: 2% 3%;
}

.ctab img {
    width: 100%;
}

ctab {
    display: inline-block;
    margin: 5px auto;
    padding: 7px;
    text-align: center;
}
ctab:hover {
    display: inline-block;
    margin: 5px auto;
    padding: 7px;
    text-align: center;
}

.h2, h2 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 300;
    margin: 20px 0px 40px;
}
.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;
}
}