@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bungee&family=Righteous&display=swap');

::-webkit-scrollbar{
    width: 10px;
    background-color: white
}

::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    background-color: rgba(60,95,153,1)
}

::-webkit-scrollbar-thumb:hover{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(60,95,153,0.8)
}

::-webkit-scrollbar-thumb:active{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    background-color: rgba(60,95,153,0.6)
}

* {
    margin: 0;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 15px;
    color: white;
    font-family: arial, cursive;
    transition: all .1s ease-in-out;
    text-align: center
}

body {
    background: #222
}

h1 {
	margin-top: 70px;
    font-size: 50px;
    font-family: 'Righteous', arial;
}

h2 {
	text-align: left;
	color: red;
	font-size: 30px;
	font-family: 'Bungee', arial;
	text-shadow: 1px 1px 5px white;
	line-height: 30px;
	margin-bottom: 10px;
	stroke: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
}

a {
    text-decoration: none;
    color: white
}

div.ayir {
    clear: both
}

.tr {
    top: 1px;
    left: 1px;
    position: absolute;
    display: inline-block;
    background: rgb(50,85,143)
}

.tr:hover {
    background: rgb(10,45,103)
}

.tr p {
    font-size: 16px;
    color: black;
    text-shadow: 2px 2px 5px black;
    padding: 5px
}

.enUste a {
    height: 30px;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer
}

.enUste a:hover {
    transition: all .0s ease-in-out;
    background: white;
    transform: scale(1.1)
}

.enUste a:active {
    transform: scale(0.9)
}

header {
	background-image: url(../medya/banner-arkaplan.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 12.5px 10px;
	text-align: center;
}

.banner {
	display: inline-block;
	margin: auto;
	text-align: center;
}

.banner div {
	margin: auto;
	display: inline-block;
	float: left;
}

.logo img {
	height: 200px;
}

.yazi h1 {
	margin-left: 50px;
	text-shadow: 5px 5px 5px black
}

#icerikEn {
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 20px
}

.bolum {
	padding-bottom: 20px;
	border-bottom: 1px solid blue
}

.bolum:first-child {
	margin: 0 0;
	margin-bottom: 20px
}

#hakkimizda #yazi {
	display: inline-block;
	width: 299px;
	width: 49%;
	padding-left: 2%
}

#hakkimizda #resim {
	display: inline-block;
	width: 299px;
	width: 49%
}

#yazi {
	float: left;
}

#yazi p {
	padding-top: 125px
}


#resim {
	float: right;
}

#resim img {
	width: 299px
}

#maden .element div {
	display: block;
}

#maden .element {
	margin-top: 20px
}

#maden .resim {
	float: right;
	width: 80%;
}

#maden .resim img {
	border-radius: 125px
}

#maden .resim img:hover {
	opacity: 0.5
}

#maden .bilgi {
	float: left;
	width: 20%;
	height: 253px;
	margin-top: 20px
}

#maden .bilgi h3 {
	font-size: 25px;
	font-family: 'Alfa Slab One', cursive;
	padding-top: 100px;
	text-align: left;
	text-shadow: 1px 1px 5px red;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

#iletisim {
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	background: #222;
	padding-top: 20px
}

#iletisim a {
	color: blue
}

#iletisim a:hover {
	color: aqua
}

#iletisim a:active {
	color: white
}

#iletisim p {
	margin-bottom: 10px
}

#iletisim p#sa {
	margin-bottom: 30px
}

#iletisim h2 {
	margin-bottom: 20px
}

#iletisim iframe {
	width: 100%
}

footer {
    background: url(../medya/footer-arkaplan.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: bottom;
    padding-top: 10px;
}

footer img {
    width: 30px
}

.linkler {
    padding-bottom: 10px;
}

.linkler div {
    display: inline-block;
    margin: 0 8%
}

.linkler div:hover {
    transform: scale(1.2);
}

.telif {
    background: rgb(10,45,103,0.1);
    padding: 3px 0 
}

.telif p {
    font-size: 13px
}

@media only screen and (max-width: 1307px) {
    .linkler div {
        display: inline-block;
        margin: 0 7%
    }
}

@media only screen and (max-width: 950px) {
	.logo img {
		height: 150px;
	}

	.yazi h1 {
		margin-left: 25px
	}

	h1 {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 860px) {
	.logo img {
		height: 100px;
	}

	.yazi h1 {
		margin-left: 10px
	}

	h1 {
		margin-top: 25px;
		font-size: 40px
	}
}

@media only screen and (max-width: 806px) {
    .enUste a:hover {
        background: rgb(0,0,0,0);
        transform: scale(1)
    }

    .enUste a:active {
        background: rgb(255,255,255,1);
        transform: scale(1.2)
    }

    .tr {
        background: rgb(10,45,103)
    }

    .tr:hover {
        background: rgb(10,45,103)
    }

    .tr:active {
        background: rgb(50,85,143)
    }

    .linkler div:hover {
        transform: scale(1);
    }

    .linkler div:active {
        transform: scale(1.2);
    }

    #maden .element div {
		display: contents;
	}

	#maden .element {
		margin-top: 20px
	}

	#maden .resim {
		float: none
		width: 100%
	}

	#maden .bilgi {
		float: none;
		width: 100%
	}
}

@media only screen and (max-width: 665px) {
	.logo img {
		display: none;
	}

	h1 {
		margin-top: 0px
	}

	#icerikEn {
		padding: 20px 5px
	}

	#iletisim a {
		color: red
	}

	#iletisim a:hover {
		color: red
	}

	#iletisim a:active {
		color: rgb(10,45,103)
	}

	#hakkimizda #yazi {
		display: contents;
	}

	#hakkimizda #resim {
		display: contents;
	}

	#yazi {
		float: none;
		margin-bottom: 20px
	}

	#yazi p {
		padding-top: 0;
		margin-bottom: 20px
	}

	#resim {
		float: none;
	}

	#resim img {
		width: 100%
	}

	#maden .element div {
		display: contents;
	}

	#maden .resim {
		float: none;
		width: 100%;
	}

	#maden .resim img {
		float: none;
		width: 49%;
	}

	#maden .bilgi {
		float: none;
		width: 100%;
	}

	#maden .bilgi h3 {
		padding-top: 10px;
		text-align: center;
	}

	#maden .resim img:hover {
		opacity: 1
	}

	#maden .resim img:active {
		opacity: 0.5
	}
}