* {
  box-sizing: border-box;
}
body {
	font-family: Arial;
	padding: 10px;
	/*background: #f1f1f1;*/	
}

.header {
	background-image: url("Eco1.png");
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-bottom: 45px;
	width: 100%;
	height: auto;
}

.navbar {
	overflow: hidden;
	background-color: green;
}

.navbar a {
	float: left;
	display: inline-block;
	color: #7FFF00;
	font-size: 18px;
	text-align: center;
	padding: 5px 25px;
	text-decoration: none;
	width: 15%;
	transition: 0.5s ease-in-out;
}

.navbar a:hover {
	background-color: #A2FF00;
	color: green;
}

.bar {
	color: green;
	height: 3px;
}

.services {
	text-align: left;
	font-size: 18px;
	background-color: #ede0d4;
	border-radius: 20px;
	width: 265px;
	padding-left: 15px;
	padding-top: 2px;
	
}

.progs {
	text-align: left;
	font-size: 18px;
	background-color: #ede0d4;
	border-radius: 20px;
	width: 265px;
	padding-left: 15px;
	padding-top: 2px;
}

.leftcolumn {
	float: left;
	width: 25%;
	padding-left: 20px;
	padding-top: 15px;
}

.centercolumn {
	float: left;
	width: 50%;
	padding-left: 10px;
	text-align: center;
}

.rightcolumn {
	float: left;
	width: 25%;
	padding-left: 60px;
}

/* Clear floats after the columns */
.maintext::after {
  content: "";
  display: table;
  clear: both;
}

#znimok {
	background-image: url("Karpaty.jpeg");
	height: 200px;
	width: 200px;
	border-radius: 10px;
	background-repeat: no-repeat
}

.footer {
	background-color: green;
	color: #7FFF00;
	padding: 24px;
	font-size: 18px;
	font-weight: 300;
	text-align: right;
	margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .leftcolumn, .centercolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .navbar a {
    float: none;
    width: 100%;
  }
  
@media screen and (max-width: 1200px) {
  .header {
    width: 100%;
 	 padding-top: 35px;
 	 padding-bottom: 105px;
	 background-image: url("Eco2.png");
    }
	 
@media screen and (max-width: 600px) {
  .header {
    width: 100%;
    padding-top: 35px;
	 padding-bottom: 105px;
	 background-image: url("Eco3.png");
	     }