* {
	box-sizing: border-box;
}

body{
	background-color: #000000;
	background-image: url("../cikkek/pics/Hatter.jpg");
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	font-family: Times New Roman;
	text-align: justify;
}

img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.archive{
	background-color: #e6f9ff;
	margin: 10px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	min-width:100%;
}

.archive a{
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 20px;
}

.archive a:hover{
	color: #000000;
	background-color: #ffff99;
}

.archive ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
}

.archive h2{
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}

.container2 a{
	text-decoration: none;
	color: #000000;
}

.article{
	background-color: #e6f9ff;
	margin: 0px 10px 10px 0px;
	display: flex;
	flex-direction: column;
	width: 600px;
	height: 500px;
}

.article:hover{
	background-color: #ffff99;
	color: #000000;
}

.article h1{
	font-size: 18px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	color: #000000;
}

.article p{
	font-size: 17px;
	margin: 10px 10px 10px 10px;
	color: #000000;
}

.cikk{
	background-color: #e6f9ff;
	margin: 10px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
	display: flex;
	flex-direction: column;
}

.cikk a{
	text-decoration: none;
	color: #0000ff;
	margin: 0px auto 20px auto;
}

.cikk a:hover{
	color: #000000;
	background-color: #ffff99;
}

.cikk h1{
	margin: 20px 0px 50px 0px;
	font-size: 50px;
	font-weight: bold;
    user-select: none;	
	text-align: center;
}

.cikk h2{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
}

.cikk h3{
	font-size: 20px;
	color: #0000ff;
	text-align: center;
	user-select: none;
}

.cikk li{
	margin: 10px 0px 0px 0px;
	text-decoration: none;
}

.cikk p{
	margin: 0px 0px 20px 0px;
	font-size: 22px;
	user-select: none;
}

.cikk ul{
	list-style: none;
	padding: 0px;
}

.cikk h4{
	font-size: 22px;
	padding: 0px;
}

.cim1{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: bold;
	margin: 10px 0px 30px 15px;
}

.cim2{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	margin: 0px 15px 10px 0px;
}

.cimsor{
	height: 200px;
	background-color: #001a33;
	margin: 0px 0px 0px 0px;
	padding: 25px 25px 25px 25px;
}

.column{
	background-color: #0099cc;
	margin: 0px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	max-width: 1480 px;
}

.container1{
	display: flex;
	background-color: #0099cc;
	flex-direction: row;
	margin: 0px 0px 0px 0px;
}

.container2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 87.2%;
	background-color: #0099cc;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.container3{
	display: flex;
	flex-direction: column;
	width: 12.8%;
}

.container4{
	display: flex;
	background-color: #0099cc;
	flex-direction: column;
	margin: 0px 0px 0px 0px;
	max-width: 1480px;
	min-height: 950px;
}

.footer p{
	margin:10px 0px 0px 0px;
}

.keywords{
	background-color: #e6f9ff;
	margin: 10px 0px 0px 10px;
	padding: 15px 15px 15px 15px;
}

.keywords a{
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	color: #000000;
}

.keywords a:hover{
	color: #000000;
	background-color: #ffff99;
}

.keywords h2{
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}

.lists{
	background-color: #e6f9ff;
	padding: 25px;
	min-height: 630px;
}

.lists a{
	text-decoration: none;
	color: #000000;
	margin: 0px auto 20px auto;
	font-size: 20px;
	font-weight: bold;
}

.lists a:hover{
	color: #000000;
	background-color: #ffff99;
}

.lists h1{
	margin: 10px 0px 50px 0px;
	font-size: 35px;
	font-weight: bold;	
}

.lists li{
	margin: 10px 0px 0px 0px;
}

.lists ul{
	list-style: none;
	padding: 0px;
}

.menu{
	display: flex;
	background-color: #e6f9ff;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	flex-wrap: nowrap;
}

.menu a{
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	margin: 0px 10px 0px 0px;
	background-color: #001a33;
	border-style: double;
    border-color: white;
}

.menu a:hover{
	color: #000000;
	background-color: #ffff99;
}

.pagination{
	display: flex;
	flex-flow: row wrap;
	margin: 20px 0px 20px 0 px;
}

.pagination .page{
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	margin: 0px 10px 0px 0px;
	background-color: #001a33;
	border-style: double;
    border-color: white;
}

.picture{
	margin: 0px 0px 0px 0px;
}

.picture2{
	height: 75%;
}

.picture3{
	margin: 0 auto 0 auto;
}

.picturetext{
	margin: auto;
	width: 900px;
}

.picture4{
	width: 600px;
}

.picture5{
	margin: 0px 0px 0px 0px;
	user-select: none;
}

.row{
	background-color: #0099cc;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.row a{
	text-decoration: none;
	color: #000000;
}
	
.row1{
	background-color: #e6f9ff;
	margin: 10px 0px 0px 0px;
}

.row1 h1{
	font-size: 30px;
	text-align: center;
}

.row1 h2{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.row1 h4{
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0px 10px 20px;
	text-align: center;
}

.starter{
	font-size: 30px;
	font-weight: bold;
	user-select: none;	
}

.text{
	max-width: 40vw;
	margin: 0px 0px 0px 0px;
	background-color: #e6f9ff; 
}

.text2{
	height: 25%;
	text-align: center;
}

.text2 h1{
	font-size: 16px;
}

.text3{
	margin: 10px 10px 0px 10px;
}

.text3 h1{
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

.text3 p{
	font-size: 20px;
}

.text4{
	height: 25%;
	text-align: center;
}

.text4 h1{
	font-size: 30px;
}

.topic{
	background-color: #e6f9ff;
	margin: 10px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	width: 460px;
	height: 460px;
}

.topic:hover{
	background-color: #ffff99;
}

.topic2{
	background-color: #e6f9ff;
	margin: 10px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	width: 272px;
	height: 272px;
}

.topic2 h1{
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.topic2:hover{
	color: #000000;
	background-color: #ffff99;
}

.topic3{
	background-color: #e6f9ff;
	margin: 10px 10px 0px 0px;
	width: 255px;
	height: 50px;
	text-align: center;
}

.topic3 h1{
	font-size: 20px;
}

.trailer1{
	display: flex;
	flex-direction: row; 
}

.trailer2{
	display: flex;
	flex-direction: column; 
	height: 150px;
	width: 150px; 
}

.trailer2:hover{
	color: #000000;
	background-color: #ffff99;
}

.wrapper{
	max-width: 1450px;
	display: flex;
	flex-direction: column;
	background-color: #0099cc;
	margin: 0px auto 0px;
	padding: 25px 25px 25px 25px;
}

.welcome{
	background-color: #e6f9ff;
	margin: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
}

.button {
	background-color: #001a33;
	border: none;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
}

.button:hover{
	color: #000000;
	background-color: #ffff99;
}

#sources {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #0099cc;
} 