
strong { font-weight: bold; color: rgb(245,115,58); text-decoration: none; font-style: normal;}
@media (max-width: 1025px) {
  strong {
    font-weight: bold;
  }
}

strong2 { font-weight: normal; color: rgb(245,115,58); text-decoration: none; font-style: normal;}
@media (max-width: 1025px) {
  strong2 {
    font-weight: bold;
  }
}


/* HIDING DIVS ON SMALL SCREENS *************************************************************/

@media (max-width: 1025px) {
    .hidden-mobile {
        display: none;
    }
}



/* HIDING DIVS ON LARGE SCREENS **************************************************************/

@media (min-width: 1025px) {
    .hidden-desktop {
        display: none;
    }
}



/* LINK FOR SOCIAL MEDIA ICONS ON TOP LEFT SIDE OF PAGES */

a.nav1 		{
	text-decoration: none;
	outline:none;
	margin: 0px 9px;
}
/*
a.nav1:hover 	{
	color: rgb(245,115,58);
	text-decoration: none;
}
@media (max-width: 1025px) {
	a.nav3 		{
		font-size: 18px;

	}
}
*/

/* LINK FOR ENGLISH / JAPANESE IN BODY OF TEXT CONTENT */

a.nav2,
a.nav2:visited {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
	/*
    border-bottom:2px dotted #222222;
	*/
    outline: none;
}
a.nav2:hover,
a.nav2:active {
    text-decoration: none;
	/*
    border-bottom: none;
	*/
    outline: none;
}
@media (max-width: 1025px) {
	a.nav2 		{
		font-size: 16px;
	}
}


/* LINK FOR ENGLISH / JAPANESE AT TOP OF MOBILE PAGE IN SOCIAL MEDIA AREA */

a.nav3 		{
	text-decoration: none;
	outline:none;
	font-size: 16pt;
	font-family:"ITC Avant Garde Gothic W01 Dm";
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color:#222222;
}
a.nav3:hover 	{
	color: rgb(245,115,58);
	text-decoration: none;
}
@media (max-width: 1025px) {
	a.nav3 		{
		font-size: 18px; /*24px a 2048*/

	}
}


/* LINK FOR ENGLISH / JAPANESE watch latest release on home pages

a.nav4:after{
	content: '';
	position: absolute;
	background: url("images/play_light_grey.svg") center 1px no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin: 0px 10px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}
*/

a.nav4 		{
    
	font-family:"ITC Avant Garde Gothic W01 Dm";
    
	font-size: 1.17vw; /*24px a 2048*/
	line-height: 1.5;
	color: white;
	letter-spacing: 0px;
	margin:0px;
	padding: 0px;
	text-decoration: none;
	outline:none;
}
a.nav4:hover 	{
	color: rgb(245,115,58);
	text-decoration: none;
}
@media (max-width: 1025px) {
	a.nav4 		{
		font-size: 20px; /*24px a 2048*/
	}
}

/* LINK FOR ENGLISH / JAPANESE IN LOWER BODY OF TEXT CONTENT - LINKS TO ARCHIVES & FESTIVALS */

a.nav5,
a.nav2:visited {
    font-size: 18px;
	color: white;
    font-weight: normal;
    text-decoration: none;
    border-bottom:2px dotted #ffffff;
    outline: none;
}
a.nav5:hover,
a.nav5:active {
    text-decoration: none;
    border-bottom: none;
    outline: none;
}
@media (max-width: 1025px) {
	a.nav5 		{
		font-size: 16px;
	}
}

