@import 'navbar.css';

@font-face {
    font-family: 'Aeraede';
    src: url('../fonts/aeraede.woff') format('woff'), url('../fonts/aeraede.ttf') format('truetype'), url('../fonts/aeraede.svg') format('svg');
}

/* common */

.btn.wikipedia {
	background: radial-gradient(#fff, #ccc);
	font-family: serif;
	font-weight: bold;
	color: black;
	border-radius: 2em;
    border-color: #ccc;
	padding: 0.2ex 0.3em;
}

img.icon {
    height: 3ex;
}

span.chem {
    font-family: 'Aeraede';
    font-size: 120%;
}

span.chem:before {
    content: 'c';
}

.label-principle {
    background-color: #5b5;
	color: white;
}

.label-property {
    background-color: #08a;
	color: white;
}

.label-application {
    background-color: #33a;
	color: white;
}

/* info icons: */

.info.chem,
.extId.chem {
    color: #ffff66;
}

.fa-comment {
    color: #cfc;
}

.info.fa-search,
.badge .fa-search {
    color: #adf;
}

.info.chem,
.extId.chem,
.fa-comment,
.info.fa-search,
.badge .fa-search {
    text-shadow: black 2px 1px 3px;
}

.sow, .sembrar {
    background-color: #99ff99 !important;
}

.sow.harvest {
    background-color: #ffff66 !important;
}

.harvest, .cosechar {
    background-color: #ffbb99 !important;
}

#footer {
	margin-top: 5ex;
	padding: 1ex 1em;
	background-color: #eee;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
    display: none;
}
