/* Please define your custom styles here */
html {
  font-size: 16px;
  padding: 0;
}
/*
.colsnow {
  display: flex;
  flex-direction: column;
  width: auto;
}
*/
kbd, .kbd {
    color: inherit;
    min-width: 1rem;
    min-height: 1rem;
    line-height: 1;
    font-size: 90%;
    background-color: #F0F0F0;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    box-shadow: grey 0px 2px;
    padding: 1px 1px 0;
    //margin-top: -3px;
    margin:4px;
}
/*
.instruction {
  width: 80%;
  margin: auto;
  text-align: left;
  line-height: 1.7rem;
}

.halfsies1 {
  display: flex;
            flex-direction: row;
  justify-content: center;
  //float: middle;
  width: 3%;
  font: 700;
  //width: 7rem;
  //height: 7rem;
  font-size: 0.9rem;
  font-weight: bold;
  //outline:black solid 1px;
 // height:1.2rem;
}

.halfsies2 {
  display: flex;
            flex-direction: row;
 // justify-content: left;
 // float: middle;
  //width: 50%;
  font-size: 0.8rem;
  //  outline:green solid 1px;
  height:auto;
}

.outliner {
 outline:black solid 1px;
 //height:1.5rem;
   justify-content: left;
   width:100%;
  margin:2px;
  display: flex;
            flex-direction: row;
}
*/
.monospace {
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  font-variant-numeric: tabular-nums lining-nums;
  font-kerning:none;
  line-height: 0; 
  display:block;
  outline: 1px blue;
  margin: 0;
}
/*
.instrspan1 {
  color:red;
}

.instrspan2 {
  color: blue;
  //display: inline-block;
  //min-width: 1rem;
  //line-height: 1rem;
  //min-width: 1em;
  //line-height: 1em;
  //outline: 1px dotted darkred;
  //text-align: justify;
  //font: 700;
  //width: 7rem;
  //height: 7rem;
  //font-size: 4rem;
  //font-weight: bold;
}
*/
input[type=checkbox] {
  transform: scale(1.7);
}
/*
.trialscreen {
  display: flex;
  //flex-direction: column;
  justify-content: center;
  align-items: center;
}

.effect {
//  display: float;
//  flex-direction: row;
  justify-content: center;
  float: left;
  width: 33.33%;
}

.position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 7rem;
  width: 7rem; 
  font-size: 3rem;
  //visibility: hidden;
}

.position.shown {
  visibility: visible;
}

.stimtwo {
  float: left;
  width: 33.33%;
  //display: flex;
  //flex-direction: row;
  justify-content: center;
  font: 700;
  width: 7rem;
  height: 7rem;
  font-size: 4rem;
  font-weight: bold;
}

.feedback {
  display: float;
  flex-direction: row;
  //justify-content: space-around;
    justify-content: center;

 // width: 5rem;
 // height: 2rem;
  margin-top: 1rem;
}

.hidden {
    visibility: hidden;
}
*/

/* definde animation 
@keyframes delay {
    99% {visibility: hidden;}
    100% {visibility: visible;}
}

/* The element to apply the animation to */
/* since the animation makes the object invisible for 
99% of the duration, ms are slightly increased to get closer
to 200ms/400ms/800ms 
.position.d0 {
    animation-name: delay;
    animation-duration: 0ms;
    animation-fill-mode: forwards;
} 


.position.d200{
    animation-name: delay;
    animation-duration: 202ms;
    animation-fill-mode: forwards;
} 

.position.d400 {
    animation-name: delay;
    animation-duration: 404ms;
    animation-fill-mode: forwards;
} 

.position.d800 {
    animation-name: delay;
    animation-duration: 808ms;
    animation-fill-mode: forwards;
} 

#report {
  display: flex;
  flex-direction: column;
  margin: auto;
}
*/
.container2 {  display: grid;
text-align: justify;
  grid-template-columns: 20% 15% 15% 15% 15% 20%;
  grid-template-rows: 10% 30% 10vmax 15% 5% 10%;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    ". . . . . ."
    ". stim1 stim2 stim3 stim4 ."
    ". . . . . ."
    ". errorarea errorarea errorarea errorarea ."
    ". . . . . ."
    "instructions instructions instructions instructions instructions instructions";
}

.stim1 { 
  grid-area: stim1;
  border-style: solid; 
  border-color:black;
  aspect-ratio: 1;
  text-align: center;
  //padding: 15vh 0;
  background-color: rgb(230,230,230);
  font-size: 25vmin;
  //text-align: justify;
  //display: inline-block;
  //line-height:90%;
  }

.stim2 { 
  grid-area: stim2;
  border-style: solid; 
  border-color:black;
  aspect-ratio: 1;
  text-align: center;
  //padding: 15vh 0;
  background-color: rgb(230,230,230);
  font-size: 25vmin;
  //text-align: justify;
  //display: inline-block;
  //line-height:90%;
  }

.stim3 { 
  grid-area: stim3;
  border-style: solid; 
  border-color:black;
  aspect-ratio: 1;
  text-align: center;
  //padding: 15vh 0;
  background-color: rgb(230,230,230);
  font-size: 25vmin;
  //text-align: justify;
  //display: inline-block;
  //line-height:90%;
  }
.stim4 { 
  grid-area: stim4;
  border-style: solid; 
  border-color:black;
  aspect-ratio: 1;
  text-align: center;
  //padding: 15vh 0;
  background-color: rgb(230,230,230);
  font-size: 25vmin;
  //text-align: justify;
  //display: inline-block;
  //line-height:90%;
  }

.instructions { grid-area: instructions;
margin-top: 1%; }

.errorarea { grid-area: errorarea;
margin-top: 1%; 
  text-align: center;
    font-size: 5vmin;
}

.stimexred1 {
  background-color: #FF0000;
  border-style: solid; 
  border-color:black;
  display: inline-block;
  height:5vh;
  width:5vh;
}

.stimexred2 {
  background-color: #FF9696;
  border-style: solid; 
  border-color:black;
  display: inline-block;
  height:5vh;
  width:5vh;
}

.stimexblue1 {
  background-color: #0000FF;
  border-style: solid; 
  border-color:black;
  display: inline-block;
  height:5vh;
  width:5vh;
}

.stimexblue2 {
  background-color: #9696FF;
  border-style: solid; 
  border-color:black;
  display: inline-block;
  height:5vh;
  width:5vh;
}
.stimexgrey1 {
  background-color: #454545;
  border-style: solid; 
  border-color:black;
  display: inline-block;
  height:6vh;
  width:6vh;
}
.stimexgrey2 {
  background-color: #E6E6E6;
  border-style: solid; 
  border-color:black;
  display: inline-block;
  height:6vh;
  width:6vh;
}

.stimexcon {
  gap: 0px 0px;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 5vh;
  line-height:95%;
}