/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 1em;
}
body {
  margin-top: 70px; /* Margin bottom by footer height */
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9em;
}

p {
  margin-bottom: 5px;
  font-size: 1.2em;
}

a, a:hover {
  color: #C800E2;
}

.header a {
  color: #ff0;
}

h2 {
  text-align: center;
}

.red {
  color: #ff1c00;
}
.blue {
  color: #3f51b5;
}
.green {
  color: #60af05;
}

.logo {
  max-width: 90px;
  display: block;
  margin:0 auto;
}

.title {
  color: #fff;
}

.lead span {
  font-style: italic;
}
.client .name {
  font-size: 2em;
  text-align: center;
}
.client .img {
  margin-bottom: 1.5em;
}
.client .description {
  font-size: 1.3em;
  margin-bottom: 12px;
}
.highlights {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #673AB7;
  z-index: 10;
}

.end {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
}

hr.colored {
  border: 0;   /* in order to override TWBS stylesheet */
  height: 7px;
  background: linear-gradient(to right, #ff1c00 0%, #ff1c00 20%, #8BC34A 20%, #8BC34A 40%, #2196f3 40%, #2196f3 60%, #FFC107 60%, #FFC107 80%, #056f98 80%, #056f98 100%);
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  padding: 0 15px;
}
