html, body {
    height: 100%;
}

body {
    padding-top: 45px;
    display: flex;
    text-align: center;
    flex-direction: column;
    max-width: 125%;
}

main {
    margin: auto;
    padding: 20px;
    flex: 1 0 auto;
    max-width: 100%;
}

.text-justify {
    font-size: 130%;
}

.btn-default {
    margin: 2%;
}

.bigbtn {
    height: 120%;
}

/*sidebar*/

.col-md-4 > hr {
    border-color: #d9d9d9;
}

/*footer*/

.copyright-toggle:hover .copyright {
    display: block;
}

.copyright-toggle:hover .copyright-info {
    display: none;
}

.copyright-info {
    display: block;
    text-align: right;
    padding-right: 1vw;
    margin: 15px 0;
    font-size: 120%;
}

.copyright {
    display: none;
    text-align: right;
    padding-right: 2vw;
    margin: 15px 0;
    font-size: 120%;
}

/*home page*/

.intro {
    margin: 5vh 0;
}

.intro > h1 {
    color: #212121;
    font-size: 6vh;
}

.intro > h2 {
    color: #757575;
    font-size: 3vmin;
    text-transform: capitalize;
}

.intro > hr {
    border-color: #d9d9d9;
}

/*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);
}

/*network blocks*/

.network {
    font-size: 105%;
    color: #eee !important;
    padding-top: 25px !important;
    padding-bottom: 0px !important;
    /*float: left;*/
    width: 160px;
    height: 110px;
    margin: 5px -2px 5px 5px;
    border-radius: 5px;
    background-color: inherit;
    white-space: normal !important;
}

.programs {
    font-size: 105%;
    color: #eee !important;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    /*float: left;*/
    width: 160px;
    height: 140px;
    margin: 5px -2px 5px 5px;
    border-radius: 5px;
    background-color: inherit;
    white-space: normal !important;
}

.network:hover {
    color: #999 !important;
    text-decoration: none;
}

.programs:hover {
    color: #999 !important;
    text-decoration: none;
}

/*navigation bar icons*/

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

.menu-option {
    font-size: 125%;
    font-weight: bold;
}

.navbar-header .navbar-brand {
    padding-top: 5px;
}

.menulogo {
    padding-top: 6px;
    padding-right: 5px;
}

.support {
    font-size: 120%;
}

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

.navbar.navbar-default {
    border-top: var(--border-width) solid var(--accent);
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e6e6f5;
    box-shadow: 0px 2px 4px 0px #bababa
}

footer {
    border-bottom: var(--border-width) solid var(--accent);
}
