@import url("https://static.typemytype.com/drawBot/drawbotFonts.css");
@import url("skeleton/base.css");
@import url("skeleton/layout.css");
@import url("skeleton/skeleton.css");

* {
 font-variant-ligatures: none!important;
}

html {
	background-color: #FF8400;
}

body {
	font-family: "DBRegular", Monaco, Monospace;
	color: #3B3A3A;
	background-color: #FFFFFF;
	margin: 10px;
}

br {
	display:none;
}

.line-block br {
	display:block;
}

a, a:visited, a.drawbotlink, a.drawbotlink:visited {
	color: #2CB7F2;
	text-decoration: none;
}

a:hover, a.drawbotlink:hover {
	color: #3B3A3A;
}

div.downloadlink {
	font-weight: bold;
	margin: 0 0 20px 0;
}
div.downloadlink a {
	display: block;
}

div.downloadlink a.drawbotlink {
	font-size: 1.2em
}

div.example-image {
	margin-bottom: 20px;
	border: 2px solid #FF8400;
	display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "DBRegular", Monaco, Monospace;
	font-weight: bold;
	color: #FF8400;
}

h1 {
	color: #FF8400;
}

h1 a, h1 a, h2 a, h3 a, h4 a {
	color: #F2462C;
}

.no-touch a.headerlink, .no-touch a.headerlink:visited  {
	visibility: hidden;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink {
    visibility: visible;
    color: #2CB7F2;
}

div.clearer {
	clear: both;
}

div.highlight {
	border: lightgray 1px solid;
	border-radius: 3px;
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: #FAF9F7;
}

cite {
	background-color: #DEF9FA;
	padding: 3px;
}

#content ul, #content ol {
	list-style: disc;
	margin-left: 1.1em;
}

#content .toctree-wrapper ul {
	list-style: none;
	margin-left: 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 15px;
	font-size: 100%;
}

.sphinxsidebarwrapper ul li.toctree-l1:last-child {
	margin-bottom:30px;
}

.sphinxsidebarwrapper ul a.current {
	font-weight: bold;
}

.sphinxsidebarwrapper h3 a {
	font-size: 14px;
    line-height: 1.25;
}

/* auto doc classes */

.function dt {
	font-size: 1.5em;
	margin-bottom: 10px;
	font-family: "DBRegular", Monaco, Monospace;
	font-weight: bold;
	color: lightgray;
}

.function dt .descname {
	color: #F7B805;
}

em {
	font-family: "DBRegular", Monaco, Monospace;
	font-weight: bold;
	font-style: normal;
}

strong {
	font-family: "DBRegular", Monaco, Monospace;
	font-weight: bold;
	font-style: normal;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* header */

div.header {
	position: relative;
}

div.header-text {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}

div.header h1 {
	font-size: 16em;
	margin: 0px 0px 55px -15px;
	line-height: 1em;
}

div.header a {
	color: #3B3A3A;
}

div.header a:hover {
	font-weight: normal;
}

/* logo */

.logo {
	margin-left: 180px;
	margin-right: auto;
	margin-bottom: -40px;
	width: 50%;
	display: block;
}


/* navbar */

div.navbar {
	background-color: #FF8400;
	padding: 10px;
	margin-bottom: 20px;
}

div.navbar ul {
	margin-bottom: 5px;
}

div.navbar li {
	display: inline-block;
	font-family: "DBRegular", Monaco, Monospace;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	color: white;
	margin: 0;
	margin-right: 10px;
}

div.navbar li a {
	color: white;
}

div.navbar li a:hover {
	font-weight: normal;
}

form {
	display: block;
}

.highlighted {
	border: 1px solid #2CB7F2;
	border-radius: 3px;
	padding: 3px;
	margin: -4px;
}

p.highlight-link {
	margin: 10px 0px 0px 0px;
}

p.highlight-link a {
	font-family: "DBRegular", Monaco, Monospace;
	font-weight: bold;
	color: white;
}

p.highlight-link a:hover {
	font-weight: normal;
}
.container .body img {
	max-width: 100%;
	cursor: hand;
}

.container input {
	display: inline-block;
	font-family: "DBRegular", Monaco, Monospace;
	font-weight: bold;
	line-height: 1em;
	color: white;
	text-shadow: none;
	background: none;
	background-color: #FF8400;
	border: white 1px solid;
	border-radius: 3px;
}

.container input[type="text"] {
	width: 160px;
}

.container input[type="text"]:active, .container input[type="text"]:focus {
	border: white 1px solid;
	color: white;
	box-shadow:  none;
}

.container input[type="submit"] {
	padding: 9px 10px 8px 10px;
}

.container input[type="submit"]:hover, .container input[type="submit"]:focus, .container input[type="submit"]:active {
	color: #FF8400;
	background: none;
	background-color: white;
	border: white 1px solid;
}

.container input, .container form {
	margin: 0;
}

.container .body form {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 20px;
}

.container .body input[type="submit"]:hover, .container .body input[type="submit"]:focus, .container .body input[type="submit"]:active {
	color: #FF8400;
	background: none;
	background-color: white;
	border: #FF8400 1px solid;
}

.body {
	min-height: 300px;
}

.app-download-link {
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
}

dl.class > dd {
	border-left: 8px double #FF8400;
	padding-left: 10px;
}

dl.class dl.attribute {

	margin-left: -18px;
	padding-left: 10px;

	border-left: 8px solid #FF8400;
}

/* footer */

div.footer {
	font-family: "DBRegular", Monaco, Monospace;
	font-weight: bold;
	background-color: #FF8400;
	color: white;
	font-size: .8em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px -10px -10px -10px;
	padding: 10px;
}

div.footer div.description {
	font-size: 2.3em;
	line-height: 1.1em;
	margin: 10px 0px 20px 0px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}

div.footer a {
	color: white;
}

div.footer a:hover {
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.logo {
		margin-left: 100px;
	}

	div.header h1 {
		font-size: 12em;
		margin: 0px 0px 35px -10px;
	}
}

@media only screen and (max-width: 767px) {
	div.header h1 {
		font-size: 6em;
		margin: 0px 0px -10px -4px;
	}
	.logo {
		margin-left: 50px;
		margin-bottom: 0;
	}
	div.navbar li {
		display: block;
	}

	.canhide {
		display: none;
	}
}

@media only screen and (max-width: 479px) {

	h1 { font-size: 33px; line-height: 1.1em; }
	h2 { font-size: 29px; line-height: 1.1em; }
	h3 { font-size: 25px; line-height: 1.1em; }
	h4 { font-size: 21px; line-height: 1.1em; }
	h5 { font-size: 17px; line-height: 1.1em; }
	h6 { font-size: 14px; line-height: 1.1em; }


	div.header h1 {
		font-size: 4.5em;
		margin: 4px 0px -10px 7px;
	}
}