body {
    background-color: #000;
    color: #999;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    background-color: #060c19;
}

.hero-block {
    background-image: url("/img/header.jpg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    height: 529px;
}

.hero-block p {
    color: #fff;
    line-height: normal;
    margin-bottom: 0;
}

.stay-connected-block {
    background-image: url("/img/stay-connected-bg.png");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-color: #122b89;
    min-height: 291px;
    border: 3px solid #f3eee0;
    border-radius: 10px;
    margin-top: 10px;
}

.stay-connected-block p {
    color: #fff;
    width: 75%;
    margin: 100px 0 0 50px;
}

.stay-connected-block .mail-status-success {
    color: #99ff99 !important;
    font-weight: bolder !important;
}

.stay-connected-block .mail-status-error {
    color: #ff9999 !important;
    font-weight: bolder !important;
}

.stay-connected-form {
    margin: 10px;
}

.stay-connected-form input {
    font-size: 12px;
    font-weight: bolder;
    color: #000;
}

.stay-connected-form input::placeholder {
    font-weight: bolder;
    color: #000;
}

.stay-connected-form .form-check-label {
    color: #fff;
}

.content-block {
    width: 100%;
    background-color: #f3eee0;
    margin: 10px auto;
    border-radius: 10px;
    padding: 5px;
}

.what-is-block img {
    height: 100%;
    width: 100%;
}

.who-should-block img {
    height: 100%;
    width: 100%;
}

.selected-sites-block img {
    height: 100%;
    width: 100%;
}

.project-option {
    height: 100%;
    width: 100%
}

.timeline-block>col {
    height: 100%;
}

.timeline-block img {
    height: 100%;
    width: 100%;
}

.more-info-block p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    text-align: left;
}

.yellow-copy {
    color: #ffd233;
}

.yellow-arrow {
    float: right;
}

.more-info-form input {
    font-size: 12px;
    font-weight: bolder;
    color: #000;
}

.more-info-form input::placeholder {
    font-weight: bolder;
    color: #000;
}

 .block-outer {
    width: 100%;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 3px;
}

 .row-outer {
     width: 100%;
     background-color: #fff;
     border-radius: 10px;
 }

.block-inner-form {
    border-radius: 10px;
    padding: 20px;
}

.block-inner {
    padding: 20px;
    border: 1px solid #000;
}

@media (max-width: 768px) {
    .yellow-arrow {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-block {
        height: 300px;
    }
}
