body {
  margin: 0;
  font-family: "Teko", sans-serif;
}

h1, h2 {
  text-align: center;
  color: white;
  text-shadow: 0px 0px 8px black;
}

a {
  text-decoration: none;
}

.content {
  background-size: 100% 100%;
}

@media only screen and (max-width: 1300px) {
  .logo {
    margin: 150px 0 150px 0;
    width: 100%;
  }

  h1, h2 {
    margin: 0 10% 0 10%;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    margin-top: 50px;
    font-size: 64px;
    font-weight: 300;
  }

  a {
    
  }

  .content {
    background-image: url("../img/background-small.png");
  }
}

@media only screen and (min-width: 1300px) {
  .logo {
    margin: -40px 10% -80px 10%;
    width: 80%;
  }

  h1, h2 {
    margin: 0 10% 0 10%;
  }

  h1 {
    font-size: 40px;
    font-weight: 700;
  }

  h2 {
    margin-top: 25px;
    font-size: 40px;
    font-weight: 300;
  }

  a {
  }
  
}

 .villamossaglink {
	max-width: 90%;
    margin: 20px auto 0px auto;
    font-size: 40px;
	padding-right:20px;
	padding-left:20px;
	 display: inline-block;
	  text-align: center;
	  color: white;
	  background-color: #ee7700;
	  text-decoration: none;
	  font-weight: 700;
	  height:70px;
	  line-height:70px;
	  position:relative;
}
  .content {
    background-image: url("../img/background-large.png");
	text-align:center;
	padding-bottom:20px;
  }
  .palyazatlogo {
	 width:100%;
	 max-width:768px;
	 height:auto;
	 float:left;
  }
