
header {
  margin-top: 15px;
}
header a {
  display: inline-block;
  color: black;
  text-decoration: none;
}
header img {
  height: 60px;
}
header .text {
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}
header .text .vignelli {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 8px;
}

header .text .rit {
  font-size: 14px;
  margin-top: 3px;
}

.home-header {
  display: none !important;
}

.breadcrumb {
  text-decoration: none;
  display: inline-block;
  padding-top: 2px;
}

@media only screen and (max-width: 767px) {
  header .text .vignelli {
    font-size: 21px;
    line-height: 21px;
    padding-bottom: 2px;
  }
  header .text .rit {
    font-size: 12px;
    line-height: 12px;
  }
}

@media only screen and (min-width: 768px) {  /* 768px */
  header {
    margin-top: 20px;
  }
  header img {
    height: 100px;
  }
  header .text {
    margin-left: 20px;
  }
  header .text .rit {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .show-home-header {
    height: 80px;
  }
  .home-header {
    float: right;
    display: block !important;
    padding-top: 5px;
    color: white;
  }
}