/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 28, 2019, 2:25:41 PM
    Author     : saho
*/


.kapsayici{
    max-width:1072px;

}
.center {

    z-index: 3;

}


@media   screen and (max-width: 834px) { 


    h1 {
        color: #3c4e68;

        z-index:4;
        left: 0;
        line-height: 200px;
        margin-top: 100px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;

    }
}

@media   screen and (max-width: 1536px) {


    h1 {
        color: #3c4e68;
        z-index:4;
        left: 0;
        line-height: 200px;
        margin-top: 100px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;

    }
}

@media screen {
    h1 {
        color: #3c4e68;

        z-index:4;
        left: -310px;
        line-height: 200px;
        margin-top: 100px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;

    }
}