.links:hover{
    cursor: pointer !important;
    color: blue;
    text-decoration: underline;
    pointer-events: auto;
}

.links{
    color: blue;
    text-decoration: underline;
}

ul, li, ol {
    margin-left: 10px;
    padding-left: 0;
    font-weight: lighter !important;
    font-size: 18px !important;
    list-style-position: inside;
}

.alert {
    vertical-align: center;
    width: 50%;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    top: 25%;
    left: 25%;
    text-align: center;
}

.locationIcons{
    width: 50% !important;
}

@media screen and (max-width: 576px) {
    .smaller{
        font-size: 12px !important;
    }

    .locationIcons{
        width: 100% !important;
    }
}

@media screen and (max-width: 320px) {
    .smaller::before{
        content: "\a";
        white-space: pre;
    }

    .locationIcons{
        width: 150% !important;
    }

    .email{
        font-size: 14px;
    }
}



