html {
    font-size: 14px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background-color: #333333;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 23px;
}

h2 {
	font-size: 19px;
}
h3 {
	font-size: 16px;
}

a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
.navbar {
    border-radius: 0;
}

/* content */
#content {
    margin-top: 2em;
    margin-bottom: 2em;
}

footer {
    margin-top: 5em;
    margin-bottom: 3em;
    color: #707070;
    border-top: 1px solid #404040;
}

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

img.small {
    width: 100%;
}

.pd1 {
    box-sizing: border-box;
    padding: 1em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

@media (max-width: 400px) {
    img.small {
        width: 60%;
    }
}

body #catalogueViewerRoot {
    color: #000000;
}