/*green: #6cb33d*/

/*header**********************************************************************/



#gh23 header
{
	height: 100px;
}

#gh23 header .is-logo
{
	float: left;
	padding: 19px 9px 0px 0;
	font-size: 57px;
}

#gh23 header .is-claim-box
{
	padding: 25px 0px 0px 0;
}

#gh23 header .is-claim-box h1
{
	margin-bottom: 0px;
}
#gh23 header .is-claim-box p
{
	color: #6cb33d;
}

#gh23 header .is-arrow-down
{
	display: none;
	float: left;
	font-size: 34px;
	padding: 23px 0px 0px 7px;
}

#gh23 header .is-menu-box
{
	padding: 21px 0px 0px 7px;
}

@media screen and (max-width: 700px)
{
	#gh23 header .is-menu-box .is-menu-4
	{
		display: none;
	}
}

@media screen and (max-width: 650px)
{
	#gh23 header .is-menu-box .is-menu-3
	{
		display: none;
	}
}

@media screen and (max-width: 600px)
{
	#gh23 header .is-menu-box .is-menu-2
	{
		display: none;
	}
}

@media screen and (max-width: 570px)
{
	#gh23 header .is-menu-box .is-menu-1
	{
		display: none;
	}
}

@media screen and (max-width: 480px)
{
	#gh23 header .is-arrow-down
	{
		display: block;
	}

	#gh23 button.is-round.is-big
	{
		padding: 9px 9px 9px 8px;
	}

	#gh23 button.is-round.is-big i
	{
		display: block;
	}

	#gh23 button.is-round.is-big .is-text
	{
		display: none;
	}
}

@media screen and (max-width: 380px)
{
	#gh23 header .is-arrow-down
	{
		display: none;
	}
}

@media screen and (max-width: 340px)
{
	#gh23 header .is-phone
	{
		display: none;
	}
}

@media screen and (max-width: 280px)
{
	#gh23 header .is-logo
	{
		display: none;
	}
}


/*prime color*/
#gh23 button.is-round.is-prime
{
	color: white;
	background-color: #6cb33d;
	border-color: #6cb33d;
}

#gh23 button.is-round.is-prime.is-clicked
{
	background-color: #A9D78B;
	border-color: #A9D78B;
}


/*media aspect ratio*/
#gh23 .is-thumbnail,
/*#gh23 .is-list.is-media .is-figure,*/
/*#gh23 .is-list.is-news .is-figure,*/
/*#gh23 .is-list.is-album .is-figure,*/
/*#gh23 .is-list.is-soloduotrio .is-figure,*/
/*#gh23 .is-list.is-article .is-figure,*/
#gh23 .is-figure,
#gh23 .is-full
{
	/*sizing*/
	aspect-ratio: 16 / 6;
}


#gh23 .is-photo-welcome
{
	background-image: url('./image/nostalgie-16-6.jpg');
}
