
body{
    background-image: url("../images/sliced-bread.jpg");
}

.background{
    position: static;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.welcomeFrame{
    position: static;
    padding: 15px;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    background-color: white;
}

.welcomeFrame img{
    width: 100%;
    border-radius: 12px;
}
.navigation{
    position: static;
    width: 75%;
    text-align: center;
    background-color: brown;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.menutab{
    position: static;
    width: 200px;
    background-color: rgb(232, 187, 26);
    color: rgb(68, 30, 30);
    margin: 3px;
    display: inline-table;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 8px;
    border-radius: 6px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.insideBd{
    position: static;
    width: 71%;
    background-color: rgb(246, 225, 225);
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 35px;
    border-radius: 0px 0px 12px 12px;
    margin: 0 auto;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: justify;
}

.insideBd h2{
    color: rgb(3, 3, 157);
    margin-top: 45px;
    font-variant: small-caps;
    font-size: 33px;
}

.insideBd p{
    color: rgb(39, 76, 140);
    margin-top: 0px;
    margin-right: 27px;
}
.homeM{
    position: static;
    display: inline-table;
    vertical-align: top;
    width: 15%;
    margin-right: 12px;
}
.homeM img{
    width: 100%;
    border-radius: 15px;
}

.pH{
    position: static;
    width: 55%;
    display: inline-table;
}

.textArea{
    position: static;
    width: 74%;
    display: inline-table;
    vertical-align: top;
    margin-right: 12px;
}

.adsArea{
    position: static;
    width: 24%;
    background-color: rgb(212, 201, 201);
    display: inline-table;
    margin: 0 auto;
    height: 450px;
    margin-top: 55px;
    border-radius: 12px;
    overflow: hidden;
}

.ourServ{
    position: static;
    background-color: rgb(26, 27, 22);
    padding: 15px;
    color: rgb(255, 243, 243);
    width: 100%;
    margin-top: 22px;
    border-radius: 12px;
    padding-bottom: 33px;
}
.servIMG{
    position: static;
    width: 35%;
    background-color: white;
    border-radius: 12px;
    display: inline-table;
    vertical-align: top;
    text-align: center;
}

.servIMG img{
    width: 100%;
    border-radius: 12px;
}

.serP{
    position: static;
    color: rgb(244, 226, 226);
    width: 55%;
    display: inline-table;
    margin-left: 32px;
}
.serP p{
    color: rgb(244, 221, 221);
}
.serP h2{
    color: rgb(247, 197, 197);
}

.serP button{
    position: static;
    width: 150px;
    padding: 12px 22px 12px 22px;
    background-color: rgb(124, 27, 116);
    color: white;
    border-radius: 32px;
    border-color: white;
    border-style: solid;
    margin-top: 22px;
}


.proTab{
    position: static;
    width: 30%;
    background-color: white;
    display: inline-table;
    border-radius: 12px;
    margin: 3px;
    overflow: hidden;
}
.proTab img{
    width: 100%;
}

.labelIM{
    position: absolute;
    width: auto;
    color: white;
    background-color: black;
    padding: 12px;
    font-size: 22px;
}

.holdTh{
    position: static;
    width: 100%;
    text-align: center;
    background-color: rgb(230, 177, 102);
}

.ourServ2{
    position: static;
    background-color: rgb(230, 177, 102);
    padding: 15px;
    color: rgb(0, 0, 0);
    width: 100%;
    margin-top: 22px;
    border-radius: 12px;
    padding-bottom: 33px;
}
.serP2{
    position: static;
    color: rgb(11, 11, 11);
    width: 55%;
    display: inline-table;
    margin-left: 32px;
}
.serP2 p{
    color: rgb(16, 15, 15);
    text-align: center;
}
.serP2 h2{
    color: rgb(8, 8, 8);
}


.contactMe{
    position: static;
    margin-top: 55px;
    padding: 12px;
    display: inline-table;
    width: 100%;
}

.ourOff{
    position: static;
    width: 45%;
    border-radius: 12px;
    vertical-align: top;
    display: inline-table;
}

.ourOff img{
    width: 100%;
    border-radius: 12px;
}

.formHolder{
    position: static;
    width: 40%;
    display: inline-table;
    margin-left: 25px;
}


.ctINput{
    position: static;
    width: 100%;
    padding: 12px;
}
.ctINput input{
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin-top: 3px;
    border-style: solid;
    border-color: rgb(243, 173, 173);
}

.ctINput textarea{
    width: 100%;
    border-radius: 4px;
    border: none;
    border-style: solid;
    border-color: rgb(243, 173, 173);
    height: 150px;
}

.ctINput button{
    width: 100%;
    background-color: rgb(19, 146, 201);
    color: white;
    border-radius: 4px;
}










@media (max-width: 603px) {
    .background{
        width: 95%;
        margin: 0;
        padding: 0;
    }
    .welcomeFrame {
        width: 100%;
    }
    .menutab{
        width: 100%;
    }
    .navigation{
        width: 100%;
    }
    .textArea{
        width: 100%;
    }
    .homeM{
        width: 100%;
    }
    .pH{
        width: 100%;
        margin-top: 14px;
    }
    .adsArea{
        width: 100%;
    }
    .servIMG{
        width: 100%;
    }
    .serP{
        width: 100%;
    }
    .serP button{
        width: 85%;
    }
    .proTab{
        width: 100%;
    }
    .ourOff{
        width: 100%;
    }
    .formHolder{
        width: 100%;
    }
    .ctINput{
        width: 75%;
    }
}