
label {
    color: #18719e;
}

#main-focus {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: black;
}
#main-focus-subs h5{
    padding-top: 20px;
}

#contactForm a {
    color: black;
}

#contactInformation {
    margin: 0px;
    padding: 80px 0px 80px 30px;
    background: white;
}

#contactInformation .section-heading {
    margin-bottom: 80px;
}

#contactInformation h5 {
    margin-bottom: 50px;
}

#contactForm {

    /* background: linear-gradient(to right, #02ffff, #00aeff); */
    background: rgb(255, 255, 255);
    margin: 0px;
    padding: 80px 20px 80px 20px;
}

#contactForm h1 {
    font-size: 2.5rem;
}

#contactForm .section-heading {
    margin-bottom: 20px;
}

#contactForm p {
    margin-top: 18px;
    font-size: 1.5rem;
}

input, textarea {
    width: 40vw;
    display: block;
    background-color: transparent;
    color: black;
    margin-top: 20px;
    border: 1px solid black;
    padding: 18px;
}

@media only screen and (max-width: 767px) {

    #header {
        height: 100vh;
        background-image: url(../img/careers.png);
        margin: 0px;
        background-position: center;
        background-size: cover;
        text-align: center;
    }
    input, textarea {
        width: 80vw;
    }
    #quote {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 70px;
        padding-bottom: 70px;
        background-image: url(../img/worker.jpg);
        background-position: center;
        background-size: cover;
    }
    #main-focus img {
        height: 70%;
    }
    #main-focus-subs .image {
        margin: 0px;
    }
    #main-focus-subs .image img {
        width: 100%;
        margin-bottom: 10px;
    }
    #main-focus-subs .cards {
        box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
        padding: 0px;
        transform: scale(0.95);
        margin-bottom: 20px;
    }
    .content{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 100px;
    }
    #quote{
        text-align: center;
    }
    #quote h2{
        padding-bottom: 30px;
    }

    input,
    textarea {
        width: 80vw!important;
    }
    .contactForms{
        padding: 0px;
    }
}

@media screen and (min-width: 768px) {

    #header {
        height: 100vh;
        background-image: url(../img/careers.png);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        margin: 0px;
        text-align: center;
    }
    #quote {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 120px;
        padding-bottom: 120px;
        background-image: url(../img/worker.jpg);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    #main-focus .icon {
        margin-bottom: 20px;
    }
    
    #main-focus .cards {
        margin: auto;
        height: 70vh;
        padding: 0px;
        margin-top: 12px;
        position: relative;
        box-shadow: 0;
        transform: scale(0.95);
        box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
    }
    #main-focus-subs {
        padding-left: 200px;
        padding-right: 200px;
    }
    #main-focus-subs img {
        width: 100%;
    }

    .contactForms{
        width: 100vw!important;
    }
    
    .contactForms input,
    .contactForms textarea{
        width: 500px!important;
    }
}