@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');

html {
    font-family: 'Source Code Pro', monospace;
}

body{
    background-color: #121212;
    font-family: 'Source Code Pro', monospace;
}

.nav-svg-icon {
	width: 2rem;
	height: 2rem;
    padding-bottom: 5px;
}

.card-title {
    font-weight: bold;
}

#logo {
    white-space: nowrap;
    font-family: 'Source Code Pro', monospace;  
}

img {
	max-width: 100%;
}

.card-img-top {
	max-width: 500px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}