body {
    font-family: 'Lato', sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.nav-link {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
}

.container{
    flex: 1 0 auto;
}

.copyright {
    color: #ffffff;
}

.footer {
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
    display: flex;
    align-items: center;
}

.footer a {
    color: #ee4444;
}

.sidebar h1 {
    color: #4444c0;
    font-size: 1.3em;
}

.sidebar a {
    color: #428bca;
}

.sidebar li {
    margin-top: .7em;
    line-height: 1em;
}

.sidebar a:hover {
    color: #3071a9;
}

.container-left {
    margin: 0;
}

.well h1 {
    color: #4444c0;
    font-size: 1.3em;
}

.author {
    color: #ee4444;
}

.author a {
    color: #ee4444;
}

img {
	max-width: 100%;
	height: auto;
}

figcaption {
	text-align: center;
}

.flist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 1.2em;
	align-items: center;
}

.fcols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

}

.fcols div {
        display: flex;
        flex-direction: column;
        flex-basis: 30%;
        align-items: center;
}

.fstaff {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

button {
        border-radius: 25px;
        background-color: #404080;
        color: white;
        border: none;
        outline: none;
        min-width: 20%;
        padding: 10px;
        margin: 10px;
}

button:focus {
        border: none;
        outline: none;
}

div#filter {
        justify-content:center;
        align-items: center;
}

img.people {
        border-radius: 50px;
}

div.person {
        margin: 4px;
}

input#search-box {
        font-family: 'Lato', sans-serif;
        font-size: 1.5rem;
        background-color: #343a40;
        color: #f8f9fa;
	max-width: 40%;
}

input#searchicon {
        background-color: #343a40;
        border:none;
        outline: none;
}

img[alt=cozl_logo] {width: 12em;}
img[alt=iccs_logo] {width: 10em;}
