html{
	font-size: 62.5%; /* new */
}

body
{
background-color: #EEE8E2;
margin: 0;
padding: 0;
font-family: 'M PLUS 1p', sans-serif;
font-weight: 300;
font-size: 1.6rem; /* new */
line-height:180%; /* new */

}


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


p{

}

h3 {
	font-size: 1.8 rem;
	font-weight:500;
/*	line-height:1.2em;*/
}

h2 {
	font-size: 3 rem;
	font-weight:500;
/*	line-height:1.2em;*/
color: #5A59C1;
}
h1 {
		font-size: 3 rem;
	font-weight:500;
/*	line-height:1.2em;*/
color: #5A59C1;
}


























/* 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{

/*height: 200px;*/
background-image: url("/assets/images/indigoandbooks1.webp");
background-color: #df5757;
background-repeat: no-repeat;
background-position: top;
margin:0;
}

#visual h1{
color: white;
font-weight: 500;
text-align: center;
line-height: 140%;
margin-top: 7rem;
margin-bottom: 7rem;
font-size: 3rem;
}

#visual2{
background-color: #35758E;
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:2em;
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;
padding-top: 2rem;

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

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



footer{
flex-grow: 0;
background-color: #666;
color: white;
font-size: 1.2rem;
/*padding-top: 1em*/
}

footer a{color: white;}
footer p{text-align: center;margin-top: 1em;margin-bottom: 1em}
footer a{margin:0}









/*
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 {
/*    max-width: 1000px;*/
/*    margin: 0 auto;*/
/*width: 90%; */
margin-left: auto; /* Added */
margin-right: auto; /* Added */
/*background-color: yellow;*/
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}





/*
LOGO
----------------------*/

div.logo{margin:auto}
div.logo img {
    height: 60px;
    display: block;
    margin-right: 20px;
/*    max-width: 100%;*/
}



/*
NAVIGATION
--------------------*/
/*div.navigation{display: flex;flex-direction: row;}*/
.active{display: none} /* for other language */



.navbar {
    position: fixed;
    top: 0;
    left: 100%;
    margin: 0;
    width: 90%; /*changed from 100*/
    height: 100%;
    background-color:#EEE8E2;
    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 display:block*/
}
.navbar ul a:hover {
    color:
#4B2BB5;
/*    text-decoration: underline; /*deleted overline*/*/
/*    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; }














/*
LINKBUTTON

n*/

.linkbutton:link, .linkbutton:visited {
  background-color: #FCB441;
  font-weight: 500;
  color: #000;
  padding: 1em 1em;
  text-align: center;
  text-decoration: none;
  display: block;
margin-top: 2em;
margin-bottom: 2em;
border-radius: 5px;}


  .linkbutton:hover, .linkbutton:active {
  background-color: #FFD700;
}



/*.sharelinks{text-align: center}*/

.xshare:link, .xshare:visited {
  background-color: #00B4F0;
  font-weight: 500;
  color: #000;
  padding: 0.5em 0.5em;
  text-align: center;
  text-decoration: none;
  display: inlineblock;
margin: 0;
border-radius: 5px;}


  .xshare:hover, .xshare:active {
  background-color: #90D5EF;
}


.fbshare:link, .fbshare:visited {
  background-color: #438CF3;
  font-weight: 500;
  color: #000;
  padding: 0.5em 0.5em;
  text-align: center;
  text-decoration: none;
  display: inlineblock;
margin: 0;
border-radius: 5px;}


  .fbshare:hover, .fbshare:active {
  background-color: #74A3D7;
}







/* MEDIA QUERIES
--------------------*/

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

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


#visual h1{
    font-size: 4rem;
    margin-top: 12rem;
    margin-bottom: 12rem ;

}






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

.content-item{
width: 45%;
}



div.logo{margin:0}
div.logo img {
    height: 70px;

}







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

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







.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;
}


}



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

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

input[type="text"],input[type="email"],textarea{
font-family: 'M PLUS 1p', sans-serif;
font-weight: 300;
font-size: 1.6rem;
line-height:180%;
width: 100%;
padding: 0.5em;
border:none;
box-sizing: border-box;
}

input[type=submit],input[type=button]  {
background-color: #04AA6D;
border: 0;
color: white;
padding: 1em;
text-decoration: none;
margin-top: 1em;
cursor: pointer;
width: 100%;
font-family: 'M PLUS 1p', sans-serif;
font-weight: 500;
}







