

@font-face { font-family: Mo; src: url('Mo Funky Fresh Std Regular.otf'); }

body{
    background-color: black;
    width: fill;
   
}

/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ PP stylez */


h1{
    color: white;
}

.black{
    color: black;
}

.mo{
    font-family: Mo;

}

h2{
    color: white;
    width: 80%;
}

h3{ 
    padding: 20px;
    color: white;
    font-family: futura;
    outline: 3px solid white;
    width: 60%;
    background-color: black;
    box-shadow: 3px 3px  black;
}

h5{ 
    padding: 20px;
    color: white;
    font-family: futura;
    outline: 3px solid white;
    width: 30%;
    background-color: blue;
    box-shadow: 3px 3px  black;
}

h3:hover{
    background-color: red;
}

h5:hover{
    background-color: red;
}

p{
    color: black;
}

h4{
    font-family: futura;
    color: white;
    text-align: center;
}

p1{
    color: white;
}

p5{
    color: black;
    font-size: 40px;
    background-color: white;
}


/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ basic bb */



a{
    text-decoration: none;
    color: red;
}

a:visited{
    color: red;
}

img{
    
     
}

button{
    font-size: 15px;
}

button.huh{
    font-size: 20px;
    border-radius: 50%;
    padding: 16px;
    background-color: blue;
    
}

/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ multi column */



.column {
  float: left;
  width: 25%;
    overflow-x: hidden;


}

.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .column {
    width: 100%;
      overflow-x: hidden;

  }
}


/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ fixded menu */

#menu{
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
background-color: black;
z-index: 2;
text-align: center;

}
/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ divs for placement */


#introImg{
    width: 100%;
    margin: auto;
}

#rainbowbk{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url("/img/rainbow scroll.gif");
    z-index: -1;
}


{
     width: 100%;
    margin-right: auto;
        margin-left: auto;

}

div.rotated {
  width: ;
  height: ;
  background-color: ;
  transform: rotate(-20deg);
  text-align: center;
  font-family: futura;
  color: white;
}


#CRcontain{
    background-color: white;
    
        padding-bottom: 150px;

    z-index: -1;
    width: 100%;
    

}

#NextButton{
    

    padding-top: 150px;
        padding-bottom: 150px;

    z-index: ;


}



#TSQBooks{
    position: relative;
    background-size: cover;
    padding-top: 5px;
        padding-bottom: 5px;

    width: 100%;
    outline: 3px solid white;
    background: white;

}

/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ swing img animtion */

@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
 
 .swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
    z-index: -1;
}

/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ text typing animation */

.container {
  display: flex;
  align-items: left;
  justify-content: left;
  height: ;
  padding: 5rem;
}

.heading {
  color: white;
  font-size: 10vh;
  font-weight: 300;
  text-transform: ;
}
.headingsmall {
  color: white;
  font-size: 5vh;
  font-weight: 300;
  text-transform: ;
}

/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ snow animation */

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: times;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}

/* _+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+++_+_+_ img Gallereeee */

.gallery {
  padding: 0 ;
  border: 1px solid #ccc;
  float: left;
  height: auto;
  width: 100%;
  object-fit: contain;

}

.gallery:after {
  text-align: left;
}

.gallery:hover {
  border: 1px solid #777;
}

.gallery img  {
  width: 100%;
    height: auto;

}


/* Modal Pop up <><><><><><><><><><><><><><IOIOIOIOIOIOIOIOIOIOIOIOIOOOI{}{}{}{}{}{}{}{}{}{}{}{|{|{|{|{|{|{|{|{|{|}{{}{}}{}{}P}}P}P}P}P}P}P}P}}P}P}*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-image: url('tsqrep2Asset 8-8.png');
  margin: auto;
  padding: 20px;
  border: 3px solid white;
  width: 80%;
}

/* The Close Button */
.close {
  color: blue;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* COLAPSE <><><><><><><><><><><><><><IOIOIOIOIOIOIOIOIOIOIOIOIOOOI{}{}{}{}{}{}{}{}{}{}{}{|{|{|{|{|{|{|{|{|{|}{{}{}}{}{}P}}P}P}P}P}P}P}P}}P}P}*/


.collapsible {
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 2%;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: red;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: black;
  
  
  
/* SLIDESHOW ()())()()()()()()()*/

img.mySlides{
    display:none;
    width: 400px;

}

button.huh{
    font-size: 20px;
    border-radius: 50%;
    padding: 16px;
    color: white;
    Background-color: black;
}