#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;
}
#contactLocation{
    display: flex;
    flex-wrap: wrap;
}
#contactSide{
    padding: 2px;
}
.mainHeadings{
    color: #3d5f71;
    font-family: consolas;
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 30%);
}
.justHeadings{
    color: rgba(61, 95, 113, 70%);
    font-family: consolas;
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 20%);
}
.infoLabels{
    font-size: medium;
    font-family: consolas;
    display: flex;
    flex-wrap: wrap;
    max-width: 660px;
    font-weight: bold;
    color: rgba(0 , 0, 0, 65%);
}
.infoLabelsNav{
    font-size: medium;
    font-family: consolas;
    display: flex;
    flex-wrap: wrap;
    max-width: 660px;
    font-weight: bold;
    color: rgba(255 , 255, 255, 85%);
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 30%);
}
#contactLocation{
    padding-left: 2px;
}
#locationSide{
    display: flex;
    flex-wrap: wrap;
    max-width: 660px;
}
#locationArea{
    border: solid 2px rgba(0 , 0, 0, 60%);
    padding-right: 0%;
}
#locationDef p{
    display: flex;
    flex-wrap: wrap;
    max-width: 370px;
}
#locationSide div{
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
}
#lowerLink{
    font-family: Century Gothic;
    font-weight: lighter;
    color: rgba(255 , 255, 255, 85%);
}

#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%);
}
#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;
}
