/* Created on 23-May-2023 16:23:45 */


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width:90%;*/
}

.audioCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;<textarea name="variable name" rows="3" cols="40"><textarea name="variable name" rows="3" cols="40"></textarea></textarea>
  width: 50px;
  }
  

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:24px;
  font-style: italic;
  }
  
p.shaded {
   color: #aaaaaa;
   }
    
p.controls{
   /*font-style:normal;
   font-size:18px;*/
   }
      
/*----------------------------------------------*/
/*      IMAGEs                                  */

.imageStart {
  display: block;
  margin-left:auto;
  margin-right:auto;
  /*width:400px;*/

  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
}

#blessedScreen {
  transition-duration:1000ms;
  }

a.thumbLink {
  margin: 0px;
  border: 0px;
  padding: 0px;
  }
  
  
img.thumbImage {
  /*width: 25px;*/
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 1s;
  margin: 0px;
  border: 0px;
  padding: 0px;
  vertical-align: top;
  }

img.thumbImage:hover {
  opacity: 1;
  }
  
/*-------------------------------------------- */
/*   BOXLINKs     */

a.boxLink:link,  a.boxLink:visited {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  color: #444444;
  font-size:1.5vw;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center; 
  text-decoration: none;
  margin-right: 6%;
  margin-left: 6%;
  margin-top:1%;
  margin-bottom: 1%;
  width: 12%;
  display: inline-block;
}

a.boxLink:hover, a.boxLink:active {
  background-color: #FDBB6F;
  }
  
  
/*----------------------------------------------
/* COLUMN DIVS */

.column {
  float: left;
  padding: 0px;
}

/* Left and right column */
.column.side {
  width: 25%;
  margin-left: 1%;
}

/* Middle column */
.column.main {
  width: 74%;
 }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
/*@media (max-width: 600px) {
  .column.main, .column.side {
    width: 100%;
  }
}*/

/* other divs */

.starterDicClass {
  padding-top:10%;
  display:none;
  }
  
  .starterDicClass2 {
  padding-top:10%;
  }
  
  

