html{
	font-size: 62.5%;
}


body
{
background-color: white;
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 1.6rem;
color: #666;
line-height:180%;
}


.honeypot {
    position: absolute;
    left: -9999px;
}



/* Mobile */

p{
}

h3 {
	font-size: 1.3em;
	font-weight:500;
    color: #000;
}

h2 {
	font-size: 3 rem;
	font-weight:500;
     color: #000;
}
h1 {
	font-size: 2.8 rem;
	font-weight:500;
     color: #000;
    line-height: 120%;


}































/* LAYOUT
--------------- */

#pagewrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;

}


main
{
flex-grow: 1;
width: 90%;
margin-left: auto;
margin-right: auto;
padding-top: 2em;
padding-bottom: 2em;
}







#visual-home{
background-image: url("/assets/images/wwem1.webp");
background-color: #FAA719;
background-repeat: no-repeat;
background-position: center;
text-align: center;
}

#visual-home h1{
    line-height: 120%;
    font-size: 3rem;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    color: #fff;

}

#visual2{
background-color: #FAA719;
height: 2px;
}


.content{
width: 90%;
margin-left: auto;
margin-right: auto;
}


/*
TWO COLUMN ROW
------------------------*/
.content-row{
display: flex;
flex-direction: column;
flex-wrap: wrap;}

.content-item{
width: 100%;}





/*
EVENT LOGO ROW
------------------------*/

#event-logo-gallery-row{
display: flex;
flex-direction: row;
flex-wrap:wrap;
justify-content: space-between;
margin-top:3em;
}

#event-logo-gallery-row a{
margin-bottom: 2em;}

.eventlogo-item{
width: 150px;
}

.eventlogo-item img{
max-width: 100%;
}



/*
Project gallery
------------------------*/

.project-gallery-row{
display: flex;
flex-direction: column;
flex-wrap: wrap;

}
.project-gallery-item{
width: 100%;
}

.project-gallery-item img{
	max-width: 100%;
}

.project-image{max-width: 100%}

footer{
flex-grow: 0;
background-color: #666;
color: #DCDDDE;
font-size: 1.3rem;
padding-top: 2em;
padding-bottom: 2em;
}

.copyright{
	width:100%;
	border-top:1px solid #DCDDDE;
	padding-top: 1em

}



.copyright a:link {color: #DCDDDE}
.copyright a:visited {color: #DCDDDE}
.copyright a:hover {color: #DCDDDE}
.copyright a:active {color: #DCDDDE}












/*
HEADER
------------------ */

header{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 90%;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;

}



header .wrapper {
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}





/*
LOGO
----------------------*/
div.logo{margin:auto}

div.logo img{
    height: 42px;
    display: block;
    margin-right: 20px;
}




/*
NAVIGATION
--------------------*/
.active{
    display: none
} /* for other language */





.navbar {
    position: fixed;
    top: 0;
    left: 100%;
    margin: 0;
    width: 90%; /*was 100*/
    height: 100%;
    background-color:#fff;
    padding: 20px;
    transition: left 0.3s;
}

.navbar.show {
    left: 0 !important;
}

.hide-scroll {
    overflow: hidden;
}

.navbar ul {
    all: unset;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.navbar ul a {
    all: unset;
    color:
#444444;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    font-size: 28px;
    display: block; /*added*/
}
.navbar ul a:hover {
    color:
#FAA719;
    /*text-decoration: underline; */
    /*text-decoration-thickness: 3px;*/
}

.close-nav {
    text-align: right;
    margin-bottom: 20px;
    /*background-color: blue; test*/
}
.close-nav button {
    all: unset;
    background:
#f7f7f7;
    font-size: 42px;
    cursor: pointer;
    border: 1px solid
rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 3px;
    color:
#444444;

}
.close-nav button:hover {
    color:
#222222;
    background:
white;
}

.menu-bar button {
    border: 1px solid
rgba(0, 0, 0, 0.1);
    background:
#f7f7f7;
    height: 50px;
    width: 50px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}
.menu-bar i {
    display: block;
    border-top: 3px solid
#444444;
    border-bottom: 3px solid
#444444;
}
.menu-bar i::after {
    display: block;
    content: "";
    border-top: 3px solid
#444444;
    margin: 6px 0;
}
.menu-bar button:hover {
    background:
white;
}
.menu-bar button:hover i {
    border-color:
#222222;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
}






































/*
MENU
----------------------*/

nav.menu
{
	width: 100%;
}

nav.menu ul
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
}

nav.menu ul a
{
text-decoration: none;
display: block;
padding: 0.5em;
color: black;
}

nav.menu ul a:hover {
	color: red; }







/*
LANGUAGES
----------------------*/


nav.languages
{

	width: 100%;

}

nav.languages ul
{
/*	background-color: yellow;*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;

}

nav.languages ul a
{
	text-decoration: none;
	display: block;
	padding: 0.5em;
	color: black;
}




nav.languages ul a:hover { background: #1565C0; }






















/* MEDIA QUERIES FOR DESKTOP
--------------------*/

@media screen and (min-width: 440px)
{

main,.content,.wrapper
{
width: 768px;
}





.content-row{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
}

.content-item{
width: 45%;
}



.project-gallery-row{
flex-direction: row;
justify-content: space-between;

}
.project-gallery-item{
	width: 45%;
}




header{
display: flex;
flex-direction: row;
justify-content: space-between;

}




div.logo{
    margin:0}

div.logo img {
    height: 42px;

}


div.navigation{
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;

}


#visual-home h1{
	font-size: 4.5rem;
}


#visual-home{
background-position: center;
}


.navbar {
all: unset;
display: block;
}

.navbar ul {
flex-direction: row;
gap: 20px;
}

.navbar ul a {
font-size: inherit;
display: block;
} /*Added display:block*/

.close-nav,
.menu-bar {
display: none;
}



/*
FONTS (Desktop)
*/



h3 {
    font-size: 1.8rem;
    font-weight:500;
}

h2 {
    font-size: 2.8rem;
    font-weight:500;
}
h1 {
    font-size: 3rem;
    font-weight:500;

}





}


/*
FORMS
--------------*/

.field {
	width: 100%;
	margin-bottom: 1em;
}

input {
width: 100%;
padding: 0.5em;
box-sizing: border-box;
font-size: inherit;
}
textarea{
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  font-size: 100%;
  font-family: 'IBM Plex Sans', sans-serif;
}



input[type=submit],input[type=button]  {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 1em;
  text-decoration: none;
  margin-top: 1em;
  cursor: pointer;
  width: 100%;
}


/*Table*/

table{width: 100%}
th, td {
  border-bottom: 1px solid #ddd;
}


.active{display:none;}
