* {
	box-sizing: border-box;
	max-width: 100%;
}
body {
	margin: 0;
	font-family: Arial;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	color: white;
	font-size:16px;
	font-family: trebuchet, arial, sans serif;
	
	/*  3d bg */
	/*  background: linear-gradient(-45deg, #111, #333, #666, #999, #ccc, #999, #666, #333, #111); */
	/*  background: linear-gradient(-90deg, #111, #333, #666, #999, #ccc, #999, #666, #333, #111); */
	/*  background: linear-gradient(-45deg, #111, #333, #666, #999, #666, #333, #111); */
	/*  background: linear-gradient(-90deg, #ccc, #999, #666, #333, #111, #333, #666, #999, #ccc); */
	background: linear-gradient(-45deg, #000, #333, #666, #999, #666, #333, #000);
	background-size: 100% 100%;
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
	/*  3d bg */
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
/* body */

.halfline {
	line-height:8px;
	}
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a:visited {
	text-decoration:none;
	}

/* header */
.header {
	position:fixed;
	width:100%;
	overflow: hidden;
	z-index:3;
	top:0;
	text-align: center;
	text-decoration: none;
	background-color:#444;
	color:#e5e5e5;
	padding: 0 0;
}

.logo {
	background-color:#333;
	text-decoration:none;
	color:#e5e5e5;
	padding:5px;
}

.logo img {
	border:0;
	max-width:150px;
	text-align: center;
}

.top {
	margin:auto;
	width: 350px;
	padding: 5px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.top-item {
  padding: 0 5px;
  min-width: 5px;
}

.top_baslik a {
  color: #fff;
  font-family: Arial, serif;
  font-size: 15px;
  padding-top: 0px;
	text-decoration:none;
}

/* header */


/* content */
.container {
	margin-top:50px;
	float: left;
	width: 100%;
	padding: 50px 0px;
    flex: 1;
}

.heading {
	font-family: Yu Gothic Light, Corbel Light, arial, Bell MT, Centaur, Century, Book Antiqua, Bookman Old Style, Baskerville Old Face, Cera PROModern Medium, sans serif;
	color:white;
	text-align: center;
	padding: 5px;
	text-shadow: 2px 2px 4px #000000;
}

.main {
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
}
.main p, span {
	text-align: center;
	color: white;
	text-shadow: 2px 2px 4px #000000;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* content */

/* Footer */
.footer {
	background-color:#444;
	color:#ffffff;
	text-align:center;
}

.footer_b {
	width:100%;
	background-color:#333;
	color:#999900;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:0px;
}

.bot {
	margin:auto;
	width: 350px;
	padding: 5px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.bot-item {
	padding: 0 5px;
	min-width: 5px;
}

.bot_baslik a {
	color: #fff;
	font-family: Arial, serif;
	font-size: 15px;
	padding-bottom: 0px;
	text-decoration:none;
}
/* Footer */







@media screen and (max-width: 1365px) {
	.main {
	margin-right:3%;
	}
}
@media screen and (max-width: 1300px) {
	.main {
	margin-right:1%;
	}
}
@media screen and (max-width: 1240px) {
	.main {
	margin-right:0px;
	}
}
@media screen and (max-width: 1230px) {
	.main {
	margin:auto;
	}
}

@media only screen and (max-width: 520px) {
	.main {
	width: 100%;
	margin:auto;
	}
}
