@font-face
{
	font-family: 'Stilu';
	src : url(../fonts/Stilu-Regular.otf);
}

@font-face
{
	font-family: 'Rimouski';
	src : url(../fonts/rimouski-sb.ttf);
}

.rimouski
{
	font-family: 'Rimouski';
}

.stilu
{
	font-family: 'Stilu';
}


.hidden.menu {
	display: none;
}

.masthead.segment {
	padding: 1em 0em;
}
.masthead .logo.item img {
	margin-right: 1em;
}
.masthead .ui.menu .ui.button {
	margin-left: 0.5em;
}
.masthead h1.ui.header {
	margin-top: 3em;
	margin-bottom: 0em;
	font-size: 4em;
	font-weight: normal;
}
.masthead h2 {
	font-size: 1.7em;
	font-weight: normal;
}

@media only screen and (max-width: 700px) {
	.ui.fixed.menu {
		display: none !important;
		border-bottom:1px solid white;
	}
	.secondary.pointing.menu .item,
	.secondary.pointing.menu .menu {
		display: none;
	}
	.secondary.pointing.menu .toc.item {
		display: block;
	}
	.masthead.segment {
		/*min-height: 350px;*/
	}
	.masthead h1.ui.header {
		font-size: 2em;
		margin-top: 1.5em;
	}
	.masthead h2 {
		margin-top: 0.5em;
		font-size: 1.5em;
	}
}

#menufaq
{
	background-color: #0db8a6;
	margin-bottom: 75px;
}
#faq
{
	/*background-color: #0db8a6;*/
}

#image-header
{
  height: 45px;
  margin-top: 20px;
}

p.answer
{
	font-size: 20px;
	margin-left: 25px;
	/*color: white;*/
}