@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
}
body{
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
h2{
	display: none;
}
.up{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    background-image: url("../images/nav_nyil.png");
}
.headerbuttons{
	width: 100%;
	text-align: right;
	margin-top: -15px;
	background-image: url("../images/10_lebilincselo.png");
	background-position: left;
	background-repeat: no-repeat;
}
.menudiv{
	display: inline-block;
	min-width: 180px;
	max-width: 320px;
	padding-bottom: 40px;

}
.menu {
  display: flex;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.col img {
  width: 100%;
  max-width: 360px;
}
article{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 00px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.img_width{
	width: 100%;
	max-width: 1200px;
}
.content-title{
	width:100%;
	max-width: 620px;
	padding-bottom:20px;
}
.menu-title{
	width:90%;
	max-width: 180px;
	padding:20px;
}
.menu-title:hover{
	opacity: 0.7;
}
.mobile_author{
		display:none;
	}
.menu-author{
	width:90%;
	max-width: 310px;
	padding:20px;
}
.menu-bottom{
	max-width: 310px;
	padding-bottom: 20px;
}
.menu-bottom:hover{
	opacity: 0.7;
}
.mobile_off{
		display: inline;
	}
p{
	text-align: left;
	margin: 5px;
	padding:20px 0px;
}
.content_container{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.uni_container{
	display: flex;
	text-align: center;
	margin: auto;
}
.uni_div{
	width: 40%;
  padding: 0px 20px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
	
}
.uni_img_div
	{
  width: 60%;		
}
.uni_img{
	width: 100%;
    max-width: 750px;
}
.uni_blueheart{
	width: 80px;
	padding: 10px;
}
.header_title{
	font-family: "League Gothic";
	font-size: 2.8em;
	color: #818A79;
}
.icon_header{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.icon{
  width: 120px;
margin-right: 20px;
}
.fbicon{
	padding: 0px 20px;
	}
.author_img{
	float: left;        
    margin-right: 15px; 
    margin-bottom: 5px;
	width: 30%;
    max-width: 420px;    
    height: auto;
}
.paddingb20{
	padding-bottom: 20px;
}
.paddingb40{
	padding-bottom: 40px;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0,1fr) 740px; 
    grid-template-areas:
        "h-title h-image"
		"h-text  h-image"
		"h-divider  h-image"
        "h-divider  h-button";

    max-width: 1200px;
    margin: 0 auto;

    gap: 0px;
    padding: 40px 0px 60px 0px;
    align-items: center;
}
.hero_title {
	font-size: 3em;
	line-height: normal;
    grid-area: h-title;
}

.hero_text {
    grid-area: h-text;
}
.h-divider{
	grid-area: h-divider;
}
.hero_image {
	width: 100%;
	max-width: 720px;
    grid-area: h-image;
}

.hero_button {
	text-align: left;
	padding:0px 60px 10px 40px;
    grid-area: h-button;
}

#footercontainer {
	width: 100%;
	max-width: 800px;
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-template-areas: 
		"left right"
		"middle middle";
    gap: 30px;
	padding-left: 160px;
}

#footer_01 { grid-area: left; }
#footer_02 { grid-area: right; }
#footer_03 { grid-area: middle; }

.leadimg{
	display: none;
}

/*colors*/
.hf_bg{
	background-color: #818A79;
	color: #ffffff;
}

.hero_p{
	color: #DAE8CF;
}

.header_lead{
	background-color: #D3BA17;
	color: #ffffff;
	
}
.white_text{
	color: #ffffff;
}
.white_bg{
	background-color: #ffffff;
}


.proposer_bread{
	font-family:"Merriweather", sans-serif;
	color: #434242;
}
.proposer_sign{
	color: #818A79;
}

.bread{	
	font-family:"Merriweather", sans-serif;
	color: #ffffff;
}

.content_unicef{
	background-color: #00AEEF;
	color: #ffffff;
}
.content-table{
	background-color: #ffffff;
	background-image: url("../images/map_bg.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.content_01{
	background-color: #958B62;
}

.content_02{
	background-color: #3598A5;
}

.content_03{
	background-color: #8BA43E;
}

.content_04{
	background-color: #516E5D;
}

.content_05{
	background-color: #C5AF47;
}

.content_06{
	background-color: #D67B47;
}

.content_07{
	background-color: #94252C;
}

.content_08{
	background-color: #A0527B;
}

.content_09{
	background-color: #356E89;
}

.content_10{
	background-color: #645772;
}

.author_bread{
	font-family:"Merriweather", sans-serif;
	color: #434242;
	margin: 0px; 
	padding: 0px;
}

@media screen and (max-width: 800px){
		body{
				 font-size: 16px;
			 }
            p{
				text-align: left;
				margin: 10px;
				padding:20px 5px;
			 }
			 .uni_container {
    		flex-direction: column;
			  }
			.uni_div{
				width: 100%;
			}
			.uni_img_div{
						width: 100%;
					}
			.uni_img{
			width: 100%;
			max-width: 100%;
			padding: 20px 0px;
		}
				
		.author_img{
			
			float: none;
			margin-bottom: 20px;
			padding: 0px;
			width: 100%;
			max-width: 420px;    
			height: auto;
		}		
	
	.leadimg{
		display: inline;
		padding:20px 0px;
		width: 100%;
		max-width: 320px;
	}
	.headerbuttons{
	text-align: center;
	background: none;
}
	.headerbuttons img{
		text-align: center;
		height: 28px;
	}
	
			.menu {
				flex-direction: column;
				align-items: center;
			  }

  .col {
    width: 100%;
    max-width: 400px;
  } 
	
	
	#footercontainer {
	width: 100%;
	max-width: 800px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 
		"left"
		"right"
		"middle";
    gap: 30px;
	padding: 20px;
}
	.menu-author{
		width: 100%;
		max-width: 220px;
	}
	.menu-bottom{
		width: 100%;
		max-width: 220px;
	}
	.mobile_author{
		display:inline;
	}
	.mobile_off{
		display: none;
	}
	.author_bread{
		margin:5px;
	}
	
	
        }

@media (max-width: 1250px) {
	p{margin:20px 5px;
	}
}

@media screen and (max-width: 600px){
	.up{
		display: none;
	}
	article {
		margin: 0px;
	}
	.content-title{
	width:100%;
	max-width: 400px;
	}

}
@media (max-width: 1100px) {
    .hero {
        grid-template-columns: 100%;
        grid-template-areas:
            "h-title"
            "h-image"
            "h-text"
            "h-button";
		padding: 0px 0px 20px 0px;
    }

    .hero_image img {
		text-align: center;
        max-width: 100%;
    }
	.hero_button {
	text-align: center;
	}
	.hero_text {
		margin: 5px;
	}
}
