#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, 20%);
}
#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;
}
#tablesHere{
    background-color: #f5f5f5;
    padding: 2px;
    border-radius: 5px;
}

table{
    border-collapse: collapse;
    
}
tr th{
    font-family: consolas;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid rgba(0 , 0, 0, 20%);
    color: #545454;
    padding: 4px;
    background-color: #e6e6e6;
}
td{
    font-family: consolas;
    font-size: 15px;
    text-align: left;
    border-bottom: 2px solid rgba(0 , 0, 0, 20%);
    padding: 20px;
    font-weight: 600;
    color: rgba(0 , 0, 0, 75%);
    background-color : rgba(250, 231, 215, 30%);
}
.tableDescription{
    color: rgb(61, 95, 113);
    font-family: consolas;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(0 , 0, 0, 30%);
}
.valuePricing{
    text-align: right;
}
#tabling{
    display: flex;
    flex-wrap: wrap;
    margin: 1%;
}

.thisIsTheTabale{
    width: 100%;
    table-layout: fixed;
}

#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;
}
