* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: "Ubuntu Mono";
	src: url(../fonts/font-ubuntu/UbuntuMono-Bold.ttf);
	/*src: url(../fonts/font-open-sans/OpenSans-SemiBold.ttf);*/
 }

@font-face {
    font-family:'Open Sans';
    src: url(../Open Sans/OpenSans-VariableFont_wdth,wght.ttf);
}
@font-face {
    font-family: "Roboto-Light";
	src: url(../fonts/roboto/Roboto-Light.ttf);
    /*font-family: "Ubuntu Mono";
	src: url(../fonts/font-ubuntu/UbuntuMono-Bold.ttf);*/
	}	


body {
	background-image: url(../images/Fon2.png);
	background-size: 100%;	
}


#wrapper {
	width: 100%;
	margin: 0 auto;
}
 
#main_header {
	width:  100%;
}

#header1 {
display:  flex;
flex-direction: row;
justify-content:space-between;
align-items: center;
width:  100%;
height:  150px;
background-color: rgba(0, 0, 0, 0.7);
z-index: 5;
}

#logo {
	width:  150px;
	height:  150px;
	margin-left: 50px;
}

#main_nav {
	width: 100%;
}

#main_nav ul {
	text-align: center;
	padding: 10px 10px;
}

#main_nav ul li {
	display: inline-block; 
	font-family: arial;
	font-size: 1.2em;
	font-weight: 500;
	margin-right: 40px;
	padding: 0.2em 0; 
	line-height: 1.5em;
}

#main_nav ul li:hover {      
}

#main_nav ul li a {           
	text-decoration: none;
	color: white;
}

#main_nav ul li a:hover {      
	text-decoration: underline;
	color: blue;
}

#header2 {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
width: 60%;
background-color: rgba(100, 100, 100, 0.0); 
}
	
#main_article {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 40%;
	border: 2px solid red;
	 
}

#pict_tematika {
	width: 40%;
}

.main_section {
	width: 100%;
}



#main_article {
	width: 100%;
}


 #main_article {

 }
 
h1, h2, h3 {
    font-family: arial;
    text-align: center;
	color: white;
	text-shadow: 1px 1px 1px black,0 0 1em #0000FF;
}

h1{
	font-size: 4rem;
}


h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2rem;
}

p {
 	font-family: 'Open Sans';
	font-size: 1.3em;
	padding: 0.8em 1.5em; 
	color: white;
}



footer {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: rgba(0, 0, 0, 0.8);
}

#footer_left {
	width: 88px;
	height: 50px;
	margin: 30px;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;

}

/*#footer_left:hover {
	background-image: url(../images/web-dizain-alt.jpg);*/
}

#LIS {
	font-family:arial ;
	font-size:20px ;
	color:lightgreen ;
	padding-top:30px ;
}

#post{
	width: 88px;
	height: 33px;
	padding: 30px;

}
#post a{
	color: white;

}
#post a:hover{
	color: yellow;
	text-decoration: underline;
}


#footer_right {
	width: 450px;
	margin-right: 2em;
	margin-top: 2em;
	/*border: 1px solid white;*/

}

#footer_right span {

	font-family: 'arial';
	font-size: 0.9em;
	color: white;
}

@media screen and (max-width: 650px) {
    #wrapper { 
     	width:100%;
     	background: #fc0;
     }

    .main_section {
    	display: flex;
    	width: 100%;
		flex-direction: column;
		background: #fc0;
    }

    #main_nav {
    	display: block;
    	flex-shrink: 1;
    	margin-left: 1.7em;
    	width: 100%;
    			
	}

	#main_nav ul {
		text-align: center;
	}

		#main_nav ul li {
		display: block;          
		width: 80%;
		font-family: arial;
		font-size: 1.1em;
		font-weight: bold;
		padding: 0.8em 1.5em;     
		border: 1px solid blue;
		border-radius: 3em;
		background-color: yellow; 
		color: black;             
	}

	#main_nav ul li:hover {       
		background-color: orange;
		color: green;
	}


    #main_atricle {
		display: block;
		width: 100%;
		flex-shrink: 1;
		border: 1px solid black;
		background-color: #c0c0c0;
	}
}