html, body {
  width:100%;
  height: 100%;
}

.wrapper {
  margin-top: 0px;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.primary-color  {
  color: #f44336 !important;
}

.primary-text-color  {
  color: #f44336 !important;
}

.secondary-text-color {
  color: #3688f4
}

.secondary-color {
  color: #ffffff;
}

footer {
  background-color: #f44336 !important;
}

.footer-text {
  padding: 10px;
}

/* img {
  max-height: 500px !important;
  width: 100% !important;
} */
.carousel-picture {
  height: 100%;
  max-height: 768px;
}
/*
.carousel-picture {
  width: 100%;
  height: 100%;
  min-width: 500px;
  min-height: 500px;

} */
