@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 {
    background: #EEEEEE;
    position: fixed;
    margin: auto;
    width: 100%;
    min-height: 100%;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.logo {
    
}

.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: 30%;
}

.Urun {
    z-index: 6;
}

.Urun img {
    
}

.Urun h2 {
    font-weight: 700;
    line-height: 1;
    font-size: 40px;
    padding: 20px;
    border-radius: 6px;
    color: #000;
}

.Linkler {
    z-index: 99;
    padding: 10px;
}

.Linkler li {
    list-style: none;
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 15px;
}

.Linkler .fa-solid,
.Linkler .fas {
    margin-right: 5px;

}

.Linkler li a {
    font-weight: 600;
    color: #2196f3;
    display: inline-block;
    background: white;
    padding: 12px 15px;
    border-radius: 6px;
    width: 310px;
}

.Linkler li a:hover {
    text-decoration: none;
    background: #cb9719;
    color: #fff;
}

@media (max-width: 460px) {
    .Center {
        position: fixed;
        margin: auto;
        width: 100%;
        min-height: 100%;
        z-index: 5;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .AnaBanner {
        padding: 0;
    }

    .Urun h2 {
        font-size: 24px;
        line-height: 1;
    }

    .Linkler li {
        padding: 5px
    }

    .firma {
        font-size: 40px;
    }
}

@media (min-width: 760px) {}