body {
  /*background-image:url('../img/bowl.png');*/
  background-color: #ffc107;
  color: #e61a2e;
  min-width: 300px;
}

.leftAlign{
  float: left;
  text-align: left;
}

.rightAlign {
  float: right;
  text-align: right;
}


.card-body {
  color: #e61a2e;
}

.edit-class {
  color: black;
  font-size: 10px;
  position: relative; 
}

.navbar-background-red {
  background-color: #b70e14;
  color: #ffc107;
  font-size: 30px;
  text-align: center;
  padding: 10px;
}

div {
  font : "verdana";
  font-size : 18px;
  text-align: center;  
  
}

h2 {
  color: #F4EBE8;
  text-align: center;
}

.dtEl {
  border-color: green;
}

.small {
  font-size : 12px;
}

.medium {
  font-size : 40px;
}

.tiny {
  font-size : 10px;
}

.altClr {
  color : #2d07ef;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height:60px;
}

.refreshIcon {
  padding-left: 20px;
}

.refreshBtn {
  background-color: transparent;
  border-color: #ccc;
}

.festival-alert {
  background-color : #17a013;
  text-color : #e0e9f3
}

.festival-text {
  color : #e0e9f3
}

.borderimg1 { 
  border-image:    0% 50% stretch;
  -webkit-border-image: url(../img/border.svg) 30 round; /* Safari 3.1-5 */
  -o-border-image: url(../img/border.svg) 30 round; /* Opera 11-12.1 */
}

.borderimg {
  border: 10px solid transparent;
  padding: 15px;
  border-image: url(../img/border1.png) 20% round;
}