@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bg.jpg);
	color: black;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.logo {
    text-align: center;
    margin: 10px 0 10px 0;
}
.logo img {
    width: 50%;
}
a {
    color: #9e0000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.kapak-text{
	font-size:18px;
	float: left;
}
.banner img {
    width: 100%;
}
.alt-resim img {
    width: 100%;
    margin: 20px 0 0px 0;
	border: solid #c1272d;
	height: 180px;
	object-fit: cover;

}
.alt-resim img:hover {
    opacity: 0.7;
}
.siteye-giris {
    background: #252525;
    width: 220px;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    margin: 20px auto;
    display: block;
    box-shadow: 0px 4px 0px 0px #000;
    border-radius: 10px;
}
.siteye-giris a {
    color:#FFF;
	display:block;
}
.siteye-giris a:hover {
    text-decoration:none;
	color:#999;
}
.site-adres {
    text-align: center;
    font-size: 22px;
}
.resimler-bg {
    margin: 15px 0 50px 0;
}
@media only screen and (max-width: 700px) {
.logo img {
    width: 80%;
}
}