* {
    font-family: 'Poppins', sans-serif;
}

.arial {
    font-family: Arial;
}

.container {
    width: auto;
    max-width: 1170px;
}

/*--- Bootstrap overrides ---*/
.text-primary, a {
    color: #01b1b3 !important;
}

.bg-secondary {
    background-color: #fcfcfc !important;
    border: 1px solid #d3d3d3;
}

.form-control, .btn {
    border-radius: 0 !important;
}

.btn {
    padding: 1rem !important;
    font-size: 1rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #01b1b3 !important;
    border-color: #01b1b3 !important;
}

#for-sale {
    max-width: 269px;
    position: absolute;
    top: 0;
}

/*--- Banner ---*/
.banner {
    background: #fff url('../img/salespage_bg_img.jpg') center top no-repeat ;
    background-size: cover;
}

.banner h1 {
    font-size: 3.75em;
}

.banner h4 {
    font-size: 2.25em;
    font-weight: 700;
}

.banner ul li {
    font-weight: 300;
}

.banner .p, .banner ul li {
    color: #ccc;
    font-size: 22px;
}

.banner ul li span {
    font-weight: 600;
}

.footer {
    background-color: #dffffb;
}

.footer .sales-person {
    margin-top:-122px;
}

.interest h4 {
    font-size: 1.8em;
    font-weight: 600;
}

.subheadings {
    font-size: 1.8em;
    font-weight: 700;
}

/* ---- use-cases ---- */
.use-cases div:nth-child(1) > div {
    background: transparent url('../img/casestudy1@2x.png') top center no-repeat;
    background-size: 54px;
}

.use-cases div:nth-child(2) > div {
    background: transparent url('../img/casestudy2@2x.png') top center no-repeat;
    background-size: 54px;
}

.use-cases div:nth-child(3) > div {
    background: transparent url('../img/casestudy3@2x.png') top center no-repeat;
    background-size: 54px;
}

/* ---- dom-owners ---- */
.dom-owners div:nth-child(1) > div {
    background: transparent url('../img/barnesnoble_logo@2x.png') top center no-repeat;
    background-size: 146px;
}

.dom-owners div:nth-child(2) > div {
    background: transparent url('../img/citibank_logo@2x.png') top center no-repeat;
    background-size: 146px;
}

.dom-owners div:nth-child(3) > div {
    background: transparent url('../img/eOnline_logo@2x.png') top center no-repeat;
    background-size: 146px;
}

.dom-owners div:nth-child(4) > div {
    background: transparent url('../img/PandG_logo@2x.png') top center no-repeat;
    background-size: 146px;
}

.dom-owners div:nth-child(5) > div {
    background: transparent url('../img/salesforce_logo@2x.png') top center no-repeat;
    background-size: 146px;
}

.dom-owners div:nth-child(6) > div {
    background: transparent url('../img/yahoo_logo@2x.png') top center no-repeat;
    background-size: 146px;
}
