@import url("https://fonts.googleapis.com/css?family=Oswald");

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  background-color: #dadde6;
  font-family: "Oswald", sans-serif;
  background-image: url('bg2.jpg');
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.container {
  width: 90%;
  margin: 100px auto;
}

h1 {
  text-transform: uppercase;
  font-weight: 900;
  border-left: 10px solid #8209a7;
  padding-left: 10px;
  margin-bottom: 30px;
}

.row {
  overflow: hidden;
}

.event-box {
  display: block;
  width: 90%;
  background-color: #fff;
  color: #989898;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.event-box h3 {
  color: #3c3c3c;
  font-size: 130%;
  margin-bottom: 10px;
}

.event-box h4 {
  color: #2b2b2b;
  font-size: 100%;
  margin-bottom: 10px;
}

.event-box p {
  font-size: 85%;
  margin-bottom: 10px;
}

.event-box img {
  display: block;
  margin: 10px 0;
  height: auto;
  width: 30%;
}

.event-date {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 100%;
}

@media screen and (max-width: 860px) {
  .event-box {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .event-box img {
    width: 100%;
  }
}

button {
  position: relative;
  background-color: #8209a7;
  border: none;
  font-size: 130%;
  color: #FFFFFF;
  padding: 6px;
  width: 250px;
  margin-bottom: 14px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  font-family: "Oswald", sans-serif;


}

button:hover {
  opacity: 1;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}


.flex {
  display: flex;
  flex-direction: column;
}

.flexRow {
  display: flex;
  padding: 6px;
  width: 250px;
  margin-bottom: 14px;
}

h3 {

  margin-bottom: 0.5cm;

}

p {
  margin-bottom: 0.5cm;
  margin-top: 0.5cm;
}

.banner1 {


  display: none;
  bottom: 0;
  width: 100%;
  background-color: #893aa1;
  color: white;
  text-align: center;
  padding: 4px;
  opacity: 90%;

}

.install {

  margin-left: 20px;
  padding: 3px 2px;
  background-color: #FFF;
  color: #8209a7;
  border: none;
  cursor: pointer;
}