@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body {
  background-image: url("images/footer_lodyas.png");
}

h1, h2, h3, h4, body {
	font-family: Lora, Verdana, Arial, sans-serif;
}

h1 {
	font-size: 250%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 200%;
	text-decoration: underline;
}

h4 {
	font-size: 115%;
}

div#header {
	text-align: center;
	background-color: #7aaf8c;
	color: #ffffff;
	min-width: 800px;
	max-width: 1500px;
	height: 130px;
}

div#container {
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	margin-left: 100px;
	margin-right: 100px;
	max-width: 1500px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333333;
  display: flex;
  justify-content: center;
}

ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

ul li a:hover {
	background-color: #7aaf8c;
}

div#navigation {
	font-family: Lora, Verdana, Arial, sans-serif;
	min-width: 500px;
}

.column {
  float: left;
  width: 25%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}



