/* $Id: 54faca8498857d397fee976bddf9dfc9e400d9e0 $ */

@font-face {
    font-family: 'Inconsolata';
    src: url(/fonts/inconsolata.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: fallback;
}

@font-face {
    font-family: 'Inconsolata';
    src: url(/fonts/inconsolata.woff2) format('woff2');
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: fallback;
}

@font-face {
    font-family: 'Raleway';
    src: url(/fonts/raleway-bold.woff2) format('woff2');
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url(/fonts/crimsonpro-regular.woff2) format('woff2');
    font-style: normal;
    font-display: fallback;
}

.wy-nav-top, .wy-side-nav-search {
	background-color: #c1002a;
}

body {
	font-family: 'Crimson Pro', serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Raleway, sans-serif;
	color: #c1002a;
}

blockquote {
	background-color: #cfc8c0;
	color: #c1002a;
	padding: 1.5em 1em 0.5em 1em;
	border-radius: 5px;
	text-align: left;
}

.section strong {
	color: #c1002a;
}

.section blockquote  strong {
	color: #c1002a;
}

/* teaser plugin */
.teaser {
	background-color: #cfc8c0;
	padding: 2em 2em 1em 2em;
	border-radius: 5px;
}

.wy-menu-vertical a {
    color: #ffffff;
}

.wy-menu-vertical a:hover {
    background-color: #ffffff;
    color: #c1002a;
}

.wy-nav-content {
	max-width: 1000px;
}

.wy-nav-content-wrap {
    background-color: #ffffff;
}

.wy-nav-side {
    background: #c1002a;
}

.rst-versions .rst-current-version {
	background-color:#c1002a;
}

.wy-side-nav-search > a {
	color: #ffffff;
}

/* .wy-side-nav-search > a:hover {
    background-color: #ffffff;
	color: #c1002a;
} */

.rst-content div, .rst-content p {
	font-size: 22px;
}

.rst-content pre code,
	.rst-content code, .rst-content kbd,
	.rst-conttent tt {
	font-size: 16px;
}

.rst-content a, .rst-content a:active, .rst-content a:visited {
    color: #2980b9;
}

code, kbd, pre, tt {
	font-family: Inconsolata, "Andale Mono", Monaco, monospace;
}
