@import url('bulma.min.css');

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.hero.is-custom {
  background-color: #fff;
  color: #fff;
}

.button.is-custom {
  background-color: #8c358b;
  color: #fff;
}

.title.main {
  color: #fff;
}

.subtitle.main {
  color: #e3e3e3;
}

.footer {
  background-color: #8c358b;
  display: flex;
  flex-direction: column;
}

a {
  color: #fff;
}

.section.margin-overwrite {
  margin: 0;
  padding: 0;
}
.small-img{
	height: 180px;
    width: auto;
}