h2{
text-transform: uppercase;
font-size:28px;
}
#lumafest, #magic, #fresno, #celebrations{
color:white;
padding:60px;
}
h2, h3 {
color:white;
}
.oval {
  border-radius: 50%;
padding:20px;
}
#lumafest{
background: #6D712E;
background: linear-gradient(63deg,rgba(109, 113, 46, 1) 44%, rgba(139, 145, 64, 1) 65%, rgba(196, 202, 96, 1) 100%);
//background: linear-gradient(129deg,rgba(109, 113, 46, 1) 31%, rgba(139, 145, 64, 1) 59%, rgba(196, 202, 96, 1) 88%);
font-size:28px;
//background: linear-gradient(135deg, #6d712e 0%, #8b9140 55%, #c4ca60 100%);
}
#magic{
background: RGBA(57, 83, 130, 1);
background: linear-gradient(322deg,rgba(57, 83, 130, 1) 31%, rgba(143, 182, 168, 1) 54%, rgba(57, 83, 130, 1) 79%);
}
#fresno{
background: RGBA(115, 46, 74, 1);
background: linear-gradient(27deg,rgba(115, 46, 74, 1) 31%, rgba(227, 171, 109, 1) 54%, rgba(115, 46, 74, 1) 79%);
}
#fresno p{
font-size:20px;
}
#celebrations{
background: #D78825;
background: linear-gradient(27deg,rgba(215, 136, 37, 1) 31%, rgba(215, 185, 133, 1) 54%, rgba(215, 136, 37, 1) 79%);
}
.button {
background: white;
color:#002653;
text-decoration: underline;
text-transform: uppercase;
}
#magic img{
border-radius: 15px;
}