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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
  display: none;
}
.marvel { width: 50%; margin: auto; text-align: center; }
#orderbar { background: #000; border-radius: 30px; border: #71DBD4 5px solid; padding: 20px; margin-bottom: 10px; }
.preorder { margin: auto; text-align: center; padding: 10px; }

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.right { float:right; width:38%; margin-left:3%;}

.centerpic{
width:100%; padding:2% 18%;
}

/*Header Box*/
#hero-plus-header { 
}
/*Hero Box*/
#hero-plus-hero {  align-items: start; border-bottom: 5px solid #130013; }
}
.tweet {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #333333;
}

hr {
    display: flex;
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
}

.card{margin-bottom:35px;}

li{padding-bottom:15px;}

.twit{float:right; width:35%; margin:3%;}

.red{padding:40px 10%; background:#f81a23; margin-bottom:25px;}

a, a:visited, a:hover, a:focus, a:active {
    color: #D2355B;
    word-wrap: break-word; 
}

.linked-url:hover {
    transition: background-color 1s linear, left .6s ease-out 1s, transform 1s steps(3, start), color .6s ease, font-size .3s linear;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    display: none;
}


div.mobilink { display: none; }

.card-title {
    margin-bottom: 0rem;
   
}

/*Body Box*/
#hero-plus-body {
font-family: 'Roboto', sans-serif;
font-size:19px;
line-height:170%;
background: url('images/bluespace-asset.png') top center repeat fixed #000;
background-size: cover;
color: #fff;
}
/*Footer Box*/
#hero-plus-footer{ background-color: #000; text-align:center; padding: 30px; display:block; color: #fff;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited {
    margin: 10px;
    background: #f81a23;
    padding: 14px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 110%;
    border-radius: 3px;
}

 .ctab:hover {
    margin: 10px;
    background: #f81a23;
    padding: 14px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 110%;
    border-radius: 3px;
  opacity:.75;
}


h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
h2 {font-family: 'Roboto', sans-serif; text-align:center; margin: 20px 0px 40px; font-size: 1.6rem; font-style: italic;}
h3 {font-family: 'Roboto', sans-serif; font-size: 20px !important; font-weight: bold; margin: 20px 0px; margin-top:32px; color: #f81a23; text-transform: capialize;}
#txt { padding: 2% 10%;   overflow-wrap: break-word;
  word-wrap: break-word;}
.card-container { 
    border: 5px solid #F2F3EE;
}
#gallery {border-top: 5px solid #962C4C; border-bottom: 5px solid #962C4C; padding: 2% 5%;  background: url('images/MGG_LIQUID_NEBULA_BACKGROUND_1.jpg') top center;}
#gallery h2, #gallery .card-body {display:none;}
.hero {max-width: 100%;}
.logo {margin: 9px 30px;}

.link, .link:visited, .link:hover {
    display: inline;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.35rem;
    font-weight: normal;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
}
.soc, soc:visited{
    display: inline-block;
    padding: 5px;
    margin: 15px;
    color: #D2355B;
font-size:130%;
}

.soc:hover {
opacity:.75;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
@media only screen and (max-width: 768px) {
#txt { padding: 2%; }
#orderbar { 
    width: 300px;
    max-width: 100%;
}
#orderbar img { width: 100%; }
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
h1 {
    font-size: 30px;
}
.right1{ float:right; width:100%;}

.centerpic{
width:100%; padding:2% 2%;
}

.twit{float:right; width:100%; margin:3% 0%;}
h2 { font-size: 25px;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#hero-plus-header {
    display: block;
}
.logo {
    display: block;
    margin: 4px auto;
}
.ctab {
    display: block;
    text-align: center;
}
}