﻿
/* override bootstrap styles */

@-ms-viewport {
    width: device-width;
}


body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: darkslategrey;
    background-color: white;
    background-repeat: repeat;
}

a:link, a:visited {
    color: black;
    text-decoration-line: underline;
}

a:hover {
    color: hotpink;
}

.face {
    border-radius: 100%;
}

.circleborder {
    border: 5px solid #ff675b;
    border-radius: 100%;
    display: inline-block;
}
