.container-header {
  background-image: none;
  background-color: #fff;
}
.container-header .container-nav {
    background: #477cd7;
}
.container-header .container-search {
    margin-top: 0.5em;
    margin-right: 0.5em;
}
.container-header nav {
    margin-top: 0.5em;
    margin-left: 0.5em;
}
.footer {
    background-color: #4479d8;
    background-image: linear-gradient(
135deg,#4479d8 0,#669acc 100%);
}
.kit-contents h3, .challenge-details h3 {
    color: #6699cc;
}
.container-header .site-description {
    color: #4479d8;
    font-size: 3rem;
    float: right;
    font-weight: bold;
    margin-left: 30px;
    line-height: 120px;
}
.entry-box {
    background: #f5faff;
    padding: 30px;
}
.termsline .cf-control-input {
    display: flex;
}
.convertforms .termsline .cf-control-input-desc {
  margin-top: 3px;
    font-size: 1em;
    margin-left: 6px;
}
@media (max-width: 768px) {
  .container-header .site-description {
    font-size: 1.7rem;
    line-height: 120px;
}
}
@media (max-width: 500px) {
  .container-header .site-description {
    font-size: 1.1rem;
    line-height: 1.5;
}
}