html,body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
#content {
	width:100%;
	height:100%;
	float:left;
	display: table;
}
#content_left {
	width:50%;
	height:100%;
	float:left;
	display: table;
}
#slider {
	width:100%;
	height:70%;
	float:left;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: url('images/mucsarnok.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
#slider_logo {
	width: 80%;
	height: auto;
}
#slider_logo img {
	width: 100%;
	height: 100%;
}
#slider_text {
	color: white;
	text-align: left;
	z-index: 1;
	position: absolute;
	display: block;
	width: 30%;
	height: auto;
	margin-top: 60px;
	padding: 20px;
	margin-left: 50px; 
	line-height: 140%;
	font-size: 1.2vw;
	text-transform: uppercase;
	font-weight: 300;
	background-color: #66c3a4;
	opacity: 0.8;
}
#slider_title {
	font-size: 40px;
	font-weight: 900;
}
#slider_tovabb {
	color: white;
	text-decoration: none;
}
#slider_tovabb:hover {
	color: #141414;
	text-decoration: none;
	cursor: pointer;
}
#jelentkezes {
	width: 60%;
	height: 30%;
	float: left;
	background-color: #141414;
	display: table;
	color: white;
	font-size: 2vw;
	font-weight: 100;
	text-transform: uppercase;
}
#jelentkezes:link,
#jelentkezes:active,
#jelentkezes:visited,{
	width: 60%;
	height: 30%;
	float: left;
	background-color: #141414;
	display: table;
	color: white;
	font-size: 32px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 7%;
}
#jelentkezes:hover,
#jelentkezes:focus{
	background-color: #66c3a4;
	cursor: pointer;
	color: #141414;
	display: table;
}
#jelentkezes_text {
	width: 80%;
	height: 80%;
	padding: 20px;
}
#logo_holder {
	width: 40.05%;
	height: 30%;
	float: left;
	display: table;
	background-color:#4b4b4b;
}
#logo_content {
	width: 80%;
	height: 80%;
	margin: auto;
	margin-top: 10%;
	display: table;
}
#logo1 {
	max-width:100%;
	max-height:100%;
	margin: auto;
	padding-bottom: 5%;
}
#logo2 {
	max-width:100%;
	max-height:100%;
	margin: auto;
}
#content_right {
	width:50%;
	height:100%;
	float:left;
	display: table;
}
#kuratorium1 {
	width:100%;
	height:50%;
	float:left;
	display: table;
}
#kuratorium2 {
	width:100%;
	height:50%;
	float:left;
	display: table;
}
#tag_holder1 {
	width:33%;
	height:100%;
	float:left;
	background: url('images/k1.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}
#tag_holder2 {
	width:33%;
	height:100%;
	float:left;
	background: url('images/k2.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}
#tag_holder3 {
	width:34%;
	height:100%;
	float:left;
	background: url('images/k3.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}
#tag_holder4 {
	width:33%;
	height:100%;
	float:left;
	background: url('images/k4.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}
#tag_holder5 {
	width:33%;
	height:100%;
	float:left;
	background: url('images/k5.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}
.tag_title {
	color: white;
	padding: 20px;
	font-size: 2vw;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	opacity: 0;
}
#tag_holder1:hover .tag_title,
#tag_holder2:hover .tag_title,
#tag_holder3:hover .tag_title,
#tag_holder4:hover .tag_title,
#tag_holder5:hover .tag_title {
	color: white;
	opacity: 0.8;
	background-color: #66c3a4;
	display: block;
	cursor: pointer;
}
#program {
	width: 34%;
	height: 100%;
	float: left;
	display: table;
	background-color:#66c3a4;
	cursor: pointer;	
	color: white;
	font-size: 2vw;
	font-weight: 100;
	text-transform: uppercase;
}
#program:hover,
#program:focus{
	background-color:#141414;
	color: #66c3a4;
	cursor: pointer;
}
#program_text {
	width: 50%;
	height: auto;
	padding: 20px;
}
.page_content {
	background-color: #66c3a4;
	display: table;
	width: 100%;
	height: 100%;
}
.page_content a,
.page_content a:link,
.page_content a:active,
.page_content a:visited{
	color: white;
	text-decoration: none;
}
.page_content a:hover,
.page_content a:focus {
	color: #141414;
	text-decoration: none;
}
.page_title {
	font-size: 3vw;
	font-weight: bold;
	width: 80%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
	color: white;
}
.page_text {
	font-size: 18px;
	width: 80%;
	height: 50%;
	margin: auto;
	overflow: scroll;
	line-height: 150%;
	padding-right: 10px;
}
:-webkit-any-link {
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.page_back {
	color: white;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	padding-top: 60px;
	padding-left: 10%;
}
.page_back:hover,
.page_back:focus {
	color: #141414;
}

::-webkit-scrollbar {
      width: 15px;
} /* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
      background-color: #66c3a4;
} /* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
      background-color: white; 
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
      background-color: white;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */


@media screen and (max-width:850px) {
#content_left {
	width: 100%;
	float: left;
}
#content_right {
	width: 100%;
	float: left;
}
#slider {
	height: 80%;
	display: table;
}
#slider_logo {
	width: 80%;
	height: auto;
}
#slider_text {
	font-size: 3vw;
	font-weight: 500;
	width: 60%;
	margin-top: 40px;
}
#jelentkezes {
	font-size: 6vw;
	height: 20%;
}
#logo_holder {
	height: 20%;
}
#logo2 img {
	width: 30% !important;
	height: 30% !important;
}
.tag_title {
	font-size: 3.5vw;
}
#program {
	font-size: 6vw;
}
.page_title {
	font-size: 6vw;
}
}
