#welcome {
  padding: 0;
  height: 120px;
  width: 660px;
  margin: 30px auto;
  position: relative;
  display: block;
}

#welcome::before {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 30px;
  background-color: rgba(255,215,0,0.25);
  filter: blur(10px);
}

#welcome-text {
  font-size: 48pt;
  padding-left: 80px;
  position: relative;
  text-align: center;
  font-family: "Shadows Into Light", cursive;
}

#front-box {
  width: 1200px;
  position: relative;
  padding: 0;
  margin: 60px auto;
}

#front-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 30px;
  background-color: rgba(144,238,144,0.25);
  filter: blur(10px);
}

#front-box-image {
  position: relative;
  width: 1000px;
  display: block;
  margin: auto;
  padding: 30px 0 30px 0;
}

#news-section {
  width: 1080px;
  position: relative;
  padding: 0;
  margin: 30px auto;
}

#news-heading {
  width: 1080px;
  position: relative;
  padding: 0px 30px;
}

#news-table {
  border-collapse: collapse;
  margin: 0px 30px;
}

.dates {
  width: 120px;
  text-align: center;
}

.news {
  width: 800px;
  height: 80px;
}

.news-row:nth-of-type(odd) {
  background-color: rgba(135,206,235,0.25);
}

.news-row:nth-of-type(even) {
  background-color:rgba(211,211,211,0.25);
}
