@charset "UTF-8";
/* CSS Document */

body {
    color: #2d0e03;
    background: #fef7e4;
}

.header-overlay-dark #rt-header-surround .gf-menu.l1 > li > .item, .scrolling-enable.scrolling-overlay-dark #rt-header-surround .gf-menu.l1 > li > .item {
  color: rgba(255,255,255,0.95);
}

h1 {
    font-size: 210%;
    line-height: 100%;
}

h2 {
    font-size: 30px;
    line-height: 26px;
}

.item-page h2 {
    font-size: 160%;
    line-height: 110%;
}

.scrolling-enable #rt-header {
    color: #f28d44;
    background: #07090b;
    box-shadow: 0 4px 0 rgba(0,0,0,0.2);
	}
	
	.header-overlay-light #rt-header-surround .gf-menu.l1 > li > .item, .scrolling-enable.scrolling-overlay-light #rt-header-surround .gf-menu.l1 > li > .item {
    color: rgba(245,231,189,0.65);
}