.swiper-button-next, .swiper-button-prev{
  color: #d1d3d7 !important;
}
.swiper-pagination-bullet-active {
  background: #d1d3d7 !important;
}
.ui.main.menu,
.ui.secondary.menu{
  border-radius: 0;
  margin: 0;
}
.ui.header .teal.sub.header {
  color: #00b2ac;
}

.ui.header .salmon.sub.header {
  color: #ff6f38;
}
.ui.header .content,
.ui.header .content input{
  width: 100%;
}
footer{
  background: #30373D;
  padding:2em;
}

.ui.unmargin,
.unmargin{
  margin: 0 !important;
}
.ui.min.padding.segment{
  padding: 0.5em 1em !important;
}

.salmon-separator{
  background-color: #FFEDEB;
}

.ui.no-round-borders,
.no-round-borders{
  border-radius: 0 !important;
}