/*
GRAY DARK: #22252c
GRAY: #282c35
GRAY LIGHT: #2b323c
PINK: #e4707d
GREEN: #70e48b
GOLD: #e4cd70
*/

@font-face {
    font-family: muliRegular;
    src: url("fonts/Muli.ttf");
}
@font-face {
    font-family: kolikoBold;
    src: url("fonts/koliko-Bold.ttf");
}
@font-face {
    font-family: kolikoLight;
    src: url("fonts/koliko-Light.ttf");
}
@font-face {
    font-family: kolikoRegular;
    src: url("fonts/koliko-Regular.ttf");
}

html
{
	margin: 0;
	padding: 0;
	width: 100%;

	--color-gold: #e4cd70;
	--bg-color: #22252c;
	--bg-note-color: #282c35;
	--bg-light-color: #2b323c;
	--title-note-color: #e4707d;
	--feature-note-color: #70e48b;
}

body
{
	background: var(--bg-color);
	color: #FFF;
	font-family: muliRegular;
	font-size: 12px;
}

.buton_don
{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background:    #70e48b;
	/*background:    linear-gradient(#70e48b, #22252c);*/
	color:         #ffffff;
	display:       block;
	font:          muliRegular;
	text-align:    center;
}

.buton_don:hover
{
	background:    #e4cd70;
}

.menu{
	width: 80%;
	height: 30px;
	margin: auto;
	margin-bottom: 10px;
	background: var(--bg-note-color);
}

.menu a
{
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: var(--feature-note-color);
	width: 100px;
	height: 30px;
	line-height: 30px;
}

.menu a:hover
{
	color: var(--title-note-color);
	background: var(--bg-light-color);
}

.link
{
	text-decoration: none;
	display: block;
	color: var(--feature-note-color);
}

.panel
{
	width: 80%;
	margin: auto;
}

.note
{
	padding: 10px;
	margin-top: 20px;
	background: var(--bg-note-color);
}

.note h2
{
	color: var(--title-note-color);
}

.note h3
{
	color: var(--feature-note-color);
}

.gold
{
	color: var(--color-gold);
}

.green
{
  color: var(--feature-note-color);
}

.mc_recipe_block
{
	display: inline-block;
	background: var(--bg-note-color);
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 200px;
}

.mc_table
{
	border-collapse: collapse;
	border: 1px solid #FFF;
	margin: 0 auto 0 auto;
}

.mc_table tr,td
{
	border-collapse: collapse;
	border: 1px solid #FFF;
}

.mc_cell
{
	width: 32px;
	height: 32px;
	display: block;
}
