@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:200,400,700');
.dark-primary-color    { background: #0288D1; } /*blue*/
.dark-secondary-color    { background: #1f5975; } /*dark blue*/
.dark-tertiary-color { background: #32325d; } /* dark purple*/
.default-primary-color { background: #03A9F4; } /*light blue*/
.default-primary-color-text { color: #03A9F4; } 
.light-primary-color   { background: #B3E5FC; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #3ecf8e; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }
.divider-color         { border-color: #BDBDBD; }

body{
	font-family: 'Quattrocento Sans', sans-serif !important;
}

.btn{
	border-radius:5px !important;
}

.btn-primary{
	border:0;
	background:#3ecf8e;
}

.btn-primary:hover{
	background:#2b9c6a;
}

.btn-secondary{
	border:0;
	background:#32325d;
}

.btn-secondary:hover{
	background:#32325d;
}


#docs #guide{
	background:#32325d;
	border-right:none;
}

#docs #guide .logo a{
	border:0;
	box-shadow:none;

}

#docs #guide .menu>li a, #docs #guide .menu>li a{
	color:#fff;
	font-size:15px;
	font-weight:bold !important;
}
#docs #guide .menu>li a:hover, #docs #guide .menu>li.active>a{
	background:#0288D1;
	color:#fff;
}

#docs #api-docs #methods .method .method-section .method-description p,#docs #api-docs #methods .method .method-section .method-description .info .field .desc,#docs #api-docs #methods .method .method-section .method-description .info .field .key{
	font-size:16px;
}

#docs #api-docs #methods .method .method-section .method-description h3,.well h4{
	font-size:30px;
	color:#32325d;
}

.well h4{
	display:block;
	margin-bottom:15px !important;
}

.well{
	background:#fff;
	border:0;
	border-radius:10px;
	padding:30px;
     box-shadow:  -39px 62.5px 125px -25px rgba(50,50,93,.3), -23.4px 37.5px 75px -37.5px rgba(0,0,0,.4);
}

.well .btn{
	font-size:16px;
	padding:10px 20px;
}

#docs #api-docs #methods .languages{
	box-shadow:none;
	background:#242729;
}

#docs #api-docs #methods .languages .language{
	font-size:16px;
}

#docs #api-docs #methods .method .method-section .method-example{
	border-top:0;
	box-shadow:none;
}

#docs #api-docs .snippet-label {
	color: white; 
	margin: 10px 0 10px 0;
}

pre .hljs{
	background:#242729 !important;
	padding:20px;
}
#docs #api-docs #methods .method .method-section .method-description .info .field .key{
	color:#0288D1 !important;
}

#docs #api-docs #methods .method .method-section .method-description p.text-muted, #docs #api-docs #methods .method .method-section .method-description h3.text-muted {
	color:#aaa;
}

