/*
To edit the content inside the page

*/

/*To edit to header box and text inside box */
.date-box {
  height: 60px;
  width: 60px;
  background: #000000;
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  float: left;
}
.date-box {
  height: 60px;
  width: 60px;
  background: #000000;
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  float: left;
}
.text-day {
  font-size: 30px;
  color: #e3d583;
  float: left;
  padding-right: 5px;
  margin-top: -10px;
}
.text-month {
  float: left;
  /* height: ; */
}
.text-year {
  font-size: 10px;
  float: left;
}
.box-title {
  word-wrap: break-word;
  font-size: 150%;
  margin-top: -20px;
  float: left;
  color: #e3d583;
}
.light-grey-text {
  color: #eeeeee;
  line-height: 80%;
  margin: 0.67em 0;
}

/*to edit image accorging to page*/
.img-edit {
  width: 100%;
  height: 400px;
}

/*To edit text after Image*/
.text-after-heading {
  color: #000000;
  text-align: justify;
  font-family: Verdana;
  font-size: 12px;
}

/*Clickable link with hover*/
.a {
  text-decoration: underline;
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
}
.a:hover {
  color: #e3d583;
  background: #000000;
}

/* Removes the border  under text. Overwrites styling from the inline "news.html" style in Line 834 */
#s-lg-widget-1613501935258 li {
  border-bottom: 0px !important;
  padding: 10px 0 !important;
}

/* Adds back the bullet points. Overwrites styling from the inline "news.html" style in Line 816 */
#s-lg-widget-1613501935258 ul:not(:first-child) {
  list-style: disc !important;
}
