* {
	margin: 0;
	padding: 0;
}
*, :after, :before {
	box-sizing: border-box;
}
body, html {
	position: relative;
	overflow-x: hidden;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.5;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	text-align: left;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	line-height: 1.2;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 1rem;
}
h3 {
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 2rem;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: black;
}
img{
	max-width: 100%;
}
body {
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
}
body.line-style {
	background-image: url("karancssag_iskola_blur.jpg");
}
body.background-less {
	background: #5a5a5a;
}
#container{
	background: rgba(255,255,255,0.3);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 45%;
	min-width: 340px;
	max-width: 700px;
	box-shadow: 0px 5px 20px black;
}
.text{
	background: rgba(255,255,255,0.6);
	position: relative;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	padding: 40px;
	margin: 5px auto;
}
.elerhetosegek{
	display: flex;
	flex-wrap: wrap;		
}
.elerhetosegek div{
	flex: 50%;
	padding-bottom: 1rem;
	min-width: 280px;
}
.text i{
	padding-right: 0.5rem;
}
a:hover{
	text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.linkek{
	text-align: center;
	padding-top: 1.5rem;
}
.linkek img{
	border-radius: 50%;
	width: 80px;
	transition: 0.8s;
}
.linkek a{
	margin: 0 1rem;
}
.linkek a:hover img{
	transition: 0.6s;
	transform: rotate(360deg);
}

@media screen and (max-width: 900px) {
	#container{
		width: 85%;
	}
}