
.salem-blue-square {
    background: url('../images/blue-square-370.png') center center no-repeat;
    color:#fff;
}

.salem-white-square {
    background: url('../images/white-square-370.png') center center no-repeat;
}

.salem-blue-square h3 {
    color:#fff !important;
}

.salem-showcase-grid {
    margin-top:-150px !important;
    margin-bottom:50px !important;
}

.salem-showcase-grid .uk-card-body {
    padding: 70px 50px;
}

.salem-go-words {
    text-transform:uppercase;
}

.salem-blue-square .salem-go-words {
    color: #fff;
}

.salem-white-square .salem-go-words {
    color: #ff7425;
}
@media only screen and (max-width: 650px) {
    .salem-showcase-grid .uk-card-body {
        padding: 70px 10px;
    }
    .salem-showcase-grid .uk-first-column:first-child .uk-card-body {
        margin: 20px 10px !important;
    }
    .salem-showcase-grid .uk-first-column:nth-child(2) .uk-card-body {
        margin: -80px 10px !important;
    }
    .salem-showcase-grid .uk-first-column:nth-child(3) .uk-card-body {
        margin: -20px 10px !important;
    }
}
@media only screen and (min-width: 651px) and (max-width: 678px) {
    .salem-showcase-grid .uk-card-body {
        padding: 70px 150px;
    }
    .salem-showcase-grid .uk-first-column:first-child .uk-card-body {
        margin: 20px 10px !important;
    }
    .salem-showcase-grid .uk-first-column:nth-child(2) .uk-card-body {
        margin: -80px 10px !important;
    }
    .salem-showcase-grid .uk-first-column:nth-child(3) .uk-card-body {
        margin: -20px 10px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .salem-showcase-grid .uk-card-body {
        padding: 70px 50px;
    }
    .salem-showcase-grid .uk-first-column:first-child .uk-card-body {
        margin: -50px 200px !important;
        padding-top: 80px !important;
        padding-bottom: 100px;
    }
    .salem-showcase-grid .uk-first-column:nth-child(2) .uk-card-body{
        margin: -50px 200px !important;
    }
    .salem-showcase-grid .uk-first-column:nth-child(3) .uk-card-body{
        margin: -60px 200px !important;
        padding-bottom: 80px !important;
    }
}
@media only screen and (min-width: 1025px) {
    
}
