#logo{
    font-size: 26px;
    font-family: Century Gothic;
    color: rgba(0 , 162, 232, 65%);
    font-weight: lighter;
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 25%);
}
#logoHeader{
    text-align: center;
}
#cleanOnLogo{
    color:rgba(181, 230, 29, 65%);
}
.navigationBar{
    background-color: rgba(82, 0, 214, 75%);/*antiquewhite;*/
    padding: 10px;
    margin: 10px; 
    text-align: left;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.navigationBar a{
    font-family: consolas;
    padding: 7px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(0 , 0, 0, 90%);
}
.navigationBar a:hover{
    color: #e6e6e6;
    cursor: pointer;
    border-bottom: 2px solid white;
}
#motherSection{
    background-color: #f5f5f5;
    padding: 2px;
    border-radius: 5px;
    align-items: center;
}
#homePageSector{
    background-image: url('family-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 75%;
    padding: 10px;
    height: 85%;
}
#homePageDetail{
    z-index: 1;
    height: 700px;
    text-align: center;
}
#homePageDetailText{
    padding-top: 7%;
    font-size: 300%;
    font-family: Century Gothic;
    color: rgba(255 , 255, 255, 95%);
    text-shadow: 0px 6px 6px rgba(0 , 0, 0, 90%);
}
#homePageDetailTextPara{
    font-size: 90%;
    font-family: Century Gothic;
    color: rgba(255 , 255, 255, 90%);
    font-weight: bolder;
}
#homePageDetailBtn{
    color: rgba(0 , 0, 0, 90%);
    font-family: consolas;
    font-weight: bolder;
    font-size: 110%;
    background-color: rgba(0 , 0, 255, 60%);
    padding: 0.5%;
    border-radius: 2%;
    border: solid 0px black;
    box-shadow: 0px 6px 6px rgba(0 , 0, 0, 90%);
}
#homePageDetailBtn:hover{
    cursor: pointer;
}
#serviceDetail{
    background-color: rgba(255 , 255, 255, 90%);
}
#serviceDetail h3{
    text-align: center;
    font-family: Consolas;
    font-weight: bold;
}
#serviceDetail ul{
    text-align: center;
    font-family: Consolas;
    font-weight: bold;
    list-style-type: none;
    font-size: 100%;
}
#regionsTable{
    display: flex;
    justify-content: center;
    gap: 7%;
}
#infoAreaZone{
    background-color: rgba(82, 0, 214, 75%);
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 5%;
    justify-content: center;
    border-radius: 5px;
}

.infoAreaZoneLBLs{
    color: #e6e6e6;
    font-family: consolas;
    font-weight: bold;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 5px;
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 30%);
}

.infoAreaZonePs{
    color: #e6e6e6;
    font-family: consolas;
    max-width: 250px;
    font-weight: bold;
    font-size: 70%;
}
#hassleFreeZone{
    padding: 1%;
}
#qualityZone{
    
}
#attentionToDetailZone{
    
}
#ecoFriendlyZone{
    
}
#hassleFreeImg{
    width: 20%;
    height: 20%;
    text-shadow: 0px 5px 5px rgba(0 , 0, 0, 30%);
    
}
#qualityImg{
    width: 19%;
    height: 19%;
}
#attentionToDetailImg{
    width: 19%;
    height: 19%;
}
#ecoFriendlyImg{
    width: 19%;
    height: 19%;
}
#reasonsWhyCleanMobilityDiv{
    text-align: center;
}
#reasonsWhyCleanMobilityDiv h3{
    font-size: 70%;
    font-family: consolas;
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 30%);
}

#serviceZone{
    margin: 1%;
    background-color: rgba(82, 0, 214, 10%);/*antiquewhite;*/
}
#serviceTable{
    margin: 1%;

    width: 96.5%;
    min-height: 300px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 2px;

    -webkit-overflow-scrolling: touch;
    
}
.eachServicing{
    margin: 1%;

    min-width: 26%;
    min-height: 270px;
    flex: 0 0 auto;

    

}
.eachServiceImageZone{
    margin: 1%;
}
.eachServiceImageZone img{
    object-fit: cover;

    border-radius: 8px;
}
.eachServiceName{
    margin: 1%;

    font-family: consolas;
    font-weight: bold;
    color: #3d5f71;

}
.eachServiceExplanation{
    margin: 1%;
    max-width: 320px;

    font-family: consolas;
    font-weight: bold;
    color: rgba(0 , 0, 0, 65%);
}
#lowerNavBar{
    background-color: rgba(255, 255, 255, 0.75);/*antiquewhite;*/
    padding: 10px;
    margin: 10px; 
    text-align: left;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}
