

.bg-picture {
  height: 50vh;
  width:100%;
  background-size: cover !important;
  background-position: center;
}

.bg-title {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}

.bg-button {
  width: 200px;
  margin-bottom: 15px;
}

.footer {
  padding: 10px;
  background-color: #272822;
  color: #FFF;
}

.footer p {
  margin-bottom: 0px;
}

.text-content {
  margin: 10px;
}

.wrapper {
  height: 30vh;
  width: 100%;
  color: #272822;
}

.article {
  height: 200px;
  background: linear-gradient(#e66465, #9198e5);
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  background-size: cover !important;
  background-position: center;
  position: relative;

}

.article h3 {
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}

a:hover {
  text-decoration: none;
  color: #000;
}

.article-title {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
