body{    
	/*max-width: 1440px;
	margin-left:auto;
	margin-right:auto;*/
    background-color: white;
	font-family: 'Laila', sans-serif;
	height:100%;
    padding:0;
	}

div{
	width:75%;
	/*min-width:730px;
	
	min-width:90vw;*/
	max-width: 1440px;
	margin-left:auto;
	margin-right:auto;
    border-bottom: #f6b914;
    border-bottom-style: dashed;
    border-bottom-width: 5px;
	min-height:100vh;
	padding-top:136px;
}
.partenerlogo {
    display: flex;
    justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}

.partenerlogo a {
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 20px;
	margin-top: 20px;
}


a{
	text-decoration:none;
	color: black;
	font-weight:bold;
}

h1{
	font-weight:normal;
	font-size:200%
}
h2{
	font-weight:normal;
	font-size:140%
}

iframe {
	width:100%;
	height:20%;
}
div.homelogo{

	width: 100%;	
	min-height:300px;
	height: 50vh;
	margin-top: 136px;
	background-image: url("../graphics/lfl_background1.png");
	background-position:center;
	background-size:cover;
	border-bottom:0;
	border-bottom-style:none;
	padding-top:0;
}
div.homeimg{
min-height:0;
	height:100%;
	border-bottom:0;
	border-bottom-style:none;
	padding-top:0;
}
div.homelogo img{
height:100%;
}
div.quote1{
	font-style:italic;
	font-weight:bold;
	font-size:150%;
	background:white;
	/*margin-right:10%;	
	background:#f6b914;
	margin:0;
	padding:0;
	margin-bottom: 10%; */
	min-height:0;
	height: calc(50vh - 136px);
	text-align:right;
	width:100%;
	/*min-width:430px;
	max-width: 1440px;*/
	padding-top:0;
}
div.quote1 p{
    background: #f6b914;
    padding-right: 12.5%;
    color: white;
    margin: 0;
    padding-top: 1%;
    padding-bottom: 1%;
}
div.separator {
min-height:50px;
}
/*menu navigation*/
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
	margin: 0 auto;
	width: 100%;
	position:fixed;
	top:0;
    padding: 0;
    overflow: hidden;
    background-color: white;
	font-family: 'Laila', serif;
	text-align: center;
}

/* Float the list items side by side */
ul.topnav li {
	display:inline-block;
	vertical-align:middle;
	}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
ul.topnav li.topnavLanguage a {
    display: inline-block;
    color: black;
    text-align: center;
    padding-top: 14px;
	padding-bottom:14px;
	padding-left:0;
	padding-right:0;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #f6b914;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}
ul.topnav li.logosub {display: none;}

ul.topnav li a img {
    height: auto; 
    width: auto; 
    max-width: 100px; 
    max-height: 100px;
}

ul.topnav li ul{
	display:none;
	position:absolute;
	z-index:10000;
}

ul.topnav li:hover ul{
	/*display:block;*/
}

ul.topnav li ul li{
	position:relative;
	display:block;
	text-align:left;
}
	/*sections*/
	
	div.home {
	/*width: 100%;
	height: auto;
	margin-top:133px;
	display:table;
	padding: 0 5%;*/
	height: 100vh;
	text-align:center;
	}
	
	.Centerer
	{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	}

	div.home img {
	
    /*height: auto; 
    width: auto; 
	max-height: 100%;*/
    max-width: 95%;
	max-height: calc(100% - 266px);
	display: inline-block;
    vertical-align: middle;
}

	.flex-container {
		border-bottom:none;
		padding:0;
		min-height:0;
		min-width:0;
		width:auto;
		height:auto;
		text-align:center;
		/* margin-left:auto; */
		/* margin-right:auto; */
		max-width:75%;
		display:flex;
		justify-content:space-around;
		flex-wrap:wrap;
	}
	.flex-container div{
		border-bottom:none;
		padding:0;
		min-height:0;
		min-width:0;
		width:auto;
		height:auto;
		margin:0;

	}
	
	.flex-container a{
		margin:1%;
	}

div.whoweare {

}
div.whatwedo {

}

div.getinvolved{

}
div.contact {

}

div.contact a {color:black;
}

div.whoiam img {
	width:100%;
}
	div.book {
	padding-top: 133px;
	min-height: 100vh;
	width: 75%;
	/*min-width: 670px;*/
	margin-left:auto;
	margin-right: auto;
	border-top: #ddd;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-style: dotted;
	
	}
	div.book table {
	width:100%;

	text-align:left;
	
    
	}
	div.book a{
	color:black;
	}
	div.book table thead th{
	background: #ddd;
	/*color:white;*/
	padding: 1% 0;
	}
	div.book table tbody td{
	padding: 1% 0;
	}

	/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:1000px) {
	
	div{ 
		padding-top:55px;
		width:90%;
	}
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */

  ul.topnav.responsive {
	  position: fixed;
	  min-height:100vh;
	  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li.logo {
	display:none;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li.topnavSeparator {
	display:none;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  
  ul.topnav.responsive li.topnavLanguage a {
    padding: 14px 16px;
}
  div.homelogo{margin-top:55px;}
  div.quote1{
	  height:calc(50vh - 55px);
	  font-size:120%;
	  }
  div {
  padding-top: 55px;
  }
  
  	div.home img {max-height: calc(100% - 55px);}

	.donation-block {
  margin-bottom: 30px;
}

.donate-list {
  list-style: none;
  padding-left: 0;
}

.donate-list li {
  margin-bottom: 8px;
}

.qr-item {
  margin-top: 12px;
  text-align: left;
}

.qr-code {
  width: 20%;      /* ≈ jumătate din 120–140px */
  height: 20%;
  text-align: left;
  margin-top: 6px;
}

  
}

