/*=============================================================================
// bibliography
//===========================================================================*/

.quote {
  color:blue;
}

/*=============================================================================
// bibliography
//===========================================================================*/

.bibTitle {

  color	          : blue;
  background-color: #A0A0A060;
  
  text-align : left;
  font-size  : 24px;
  font-family: 'Courier New';
  
  padding: 6pt;
  margin-top:24px;
  
  border       : 2px solid black;
  border-radius: 12px;
}

.bibItem {
  margin-bottom: 3px;
}

/*=============================================================================
// sections
//===========================================================================*/

.title {

  color	          : blue;
  background-color: #A0A0A060;
  
  text-align : left;
  font-size  : 30px;
  font-family: 'Courier New';
  
  padding: 6pt;
  margin-top:12px;
  
  border       : 2px solid black;
  border-radius: 12px;
}

.section {

  color	          : blue;
  background-color: #A0A0A060;
  
  text-align : left;
  font-size  : 24px;
  font-family: 'Courier New';
  
  padding: 6pt;
  margin-top:24px;
  
  border       : 2px solid black;
  border-radius: 12px;
}

.listItem {
  margin-bottom: 12px;
}

/*=============================================================================
// animation
//===========================================================================*/

@keyframes frames1 {
  from {background-color: red;   }
  to   {background-color: yellow;}
}

.animation1 {

  color           :yellow;
  background-color:red;
  
  animation-name    :frames1;
  animation-duration:4s;

  margin-top   :12px;
  margin-bottom:24px;
  
  padding:12px;

  border:solid 3px red;
  border-radius:12px;
}
