html {
  background-color: #373737;

}

body {
    font-family: "Roboto Condensed", sans-serif;

}



a:link, a:visited {
    color:#000; 
}

    a:hover {
      color: rgb(0, 158, 202);
    }


* {
  box-sizing: border-box;
  }


  
.justimgmenuthings {
    position: fixed;
    width: 46%;
    padding: .3vw;
    top: 2%;
    left: 2%;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .005vw;
    z-index: 50;
	        /* The background is .5 opacity.  Aint I just clever */
    background-color: rgba(240,240,240,0.9);
    text-align: center;
    border-radius: 10px 10px;
    font-family: "Barriecito", system-ui;
    color: #666144;
}
.seps {

    font-size: 30px;
    vertical-align: top;
    color: #666144
    font-family: "Barriecito", system-ui;
    }

@media (max-width: 800px) {
  .justmenuthings { 
  width: 70%;
  font-size: 20px;
  }
  .seps {
  font-size: 14px;
  }	
}
.tcontainer {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items:center;
padding-top: 40%;

}

.trow {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-evenly;
  width: 90%;
 border: 1px solid #333;
}

.tcolumn {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: auto;
  padding:0;
  margin: 5px;
  height: auto;
  text-align: left; 
  align-items: flex-start;
  justify-content:baseline;
 border: 1px solid #000;
} 



.row {
  display: flex;
  flex-wrap: wrap;
  align-items:start;
  justify-content: center;
  width: 100%;
}
.column {
  float: left;
  height: auto;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 10px;
  text-align: left;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout */

@media screen and (max-width: 900px) {
  .column, .trow {
  padding-top:100px;
    width: 100%;
    flex-wrap: wrap;
      
  }
}

h1, h2,  h3, h4 {
-webkit-text-stroke: 0 black;
font-family: "Roboto Condensed", sans-serif;
letter-spacing: 3px;
word-spacing: 10px;
border-radius: 25px;
padding: 10px;
color: #fff;
}

h1 {
    font-weight: 900;
    font-size: 40px;

}

h2 {
    font-weight: 900;
    font-size: 40px;

}


h3 {
    font-weight: 400;
    font-size: 24px;
}

h4 {
    
    font-weight: 100;
    font-size: 18px;
}


.zoom {
  padding: 0;
  transition: transform .2s; 
  width: 300px;
  height: 375px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.zoom:hover {
  transform: scale(1.5);
  filter: saturate(200%) contrast(250%) brightness(150%);

  }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(250,250,250,0.5);
    z-index: 999;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;	
    font-size: 16px;
    font-weight: 600;
}

.imgfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #d6d782;
    z-index: 999;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;	
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px 25px 0 0;

}

.footlink {
    text-decoration:none;
        font-family: "Barriecito", system-ui;

    }
    
    .footlink:hover {
    color: #1155aa;
    }

.pixies {
position: absolute;
left: 10vw;
top: 250%;

}
@media screen and (max-width:900px) {
  .pixies {
  position: absolute;
  left: 10vw;
  top: 75vw;

  }
}

.simpixies{
	position: absolute;
	left: 70%;
	top: 100%;
	z-index: 999;
	}

@media screen and (max-width:900px) {  
.simpixies{
	position: absolute;
	left: 70%;
	top: 100%;
	z-index: 999;
	}
}

audio {
  width: 300px;
  height: 40px;
  border-radius: 1px;
  border: 2px solid #666144;
  background-color: #eeeeee;
}

