.wrapper{ 
 padding-top:4px !important;
}

:root {
      --mainbg: #0c1554;
      --maintxt: #ffffff;
      --revtxt: #000000;
      
      --lightest: #d079fb;
      --lighter: #b587ff;
      --light: #8915e8;
      --dark: #4e5783;
      --darker: #43416c;
      --darkest: #1d1e30;
    }


body {
  background-image: url("/braincell/s5/src/bg.jpg");
}

.padb{padding-bottom:1em;}

.breadcrumb{color: var(--maintxt);}

.breadcrumb a{color: var(--maintxt);}

.btn{  color: var(--maintxt);}

.fix { width:90%;}

h2{color:var(--maintxt);}

h3 {color:var(--lightest);}

.lots div {
  padding:0px;
  margin:0px;
  
  }
  
.card {
  width:40%;
  padding:1em;
}

.spcr{
  margin-top:1em;
  }

.fauxtable{
  width:100%;
  float: left;
  position: relative;
  margin-bottom:1em;
}

.tblimg {
  display:inline-block;
  width:40%;
}

.tblimg img{
  object-fit: cover;
  object-position: center;
  height: 200px;
  width: 100%;
}

.tblimgNOCUT {
  display:inline-block;
  width:40%;
  text-align:center;
}

.tblimgNOCUT img{
  height: auto;
  width: 75%;
}


.tbltxt{
  padding-left:0.5em;
  display:inline-block;
  width:60%;
  
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  
  margin-bottom:1em;
  
}

.desc {
  width:100%;
}

#campainposter{
position: absolute;
  top: 8em;
  right: 8%;
  width: 128px;
  height: 128px;
  background-size: contain;
  background-image: url('https://dejojo.neocities.org/braincell/s4/src/bcs4_poster-kx4mayor.png');
  box-shadow: 2px 2px 5px black;
  z-index:5;
}

#back2top{
position: fixed;
  bottom: 1.5em;
  right: .2em;
  background-size: contain;
  z-index:5;
}

#goshop{
  position: fixed;
  bottom: 0em;
  right: .2em;
  /*width: 128px;*/
  /*height: 128px;*/
  background-size: contain;
  /*background-image: url('https://dejojo.neocities.org/braincell/s4/src/bcs4_poster-kx4mayor.png');*/
  z-index:5;
}


/* T A B L E  */

.section{
  margin-bottom:1em;
}

table {
  width:100%;
  background-color: var(--darker);
  border-collapse:collapse;
}

.tableimg{
  width:64px;
  text-align:center;
}

.tableimg img {
  height: 2rem;  
  margin:2px 0px;
  /*margin-bottom:-.5em;*/
}

.double img {
  height: 1.8rem;  
  margin: 2px -1px;
  /*margin-bottom:-.5em;*/
}

td a {
  color: var(--light);
}

tr .item{
  width:50%;
}

 tr:nth-child(odd) {
  background-color: var(--dark);
}

.dark {
  background-color: var(--darker);
  }
  
.desc{
  text-align:center;
  padding-bottom:4px;
  }
  


/* S M A L L S C R E E N  */
    
@media(max-width: 1300px){
  #campainposter{
  top: 10em;
}
  }
    
@media(orientation: portrait) {
  
    .card {
    width:90%;
  }
  
  
.fauxtable{
  width:100%;
  text-align:center;
  float: left;
  position: relative;
  margin-bottom:1em;
}

.tblimg {
  width:95%
}

.tblimg img{
  object-fit: cover;
  object-position: 50% 75%;
  height: 128px;
  
}

.tbltxt{
  text-align:left;
  width:100%;
  
  position: static;
  transform: none;
  
}

.tblimgNOCUT {
  display:inline-block;
  width:95%;
  text-align:center;
}

.tblimgNOCUT img{
  height: auto;
  width: 100%;
}

.centermob{
  margin-top:.7em;
  text-align:center;
  }

#campainposter{
position: absolute;
  top: 5.5em;
  right: 5%;
  width: 64;
  height: 64px;
  background-size: contain;
 z-index:5;
}

}



