.body {

  height: 100%;
  width: 100%;
  overflow-x: hidden;

}
.container {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.text-faded {
  text-align: justify;
  margin: 0 auto;
}

.picInList{
  margin-top: auto;
}

.text-align {
  text-align: justify;
  margin-bottom: 30px;
}

.picUnder{
  margin-top: 50px;

}

.logo{
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.img-responsive{
  margin-left: auto;
  margin-right: auto;
}

.eventStyleHeading{
  color: white;
  font-weight: bold;
  font-size: 20px;
  font-family: inherit;
}

.eventStyleInfo{
  color: white;
  font-size: 12px;
  font-family: inherit;
  text-align: justify;
}

.eventStyleEvent{
  color: black;
  font-size: 20px;
  font-family: inherit;
}

.fa-facebook-square{
  color: blue;
  font-size: 40px;
  margin-top: auto;
}

.eventItem{
  border: 3px solid #222222!important;
}
