html, body {
    height: 100%;
}

body {
    padding-top: 55px;
    /* display: flex; */
    text-align: center;
    flex-direction: column;
    word-wrap: break-word;
}

main {
    margin: auto;
    padding: 25px;
    flex: 1 0 auto;
    max-width: 750px;
    
    /* footer fix */
    min-height: 100%;
    margin-bottom: -44px; 
}

/*footer*/

.copyright {
    margin-bottom: 0px;
}

/*apply accent colour to links*/

a:link, a:visited {
    color: var(--accent);
}

a.icon:hover {
    text-decoration: none;
}

a:hover {
    color: var(--accent) !important;
}

/*paginator at bottom of list view*/

.pages {
    padding: 15px 0;
}

.pages-icon {
    padding: 0 15px;
}

/*list item for posts and projects*/

.item {
    padding: 10px 0;
}

.item-tag {
    background-color: var(--accent);
    display:inline-block;
    margin:3px;
}

/*navigation bar icons*/

.navbar-icon {
    font-size: 125%;
    display: inline-block !important;
}

/*coloured borders at top and bottom of the page*/

.navbar.navbar-default {
    border-top: var(--border-width) solid var(--accent);
}

.navbar-nav li {
    cursor: pointer;
}

footer {
    border-bottom: var(--border-width) solid var(--accent);
    /* position: absolute; */
    right: 0;
    bottom: 0;
    left: 0;
    padding-top:15px;
    height: 44px;
}

img {
    max-width: 100%;
}
