body.page-template-template-challenge {
    margin-top: 136px;
}

header.challenge {
    height: 136px;
    padding: 0;
    background: #242424;
}

header.challenge #bottom h1 img {
    width: auto;
    height: 82px;
    margin-left: 10px;
}

main .main-wrapper.challenge-details {
    padding: 58px 30px 150px;
}

main .main-wrapper.challenge-details h2 {
    font-weight: 600;
    font-size: 90px;
    color: #38c3f2;
    margin: 0 0 30px;
    letter-spacing: -5px;
}

main .main-wrapper.challenge-details p {
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin: 0 0 20px;
}

main .main-wrapper.challenge-details ol {
    margin: 0;
    padding-left: 22px;
}

main .main-wrapper.challenge-details ol li {
    color: #35baf0;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
}

main .main-wrapper.challenge-details ol li span.white {
    color: white;
}

main .main-wrapper.challenge-details form h4 {
    color: white;
    font-weight: normal;
    font-size: 17px;
    margin: 0 0 5px;
}

main .main-wrapper.challenge-details form p {
    font-weight: normal;
    font-size: 13px;
}

main .main-wrapper.challenge-details form button {
    margin-top: 15px;
}

@media all and (max-width: 1024px) {
    header.challenge {
        height: 105px;
    }
    
    body.page-template-template-challenge {
        margin-top: 105px;
    }
    
    header #bottom #welcome {
        line-height: 2em;
    }
    
    header.challenge #bottom h1 img {
        height: 44px;
    }
}

@media all and (max-width: 768px) {
    header #bottom #welcome {
        display: none;
    }
}

@media all and (max-width: 435px) {
    main .main-wrapper.challenge-details h2 {
        font-size: 75px;
        letter-spacing: -3px;
    }
}