#front-top-big-text {
    text-align: center;
    font-size: 2.5em;
    font-weight: 100;
    margin-top: 60px;
    padding: 0px;
}

.bold {
    font-weight: 700;
}

#tfi {
    color: #fff;
    font-size: 1.0em;
    font-weight: 400;
}

#front-top-small-text {
    text-align: center;
    margin-top: 40px;
    line-height: 1.2;
    font-size: 1.1em;
    font-weight: 200;
    color: #A3E0FA;
}

#dont-do-this-until-wrap {
    text-align: center;
    padding-bottom: 60px;
}

#dont-do-this-until {
    margin-top: 70px;
    width: 850px;
    height: 350px;
}

#body-wrapper {
    display: none;
}

#save-block {
    font-size: 1.7em;
    font-weight: 200;
    line-height: 1.6;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#connect-code-hire-wrap {
    text-align: center;
}

#connect-code-hire {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 900px;
    height: 180px;
}

.screenshot-wrap {
    background-color: #0074a6;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

#ss-code-editor {
    height: 497px;
    width: 900px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

#vid-code-editor {
    height: 485px;
    width: 960px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
    #ss-code-editor {
        display: block;
    }

    #vid-code-editor {
        display: none;
    }
}

.ss-text {
    color: white;
    font-size: 1.8em;
    font-weight: 200;
    margin-bottom: 40px;
}

.testimony-block {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    font-weight: 100;
}

.testimonial-table {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.testimonial-table td {
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: middle;
    text-align: left;
}

.testimony-logo {
    margin-top: 5px;
}

.quote-light {
    background-image: url("/National_Library/20161130034600oe_/https://codinghire.com/static/img/quote-white.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 15px 0px;
}

.quote-dark {
    background-image: url("/National_Library/20161130034600oe_/https://codinghire.com/static/img/quote-black.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 15px 0px;
}

.testimonial-description {
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 200;
    font-family: Georgia;
    font-style: italic;
}

.testimonial-name {
    text-align: center !important;
    padding-top: 10px;
}

.heading {
    font-size: 2.5em;
    font-weight: 100;
}

.subheading {
    margin-top: 40px;
    font-weight: 200;
    font-size: 1.1em;
    line-height: 1.3;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.subheading ul {
    margin-top: 10px;
}

#used-by-block {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    font-family: "Helvetica Neue",Helvetica,Helvetica Neue,Helvetica;
    font-weight: 200;
    font-size: 1.6em;
}

#used-by-img {
    margin-top: 60px;
}

#benefits-wrapper {
    padding-top: 50px;
    padding-bottom: 65px;
}

.benefit-block {
    display: inline-block;
    width: 279px;
    margin: 0px 28px 0px 28px;
    vertical-align: top;
}

.benefit-text {
    line-height: 1.4;
    font-size:;
}

#candidate-love {
    background-color: #0074a6;
    color: white;
}

#candidate-love-heart {
    height: 64px;
    width: 64px;
    vertical-align: middle;
}

#google-docs {
    background-color: #F0F0F0;
}

#ready-to-hire-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0074a6;
    text-align: center;
    color: white;
    background-image: url("/National_Library/20161130034600oe_/https://codinghire.com/static/img/background1.png");
}

#ready-to-hire-header {
    font-family: helvetica;
    padding-left: 200px;
    text-align: left;
    font-size: 2.1em;
    font-weight: 400;
}

#ready-to-hire-text {
    margin-top: 40px ;
    font-family: helvetica;
    padding-left: 200px;
    text-align: left;
    font-weight: 200;
    font-size: 1.1em;
    line-height: 1.4;
}

#pricing-button {
    margin-top: 60px;
    box-shadow: 1px 1px 5px;
    background-color: #eee;
    color: black;
    text-decoration: none;
    font-size: 2em;
    font-family: helvetica;
    padding: 25px 50px 25px 50px;
    display: inline-block;
    border-radius: 5px;
}