@charset "utf-8";
/* CSS Document */
body{
	background-image:url(file:///C|/Users/Kadriye/Desktop/Haz%C4%B1r%20Site%20Kapaklar%C4%B1/Vakumcu%20H%C3%BCseyin/images/vakumcuhuseyin-background.jpg);
	background-repeat:no-repeat;
}
.logo {
    text-align: center;
    margin: -4px 0 15px 0;
}
.logo img {
    width:27%;
}
.banner img {
    width: 100%;
}
.alt-resim img {
    width: 100%;
    margin: 20px 0 0px 0;
}
.siteye-giris {
   background: #ff0000;
    width: 228px;
    height: 65px;
    padding: 18px 0;
    text-align: center;
    font-size: 24px;
    margin: 14px auto;
    display: block;
    box-shadow: -8px 6px 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;
	font-weight:600;
	color:#000;
	 margin: -50px 0 4px 0;
}
}
@media only screen and (max-width: 700px) {
.logo img {
    width: 80%;
}
}