
/* Home Page Tablet Design */

.homeContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.homeDiv{
    width: 400px;
    height: auto;
    padding: 35px;
    margin: 20px 0;
    font-size: 1em;
}

.homeContactForm{
    width: 500px;
    padding: 25px;
    margin: 40px 0;
    font-size: 1em;
}

/* Clients Banner Mobile Design */

.clientsBanner div a:nth-child(n+4){
    display: none;
}

/* Projects Tablet Design */

.projectsGrid {  
    grid-template-columns: repeat(2, 1fr);

}

/* Services Tablet Design */

.servicesGrid {  
    grid-template-columns: repeat(2, 1fr);
}

.servicesEnquiry{
    width: 85%;
}

/* Individual Service Tablet Design */

.serviceDescription{
    width: 80%;
    height: 100%;
}

.serviceRow{
    flex-direction: column;
}

.serviceProjectsMenu{
    margin-bottom: 25px;
}