#logo{
    font-size: 26px;
    font-family: Century Gothic;
    color: rgba(0 , 162, 232, 65%);
    font-weight: lighter;
}
#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;
}
#mainSection{
    background-color: rgb(245, 245, 245);
    padding: 2px;
    border-radius: 5px;
}
#navFoot{
    background-color: rgba(255, 255, 255, 0.75);/*antiquewhite;*/
}

/* THIS IS FROM THE INQUIRY FORM*/
#INQUIRY_FORM_SPACE{
    padding: 2px;
}
#INQUIRY_FORM_SPACE_PROMPTING{
    text-align: center;
}
#INQUIRY_FORM_SPACE_PROMPTING h3{
    font-family: consolas;
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 15%);
    font-size: 10px;
}
#INQUIRY_FORM_AREA{
    padding: 2px;
    justify-items: center;
}
#INQUIRY_FORM_AREA_PROMPT{
    font-family: consolas;
    text-shadow: 1px 2px 2px rgba(0 , 0, 0, 25%);
    font-size: 30px;
    color: #2d4654;
}
#THIS_INQURY_FORM{
    padding: 1%;
    width: 440px;
    border: solid 2px rgba(82, 0, 214, 72%);
    border-radius: 5px;
    box-shadow: 3px 6px 6px rgba(0 , 0, 0, 50%);
    background-color: rgb(235, 235, 235);

}
#requestPrompt{
    color: #2d4654;
    font-family: consolas;
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 30%);
}
#nameEmailInputs{
    
}

.inputInquiryForm{
    
}
#nameEmailInputs{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    border: solid 0px black;
    
}
#phoneTextInquiryForm{
    width: 240px;
    color: rgba(0 , 0, 0, 90%);
    padding: 10px;
}
#INQUIRY_TXT_SPACE{
    min-width: 430px;
}
/* THIS IS THE END OF INQUIRY FORM*/

/*REASONS WHY CLEAN MOBILITY SPACE*/
#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%);
}

/*REASONS WHY CLEAN MOBILITY SPACE*/
