.sidebar {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
  padding-top: 20px;
  background: #eee;
  background: #f7f7fc;
  border: 1px solid #eee;
}

.features-sidebar {
  top: 70px;
}

.features-sidebar-card {
  padding: 6px 0;
}

.features-sidebar-toggle {
  padding: 0;
}

.features-sidebar-label {
  display: block;
  padding: 15px 8px 12px 16px;
}

.features-sidebar-label--tall {
  padding-bottom: 18px;
}

.features-intro {
  padding-bottom: 0;
}

.features-heading-center {
  text-align: center;
}

.features-copy-large {
  font-size: 18px;
  line-height: 2;
}

.features-copy-justify {
  text-align: justify;
}

.features-heading-copy {
  font-family: Nunito;
  line-height: 2;
}

.features-line-height-2 {
  line-height: 2;
}

.features-list-large {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

.features-link-list {
  font-size: 16px;
  line-height: 2;
}

.features-benefits--plain {
  border: none;
}

.features-image-borderless {
  border: none !important;
}

.features-image-40 {
  width: 40%;
}

.features-image-50 {
  width: 50%;
}

.features-image-60 {
  width: 60%;
}

.features-image-70 {
  width: 70%;
}

.features-image-75 {
  width: 75%;
}

.features-image-80 {
  width: 80%;
}

.features-image-full {
  width: 100%;
}

.features-image-max-560 {
  max-width: 560px;
}

.features-image-260 {
  width: 260px;
}

.features-icon-40 {
  width: 40px;
}

.features-icon-grid-item {
  margin-bottom: 10px;
}

.features-image-pad {
  padding: 20px;
}

.features-caption-note {
  font-size: 12px;
  text-align: center;
}

.features-list-muted {
  color: #858e91;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.sidebar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.sidebar .small-a {
  padding-left: 40px;
  font-size: 12px;
}

.main-content {
  margin-left: 280px;
  padding: 0px 10px;
}

@media only screen and (max-width: 600px) {
  .sidebar {
    width: 100%;
    position: relative;
    padding: 20px 10px;
    background: #eee;
    background: #f7f7fc;
    border: 1px solid #eee;
  }
  .main-content {
    margin-left: 0px;
  }
}

hr {
  color: #eee;
  border-width: 2px;
}

.breath {
  text-align: center;
}

.breath p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.7;
}

h1 {
  font-size: 30px;
  line-height: 2;
}

h2 {
  font-size: 24px;
  line-height: 2;
}

h4 {
  text-align: justify;
  font-size: 18px;
}

.breath img {
  width: 100%;
  text-align: center;
}

.features {
  padding: 20px;
}

.copyright {
  position: relative;
  z-index: 1000;
}

.footer {
  position: relative;
  z-index: 1000;
}

.caption {
  min-height: 180px;
}

.thumbnail .caption p {
  text-align: left;
  line-height: 1.7;
  color: #555;
  font-size: 14px;
}

.footermenu p {
  text-align: center;
}

.breath img {
  border: 2px solid #eaeaea;
  border-radius: 10px;
}
