/*______CONTEXT______*/

.context{
    z-index: 500;
/*    line-height: 1.55em;
    font-size: 1.2em;*/
}

/*______INTRODUCTION POP UP______*/

#intropopup{
    display: none;
    background-color: blueviolet;
    width: 38%;
    height: 83%;
    z-index : 1200;
    padding : 20pt;
   /* padding-left: 50pt;
    padding-right: 50pt;*/
    margin-top : 33px;
    margin-left : 3%;
    margin-right : 10%;
    position : fixed;
    top: 0;
    overflow: auto; 
    border-radius: 5px;
}

#intropopup::-webkit-scrollbar {
  width: 20px;
}
#intropopup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white; 
  border-radius: 10px;
}
#intropopup::-webkit-scrollbar-thumb {
  background: blueviolet; 
  border-radius: 10px;
}
#intropopup::-webkit-scrollbar-thumb:hover {
  background: blueviolet; 
}

button {
    font-family: 'Director regular';
    border : transparent;
    background-color: transparent;
    color : orangered;
    font-size: 1em;
    cursor:pointer;
}

.cross{
  width: 30px;
  height: 30px;
  border-radius: 50% 50%;
  position: relative;
    transform: scale(1.3);}
  .cross::before{
      background: white;
      position: absolute;
      display:block;
      content:'';
      width: 70%;
      height: 6%;
      top: 47%;
      left: 15%;
      transform: rotate(45deg);}
  .cross::after{
      background: white;
      position: absolute;
      display:block;
      content:'';
      width: 6%;
      height: 70%;
      left: 47%;
      top: 15%;
      transform: rotate(45deg);}  
  .cross:hover {
      background: lighten(aquamarine, 0);
    	-webkit-transition: background .3s;
      -moz-transition: background .9s;}

/*______INTRODUCTION______*/

.introduction {
    z-index: 500;
    font-size: 12pt;
}

.introduction h1, .context h1{
    font-size: 3em;
}

.introduction h2, .context h2{
    font-size: 2em;
}

.introduction h3, .context h3{
    font-size: 1.8em;
    padding-top: 20px;
}

.introduction pre, .context pre{
    white-space:pre;
    letter-spacing:auto;
    font-family:'BitstreamVeraSansMono','CourierNew',Courier,monospace;
    line-height: initial;
    text-align: left;
    column-span: all;
}

.introduction p, .context p{
    font-family:'Syne regular','CourierNew',Courier,monospace;
    color : antiquewhite;
    padding-top: 5px;
    font-size: 1.3em ;
    text-align: left;
     column-span: all;
}

.introduction em, .context em{
    font-family:'Louise';
    font-size: inherit ;
    line-height: 1.2em;
    text-align: left;
     column-span: all;
    color: mediumaquamarine;
}

.introduction a, .context a {
    font-family: 'Synemono Regular';
    color: magenta;
    font-size: inherit ;
    line-height: 1.2em;
}

.introduction pre a {
        white-space:pre;
    letter-spacing:auto;
    font-family:'BitstreamVeraSansMono','CourierNew',Courier,monospace;
    line-height: initial;
    text-align: left;
    column-span: all;
} 

.introduction strong, .context strong{
    font-family: 'FT88 Gothique', monospace;
    color: ghostwhite;
    font-size: 1em ;
    text-shadow: none;
    letter-spacing: -0.015em;
}


@media /*only screen and */(max-width: 900px) {
}
