@charset "utf-8";
/* CSS Document */

body {
    font-size: 19px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #00427a;
}
p#neve {
	margin-top: 50px;
    font-size: 25px;
    font-weight: bold;
	text-transform: uppercase;
}
p {
    margin: 0;
}
html, body {
  height: 100%;
  margin: 0;
}
.content {
  min-height: 100%;
      text-align: center;
}
.content-inside {
  padding: 20px;
  padding-bottom: 50px;
}
.footer {
  height: 50px;
  margin-top: -50px;
	background-color: #7bafdf;
}
img.alap {
    margin-top: 150px;
}

/*MOBIL */

@media (max-width: 1024px) {

img.alap {
    margin-top: 150px;
    width: 70%;
    height: auto;
}
body {
	font-size: 45px;
}
p#neve {
   font-size: 50px;
   	margin-top: 100px;
}
}




