
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&subset=latin-ext');

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;  
}

@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }
/* sticky footer */
html {
  position: relative;
  min-height: 100%;
}
h1, h2, h3 {
 letter-spacing: -1px;
}
body {
}
.firma {
    margin: 0 0 3rem;
    font-size: 64px;
    font-weight: 600;
}
.Center {
	position: fixed;
    margin: auto;
    width: 100%;
    min-height: 100%;
	z-index: 5;
	background: #efe7e7;
}
.Main {
    text-align: center;
    position: absolute;
    width: 100%;
    min-height: 100%;
	opacity: 0.4;	
}
.AnaBanner {
    position: absolute;
	margin: 0 auto;
	left:0;
	right: 0;
	top: 15%;
}
.Urun {
	z-index:6;
}
.Urun img {
}
.Urun h2 {
	font-weight: 700;
	line-height: 1.2em;
	font-size: 40px;
	margin: 30px 0;
}
.Linkler {z-index:99}
.Linkler li {
    list-style: none;
    font-size: 22px;
    line-height: 1em;
    padding: 10px; 
}
.Linkler li a {font-weight:600;}
@media (max-width: 460px) {
.Urun img {
    width: 80%;
    height: auto;
}
.Urun h2 { 
	font-size: 22px;
    line-height: 1.2em;
}
.Linkler li {padding:5px}
.firma {font-size:40px;}
}
@media (min-width: 760px) {
.Linkler li {
    display: inline-block;
}
}