.title {
    background: url(../images/title-wave.png) no-repeat 0% 100% #8f0000 ;
    border-top: 10px solid #a22222;
}
.intro, .nodes {
    background: #eee;
}
.intro {
    border-bottom: 2px solid #a22222;
}

.features {
    background: #fff;
}

.links {
    background: #444;
}
/*.community {
    background: #eee;
}
.community .grid div {
    border: 1px solid red;
}*/
.platforms {
    background: #fff;
    border-top: 2px solid #a22222;
    border-bottom: 2px solid #a22222;
}
.platforms img {
    width: 100%;
    max-width: 300px;
}
.platforms h4 {
    text-align: center;
    margin: 5px 0;
}
a {
    color: #aa6767;
}
a:hover {
    color:#B77777;
}
.openjs-logo {
    max-width: 200px;
}
.links .grid {
    font-size: 16px;
    color: #aaa;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Arial;
}
.links .openjs {
    font-size: 13px;
    line-height: 1.4em;
}
.links p {
    margin: 0 0 10px 0;
}

.links a {
    color: #eee;
}
.links ul {
    margin:0;
    padding:0;
    padding-left: 15px;
}
.links .content {
    height: auto;
    min-height: 0;
    margin: 10px auto;
}


.content {
    min-height: 250px;
    padding: 60px 0;
    margin: 0;
}

.blurb p {
    margin-top: 0;
}
.blurb h3, .nodes h3, .features h3, .community h3, .platforms h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
}
.feature {
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.feature img {
    max-width: 445px;
    width: 100%;
}

.title h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 44px;
    line-height: 60px;
    font-weight: normal;
    margin-left: 0px;
}
.title h2 {
    margin-top: 35px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #e0e0e0;
}
.title p {
    color: #e0e0e0;
}
.title p a {
    color: #e0e0e0;
}
.title img {
    margin: auto;
    max-width: 769px;
    width: 100%;
}
.title .box-link {
    margin: 20px 0;
    padding: 6px 24px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    background: #aa6767;
}
.title-hero {
    text-align: center;
}

.nodes .content {
    height: auto;
    min-height: 0;
    margin: 40px auto;
}
.nodes .col-1-2 .content {
    width: 290px;
}

.nodes .grid {
    padding-top: 40px;
    padding-bottom: 40px;
}
.node-image {
    width: 100px;
    vertical-align: top;
    display: inline-block;
}
.node-block {
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

.headline h3 {
    text-align: center;
}
.nodes h4 {
    font-family: "Arial";
    font-weight: normal;
    margin-top: 3px;
    height: 50px;
    font-size: 16px;
}

.helplink {
    text-align: center;
    font-size: 14px;
}
.helplink a {
    color: #aa6767;
}

.community {
    background: #fff;
}
.community ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.community h4 {
    text-align: center;
}
.community .blog ul li a {
    display: inline-block;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
}
.community .blog ul li {
    padding: 0;
}
.community .blog ul li:not(:last-child) {
    border-bottom: 1px dashed #999;
}

.community .blog ul li span.date {
    float: right;
    font-size: 0.8em;
}
.community .blog ul li .box-link {
    border: none;
}
.community .social ul li {
    display: inline-block;
    box-sizing: border-box;
    width: calc( 50% - 25px );
    height: 120px;
    margin: 10px;
    text-align: center;
}
.community .social ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 25px;
}
.community .social ul li a:hover {
    text-decoration: none;
    background: #aa6767;
    color: #eee;
}
.users {
    background: #fff;
    border-bottom: 2px solid #a22222;
}
.users h3 {
    margin-top:0;
    text-align: center;
}
.users ul {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}
.users ul li {
    margin: 10px;
    padding: 10px;
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    background: white;
}
.users ul li a {
    vertical-align: middle;
    filter: grayscale(1) opacity(0.6);
}
.users ul li a:hover {
    filter: none;
}
.users ul li img {
    width: 100%;
}

h3 a.box-link {
    margin-left: 30px;
}
a.box-link {
    font-size: 14px;
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #aa6767;
    border-radius: 1px;
}
a.box-link:hover {
    text-decoration: none;
    background: #aa5555;
    color: #eee;
}
a.box-link:not(:first-child) {
    margin-left: 20px;
}
a.box-link img {
    width: 150px;
}
.node-red-latest-version {
    color: #e0e0e0;
}

#contributors-list {
    background: #fff;
    border-bottom: 2px solid #a22222;
}
#contributors-list h3 {
    margin-top: 60px;
    margin-bottom: 5px;
}
.contributor-group-description {
    font-size: 0.9em;
}
ul.contributors {
    margin-top: 30px;
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(3, 1fr);
}
@media handheld, only screen and (max-width: 900px) {
    ul.contributors {
        grid-template-columns: 1fr;
    }
}
.contributor-card {
    font-size: 0.9em;
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
}
.contributor-name {
    font-size: 1.25em;
}
.contributor-info {
    display:inline-flex;
    flex-direction: column;
    gap: 5px;
}
.contributor-info > span {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.contributor-info i {
    font-size: 1.2em;
}

.contributor-icon {
    border: 2px solid #a44;
    border-radius: 20px;
    width: 80px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
}
