.welcome{
    background-image: url(../images/img\ 1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 490px;
    text-align: center;
    font-size: 60%;
    padding: 90px;
    position: relative;
}
.welcome .p{
    color: blue;
}
.what{
    text-align: center;
    
}
.about{
    text-align: center;
}
#content5 {
    display: none;
  }
  #dev-content {
    display: none;
  }
  #prod-content {
    display: none;
  }
.services{
    background-image: url(../images/img\ 3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 490px;
    text-align: center;
    font-size: 100%;
    padding: 90px;
    position: relative;
    

}
.services .p{
    color: brown;
}
.what .design{
    position: relative;

}
.what #D1{
    display: none;
}
.what #D2{
    display: none;
}
.what .development{
    position: relative;
}
.what #DEV1{
    display: none;
}
.what #DEV2{
    display: none;
}
.what .product{
    position: relative;
}
.what #PRO1{
    display: none;
}
.what #PRO2{
    display: none;
}
.portfolio{
    text-align: center;
}
.input_container{
    text-align: center;
    background-image: url(../images/img\ 2.jpg);
    background-size: cover;
    height: 480px;
    position: relative;
    padding: 90px;
    text-align: center;
}
.input_container .input-row{
    margin-bottom: 12px;
}
#delani{
    text-align: center;
    color: darkred;
}