@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body, html {
    background-color: #bdc3c7;
    font-family: 'Open Sans', sans-serif !important;
}

body {
    padding-bottom: 50px;
}

.logo {
    margin: 50px 0 10px;
}

.job-box {
    width: 250px;
    height: 300px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    margin: 16px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.job-box .backdrop {
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    z-index: 100;
    background: url('img/hired.png') rgba(0, 0, 0, 0.8) no-repeat center center;
    background-size: 230px;
}

.job-box .claro {
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    }


.job-box:hover {
    text-decoration: none;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
}

.job-box h3 {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #333;
}

.job-box img {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.job-box.oracle {
    background-color: #d01f23;
}

.job-box.oracle .job-title {
    color: #fff;
}

.job-box.seller {
    background-color: #fff;
}

.job-box.seller .job-title {
    color: #3c3c3c;
}

.job-box.net {
    background-color: #f3f3fd;
}

.job-box.support {
    background-color: #fff;
}

.job-box.support img {
    width: 90%;
}

.job-box.qa {
    background-color: #006cc5;
}

.job-box.qa .job-title {
    color: #fff;
}

.job-box.sharepoint img {
    width: 90%;
}

.job-box.sharepoint {
    background-color: #fff;
}

.job-box.sysadmin {
    background-color: #2c3e50;
}

.job-box.sysadmin .job-title {
    color: #fff;
}

.job-box.sysadmin img {
    width: 90%;
}

.job-box.sap {
    background-color: #fff;
}

.job-box.sap img {
    width: 95%;
}

.jobs {
    background-color: #fff;
}

.jobs p, .jobs ul, .jobs li {
    font-size: 16px;
    line-height: 1.7;
}

.jobs h2 {
    margin-bottom: 50px;
}

.jobs h5 {
    font-weight: bold;
    font-size: 16px;
    margin: 16px 0;
}

.jobs h6 {
    font-weight: bold;
    font-size: 14px;
    margin: 16px 0;
}

.jobs h2 a {
    font-size: 16px;
    margin-right: 10px;
    display: block;
    float: left;
    margin-top: 10px;
}

.jobs .btn-top {
    float: right;
    margin-top: -6px;
}

.jobs .btn-last {
    margin: 20px 0;
}

.jobs .logo {
    width: 300px;
}

.subheader {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: 5px;
}

play: block;
float: left;
margin-top: 10px;

}
.jobs .btn-top {
    float: right;
    margin-top: -6px;
}
.jobs .btn-last {
    margin: 20px 0;
}
.jobs .logo {
    width: 300px;
}
.subheader {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: 5px;
}
