*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    background-color: rgb(214, 214, 214);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}



    #social{
        background-color: rgb(236, 236, 236);
        color: rgb(31, 31, 31);
        height: 55px;
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 1;
        font-size: 18px;
        text-align: right;
        padding: 15px;
        text-decoration: none;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.542);
    }

    
    font{
        float: left;
        letter-spacing: 2px;
    }
    
    span{
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    #social>i{
        margin-right: 15px;
        text-decoration: none;
    }
    
    #social>i:hover{
    opacity: 0.8;
    }
    
    #social>i:link{
        text-decoration: none;
        color: white;
    }
    
    #container{
        width: 80%;
        margin: auto;
        height: auto;
    }
    
    header{
        width: 100%;
        height: 250px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.542);
        position: relative;
        color: white;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 45px;
        text-align: center;
        background-color: black;
        margin-bottom: 5px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    #headerResim{
        width: 100%;
        height: 250px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #centered{
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: Impact;
        transform: translate(-50%,-50%);
        color: rgb(51, 51, 51);
    }

    h1{
        top: 50%;
        left: 50%;
        color: rgb(51, 51, 51);
        font-size: 45px;
        letter-spacing: 1px;
    }
    
    section{
        width: 100%;
        height: auto;
        background-color: #66c0e5;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.542);
        margin-top: 15px;
        overflow: auto;
    }
    
    nav{
        width: 20%;
        float: left;
        margin-top: 10px;
        height: auto;
    }
    
    nav ul{
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    nav li{
        list-style-type: none;
    }
    
    nav li a{
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        color: rgb(51, 51, 51);
        border-bottom: 1px solid rgb(0, 0, 0);
        padding-left: 20px;
        display: block;
    }
    
    nav li a:hover{
        color: rgb(0, 0, 0);
        background-color: rgb(255, 255, 255);
    }
    
    i{
        margin-right: 10px;
        text-decoration: none;
    }

    nav1{
        width: 15%;
        float: left;
        margin-top: 10px;
        height: auto;
    }
    
    nav1 ul{
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    nav1 li{
        list-style-type: none;
    }
    
    nav1 li a{
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(236, 236, 236);
        display: block;
        text-align: center;
    }
    
    nav1 li a:hover{
        color: rgb(0, 0, 0);
        background-color: rgb(236, 236, 236);
    }

    main{
        float: left;
        height: auto;
        width: 80%;
        padding: 10px;
    }
    
    .icerik{
        width: 48%;
        height: auto;
        display: inline-block;
        margin-right: 15px;
        border-radius: 10px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
        margin-bottom: 10px;
        margin-top: 15px;
        background-color: rgb(236, 236, 236);
    }
    
    .rsm{
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: opacity 0.8s;
    }
    
    .rsm:hover{
        opacity: 0.6;
    }
    
    h5{
        margin: 15px;
        font-size: 20px;
        letter-spacing: 0.5px;
        color: rgb(51, 51, 51);
    }
    
    .icerikText{
        margin: 15px;
        font-size: 15px;
        color: rgb(51, 51, 51);
    }
    
    .btnDevam{
        display: block;
        width: 120px;
        height: 45px;
        padding: 10px 20px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
        background-color: #66c0e5;
        color: rgb(51, 51, 51);
        text-decoration: none;
        margin: 15px;
        margin-left: 15px;
        border-radius: 10px;
    }
    
    .btnDevam:hover{
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
    }
    
    footer{
        width: 100%;
        height: 75px;
        background-color: rgb(236, 236, 236);
        color: rgb(31, 31, 31);
        line-height: 75px;
        text-align: center;
        box-shadow: 0 2px 8px 2px rgba(20, 23, 23, 0.542);
    
    }
    
    .linkIns{
        text-decoration: none;
        color: rgb(0, 0, 0);
    }
    
    h3{
        text-align: center;
        background-color: rgb(236, 236, 236);
        color: rgb(31, 31, 31);
        height: 50px;
        line-height: 50px;
        margin: 0 10px;
        border-radius: 10px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.542);
        letter-spacing: 1.5px;
    }
    
    #hakkimizdaRsm{
        width: 350px;
        height: 250px;
        float: left;
        border-radius: 10px;
        margin: 25px 25px 10px 10px;
        transition: 0.8s;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
    }
    
    #hakkimizdaRsm:hover{
        opacity: 0.8;
    }
    
    .hakYazi{
        margin-right: 15px;
        font-size: 15px;
        text-indent: 5px;
        color: rgb(51, 51, 51);
    }
    .hakVizMisYaz{
        margin-left: 10px;
        margin-right: 15px;
        font-size: 15px;
        text-indent: 5px;
        color: rgb(51,51,51);
        text-align: center
    }
    h4{
        color: rgb(236, 236, 236);
        text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.885);
        letter-spacing: 1.5px;
        font-size: 24px;
        text-align: center;
    }
    
    .projeler{
        width: 31%;
        height: 300px;
        background-color: rgb(236, 236, 236);
        float: left;
        margin: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
    }
    
    .projResim{
        width: 100%;
        height: 180px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        transition: 0.6s;
    }
    
    .projBaslik{
        font-size: 24px;
        display: inline-block;
        margin-top: 0px;
        color: rgb(31, 31, 31);
        text-align: center;
        height: 45px;
        line-height: 45px;
        background-color: rgb(197, 197, 197);
        width: 100%;
        margin-top: -5px;
        letter-spacing: 1.8px;
    }
    
    .projDetay{
        text-align: center;
        color: rgb(51, 51, 51);
        font-size: 18px;
    }
    
    .projResim:hover{
        opacity: 0.6;
    }
    
    .galResim{
        width: 22%;
        height: 200px;
        border-radius: 5px;
        margin: 10px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
        transition: 0.8s;
        object-fit: cover;
    }
    
    .galResim:hover{
        opacity: 0.8;
        border: 5px solid rgb(255, 255, 255);
        cursor: pointer;
    }
    
    .link:link{
        text-decoration: none;
    }
    
    .mapFrame{
        width: 98%;
        height: 350px;
        border-radius: 10px;
        margin-top: 10px;
        margin-left: 10px;
        box-shadow: rgb(236, 236, 236);
    }

    .iltFrame{
        width: 98%;
        height: 350px;
        border-radius: 10px;
        margin-top: 10px;
        margin-left: 10px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
    }

    .section1{
        width: 98%;
        height: auto;
        margin: auto;
        margin-top: 10px;
        padding: 10px;
        background-color: rgb(236, 236, 236);
        color: rgb(31, 31, 31);
    }
    
    .form{
        width: 49%;
        float: left;
        height: 380px;
        border: 1px solid rgb(31, 31, 31);
        padding: 10px;
        margin-right: 10px;
        background-color: rgb(236, 236, 236);
    }
    
    .col25{
        width: 25%;
        float: left;
        margin-top: 6px;
    }
    
    .col75{
        width: 75%;
        float: left;
        margin-top: 6px;
    }
    
    label{
        padding: 12px 12px 12px 0px;
        display: inline-block;
    }
    
    input[type=text],textarea{
        width: 100%;
        padding: 12px;
        border: 1px solid white;
    }
    
    .row:after{
        content: "";
        clear: both;
        display: block;
    }
    
    input[type=submit]{
        background-color: rgb(117, 122, 132);
        color: rgb(0, 0, 0);
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        float: right;
        transition: 0.6s;
    }
    
    input[type=submit]:hover{
        background-color: white;
        color: black;
    }
    
    .adres{
        width: 49%;
        float: left;
        height: 380px;
        border: 1px solid rgb(31, 31, 31);
        padding: 10px;

    }
    
    h2{
        text-align: center;
        letter-spacing: 2px;
    }
    
    .span1{
        display: block;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin: 10px;
        letter-spacing: 1px;
        text-align: center;
        font-size: 19px;
        text-decoration: none;
        color: rgb(31, 31, 31);
    }
    
    .splink{
        text-decoration: none;
        color: rgb(31, 31, 31);
        transition: 0.6s;
    }
    
    .splink:hover{
        opacity: 0.6;
    }
    
    .ilink{
        text-decoration: none;
        color: rgb(31, 31, 31);
    }
    
    .siparisFrm{
        width: 98%;
        height: 1630px;
        background-color: rgb(236, 236, 236);
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 10px;
        border-radius: 10px;
        border-top: 10px;
        border-bottom: 10px;
        box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
    }
    
    .sprFrame{
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 10px;
    }

    nav1{
        display: none;
    }

   /* @media only screen and (max-width: 850px) {
        section{
            width: 500px;
        }
        section .link-container,
        .format-container,
        .button-container{
            width: 300px;
        }
        
    }*/
    
    @media only screen and (max-width: 550px) {
        section{
            width: auto;
            height: auto;
            margin-top: 15px ;
        }
        section .link-container,
        .format-container,
        .button-container{
            width: 300px;
        }
        
        header{
            height: 130px;
        }

        #headerResim{
            height: 130px;
        }

        #hakkimizdaRsm{
            width: 93%;
            height: auto;
            display: inline-block;
            margin: 10px 10px 15px;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 2px 8px 2px rgba(255, 255, 255, 0.15);
            background-color: rgb(26, 26, 26);
        }

        nav{
            display: none;
        }

        nav1{
            display: block;
        }

        i{
            text-align: center;
            margin-right: 0;
        }


        h3{
            text-align: center;
        }

        .hakVizMisYaz{
            text-align: center;
            text-indent: 0px;
        }

        .hakYazi{
            text-align: center;
            text-indent: 0px;
        }

        footer{
            font-size: 14px;
        }
        .projeler{
            width: auto;
            height: auto;
            margin-left: 12px;
        }

        .projResim{
            height: 150px;
        }

        .projBaslik{
            font-size: 18px;
        }

        .icerik{
            width: auto;
            margin: 10px 10px 10px 20px;
            align-items: center;
        }
        
        .galResim{
            width: 93%;
            height: auto;
            display: inline-block;
            margin-right: 15px;
            border-radius: 10px;
            box-shadow: 0 2px 8px 2px rgba(255, 255, 255, 0.15);
            margin-bottom: 10px;
            margin-top: 15px;
            background-color: rgb(26, 26, 26);
        }

        .btnDevam{
            height: 40px;
            width: auto;
            text-align: center;
        }

        h5{
            text-align: center;
        }

        .icerikText{
            text-align: center;
        }

        .sprFrame{
            width: 100%;
            height: 2440px;
            margin-bottom: 0px;
            margin-top: 0px;
            margin-left: 0px;
        }
        .siparisFrm{
            width: 93%;
            height: 2450px;
            margin: 10px 10px 10px;

        }
        
        .form{
            width: 93%;
            margin: 10px 10px 10px;
            padding: 0px;
        }

        .adres{
            width: 100%;
            text-align: center;
            padding: 0px;
            height: 250px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .mapFrame{
            width: 93%;
            margin: 10px 10px 10px;
        }
        
        .iltFrame{
            width: 92%;
            height: 365px;
        }

        .span1{
            font-size: 15px;
        }

        #social{
            font-size: 16px;
        }

        span{
            font-size: 12px;
        }
        
        .section1{
            padding: 0;
        }

    }
