* {
    box-sizing: border-box;
}

/* Navigation bar - active page */
.nav-link.active {
    font-weight: bold;
    font-size: 1.1em;
    color: #2A2A2A !important;
}

/* App Styles */
#home-button,
#vehicle-button,
#service-button,
#map-button {
    position:absolute;
    width:74px;
    height:74px;
    bottom:25px;
}
#home-button {
    left:calc(50% - 176px);
}
#vehicle-button {
    left:calc(50% - 84px);
}
#service-button {
    left:calc(50% + 9px);
}
#map-button {
    left:calc(50% + 100px);
}

#schedule-service-button {
    position:absolute;
    width:100px;
    height:93px;
    top:340px;
    left:calc(50% - 165px);
}

#schedule-service-aps-button {
    position:absolute;
    width:197px;
    height:47px;
    top:224px;
    left:calc(50% - 100px);
    border-radius: 25px;
}

#home-button a,
#vehicle-button a,
#service-button a,
#map-button a,
#schedule-service-aps-button a,
#schedule-service-button a {
    display:block;
    width:100%;
    height: 100%;
}

#aps-scheduler {
    position:absolute;
    top:118px;
    left:calc(50% - 187px);
}