@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,600,700,900&subset=latin-ext);

::-moz-selection {
	background: #f1c232 !important;
}

::selection {
	background: #f1c232 !important;
}

#titlebar ::-moz-selection {
	color: #fff !important;
}

#titlebar ::selection {
	color: #fff !important;
}

#titlebar,
#toolbarContainer {
	background: #26333a url(images/texture.png) !important;
	-webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.3);
	box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.3);
}

#documentName {
	font-family: "Montserrat", 'sans-serif' !important;
	color: #f1c232 !important;
	display: none !important;
}

#toolbarRight #about {
	opacity: 0.3;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#toolbarRight #about:hover {
	opacity: 0.6;
}

#canvasContainer {
	background: #aaa !important;
}