.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;
}

.btn {
    margin-top: 4vh;
    margin-bottom: 9vh;
    background-color: #00235c;
    border: none;
    padding: 1vh 4vh;
}

.show1 {
    display: none;
}


.hide1 {
    display: none;
}

.services2 {
    background-color: #d6d6db;
    color: black;

}

.picservices2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services2 .picture {
    margin: 5vh 0 5vh 0;
    height: 40vh;
}

.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{
    text-align: center;
    background-color:#192334;;
}

.services3 h2{
    font-size: 2rem;
    margin: 4vh 0 0 0;
}

.services3 .picture {
    margin: 5vh 0 2vh 0;
    height: 32vh;
}

.services3 .btn{
    background-color:#17181c;;
    font-size: 1.3rem;
}

.services3 h3{
    font-size: 1.2rem;
    margin: 4vh 2vw;
}



@media only screen and (max-width:1200px) {

    .services2{
        background-image: url('t22s.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 .line{
        border: #17181c solid 1px;
    }
}


@media only screen and (max-width:920px) {

    .howpictureset{
        display: none;
    }

    .services3 .picture {
        margin: 5vh 0 5vh 0;
        height: 20vh; 
    }
}


@media only screen and (max-width:600px) {

    .spacing { 
        background-size: cover;
        background-position: 30%;
    }

    .services2{
        background-position: 0%;
    }


}
