/*
 * Random extra styles
 */

.webrings li {
    list-style-type: none;
}

.webrings li::before {
    content: "\200B";
    /* add zero-width space */
    margin-left: -10px;
}

.buttons {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2rem;
    image-rendering: pixelated;
}

.buttons img {
    filter: grayscale(100);
    display: inline;
    image-rendering: pixelated;
    padding-left: 5px;
    padding-right: 5px;
}

.buttons img:hover {
    filter: none;
    transition: 3s;
}

.buttons a:hover {
    background: none;
}

div.bullet-list {
    text-align: left;
}

div.bullet-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.location {
    text-transform: lowercase;
    font-weight: normal;
}

.email {
    font-family: monospace;
}

/* body {
            background-image: url("img/cozy1.jpg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
        } */

