body {
background-color: black;
color: black;
background-image: url('images/iszalag1.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
font-family: monospace;
font-size: 1.3em;
margin: 10% 10% 4% 10%;
transition: all 0.5s;

}

#content {
position: relative;
background-color: rgb(240,235,245);
opacity: 0.98;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 25px;
}

#logo {
position: absolute;
top: 0px;
right: 0px;
max-width: 20%;
}

#objekt {
width: 100px;
height: 100px;
-webkit-border-radius: 50px 50px 50px 50px; 
border-radius: 50% 50% 50% 50%;
position: absolute;
background-color: white
}

h1 {
border-bottom: 1px dotted white;
font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
}

h1 a:link, h1 a:visited {
background-color: transparent;
}

h2 {
font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
}

a:link, a:visited {
text-decoration: underline;
color: white;
background-color: #222;
}

a:hover{
text-decoration: none;
}

#description {


}

.szoveg {
opacity: 0.8;
}

@media screen and (max-width: 1020px) {
	body {
  
  		font-size: 2.1em;
  		margin: 40% 10% 0% 10%;
  		transition: all 0.5s;
		background-size: 200% 100%;

	}
	
	h1 {
		border-bottom: 4px dotted white;
	}
	
	img {
	width: 100%;
	}
}
