/*--------------------------------------------------------------
# DateTime Animation
--------------------------------------------------------------*/
/*FOR BODY ELEMENT IF NO BOOTSTRAP*/
/*.reganimate1{  
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #93278f;
} 
*/

.datetime{
  color: #fff;
  background: #71196D;
  font-family: "Segoe UI", sans-serif;
  width: 100%;
  padding: 15px 10px;
  border: 3px solid #93969B;
  border-radius: 5px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.1));
  transition: 0.5s;
  transition-property: background, box-shadow;
}

.datetime:hover{
  background: #71196D;
  box-shadow: 0 0 30px #71196D;
}

.date{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.time{
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time span:not(:last-child){
  position: relative;
  margin: 0 6px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

/*.time span:last-child{
  background: #71196D;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0 5px;
  border-radius: 3px;
}*/

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.media {
  display: flex;
}
