.spacing {
    height:40vh;
    background-image: url('officemtl1.jpg'); 
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5); 
    background-position: 10% 55%;
}

.row {

    color: white;
}


.services1{
    padding-top: 9vh;
    background-color: #17181c;
    font-size: 2rem;
    text-align: center;
    line-height: 2.2rem;
}

.services1-1{
    margin: 5vh 3vw;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5rem;
}

.services1 .btn {
    margin-top: 4vh;
    margin-bottom: 9vh;
    background-color: #FF8000;
    border: none;
    padding: 1vh 4vh;
}

.show1 {
    display: none;
}


.hide1 {
    display: none;
}

.services2 {
    background-color: #eff1f5;
    color: black;

}

.picservices2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services2 .picture {
    margin: 5vh 0 5vh 0;
    height: 35vh;
}

.services2-1{
text-align: center;
}

.services2-1 h2 {
    margin-top: 6vh;
    font-size: 2.5rem;
}

.services2-1 h3 {
    margin: 3vh 2vw;
    font-size: 1.3rem;
}

.services3{
    background-color: 	#15171e;
    text-align: center;
}

.picservices3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services3 .picture {
    height: 35vh;
    margin: 5vh 0 5vh 0vw;
}

.services3-1 h2 {
    margin-top: 6vh;
    font-size: 2.5rem;
}

.services3-1 h3 {
    margin: 3vh 2vw;
    font-size: 1.3rem;
}

.services4{
    color: black;
    text-align: center;
    background-color:#d1d4e0; /*#FF8000 orange to test  mustardish #995c00*/
}

.services4 h2{
    font-size: 2.5rem;
    margin: 2vh 0 0 0;
}

.services4 .picture {
    margin: 2vh 0 4vh 0;
    height: 25vh;
}

.services4 .btn{
    color: black;
    margin-top: 0;
    margin-bottom: 3vh;
    background-color: #FF8000;
    border: none;
    padding: 1vh 4vh;
    font-size: 1.3rem;
}

.services4 h3{
    font-size: 1.5rem;
    margin: 2vh 2vw;
}

.services4 h4{
    font-size: 1.3rem;
    margin: 2vh 2vw 4vh 2vw;
    text-align: left;
}

.service4-1-1 h3 {
    margin-top: 4vh;
}

@media only screen and (max-width:1200px) {

    .services2{
        background-image: url('jackhl.jpg'); 
        background-size: cover;
        box-shadow: inset 0 0 0 1000px rgba(255,255,255,.8); 
        color: black;
        background-size: cover;
        background-position: 30%;
    }

    .picservices2{
        display: none;
    }


    .services2-1 h2 {
        margin: 5vh 0 3vh 0;
        font-size: 2.5rem;
    }
    
    .services2-1 h3 {
        margin: 0 1vw 7vh 1vw;
        font-size: 1.2rem;
    }

    .services3 .picture{
        margin-bottom: 3vh;
    }

    .services3 h2 {
        margin-top: 0;
    }
}


@media only screen and (max-width:920px) {

}


@media only screen and (max-width:600px) {

    .spacing { 
        background-size: cover;
        background-position: 30%;
    }

    .services2{
        background-position: 30%;
    }


}
