@charset "utf-8";
/* CSS Document */
.evContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 100;
}
.evSection {
  /*    background-color: red;*/
  width: 100%;
}
.evHeading {
  font-size: 4rem;
  display: inline-block;
  padding: 2rem;
  margin-top: 3rem;
  /*background-color: yellow;*/
}
.evRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  /*background-color: blue;*/
  width: 98%;
  height: 34vh;
  /*padding-top: 1.875rem;*/
  border-top: 0.3125rem solid #f4f4f4;
  color: #0054a6;
  /*position: relative;*/
}
.firstCol {
  width: 6%;
  align-self: center;
  align-content: right;
}
.evDate {
  /*background-color: gray;*/
  color: #0054a6;
  font-size: 2.2rem;
  text-align: right;
  width: 80%;
  margin-left: 1rem;
}
.evMonth {
  /*border: 1px solid red;*/
}
/*font-family: conduititcpro-regular, sans-serif;*/
.evDayNumber {
  font-size: 5rem;
  font-weight: 700;
  font-family: "abel", san-serif;
  /*border: 1px solid yellow;*/
}
.evDayName {
  text-align: right;
}
.evDesc {
  /*border: 1px solid red;*/
  width: 56%;
  margin-right: 2rem;
  position: relative;
  font-family: "Roboto";
  font-weight: 400;
  /*padding-left: 2rem;*/
}
.evDesc::before {
  background: rgba(149, 210, 243, 0.37);
  top: 1rem;
  content: '';
  display: block;
  height: 12rem;
  left: -2.125rem;
  position: absolute;
  width: 0.25rem;
}
.evPict {
  /*background-color: orangered;*/
  width: 26%;
  border-radius: 0.4375rem;
  overflow: hidden;
  box-shadow: 11px 10px 25px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 11px 10px 25px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 11px 10px 25px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease-in;
}
.evPict:hover {
  transform: scale(1.05);
  filter: blur(1px);
}
.evDesHdr {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  /*color: blue;*/
}
.evDescTime {
  margin-top: 2rem;
  font-size: 1.8rem;
}
.evDescLoc {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #222;
}
.eveDescText {
  margin-top: 2rem;
  font-size: 1.9rem;
  width: 90%;
  line-height: 2.4rem;
  color: #222;
}
.evDescImg {
  height: 100%;
  object-fit: cover;
}
/* *****************
Section: Past Events
*/
.past__events {
  width: 96%;
  margin: 0 auto;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30vw, 1fr));
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  position: relative;
  z-index: 100;
}
.past__events-item {
  height: 50vh;
  background-color: #fff;
  box-shadow: 4px 4px 4px #aaa;
  border-radius: 2px;
  border-bottom: 6px solid black;
  position: relative;
}
.evItemImg {
  height: 50%;
  background-color: yellow;
  overflow: hidden;
}
.month-day {
  background-color: black;
  display: inline-block;
  padding: 1.8rem;
  margin-top: -6rem;
  margin-left: 2.5rem;
  justify-content: center;
}
.month, .day {
  font-size: 2rem;
  color: white;
}
.day {
  font-weight: bold;
  margin-top: 0.5rem;
  font-size: 2.4rem;
}
.evItemImg img {
  width: 100%;
  object-fit: cover;
}
.evItemDesc {
  margin-top: 2rem;
  margin-left: 2rem;
}
.evItemDesc h3 {
  font-size: 2.2rem;
  color: #555;
  margin-top: 4rem;
}
.evItemDesc h4 {
  font-size: 1.8rem;
  margin-top: 1.8rem;
  padding-right: 1.4rem;
  font-weight: 300;
  color: black;
  line-height: 1.8rem;
}
.evItemDesc p {
  font-size: 1.8rem;
  margin-top: -6rem;
  margin-left: 12rem;
  font-style: italic;
}

.pevDate {
  display: inline-block;
  background-color: #ffd100;
  padding: 0.7rem;
  position: absolute;
  top: 0;
  left: 0;
}
.pevDate-1 {
  font-size: 3rem;
  letter-spacing: 2px;
  
}
.pevDate-2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8rem;
  
}