body{
    font-family: Arial;
    background-color: rgb(188, 226, 238);
}
#menu{
    width: 100%;
    height: 70px;
    background-color: #0b5096;
    position: fixed;
    top: 0;
    left: 0;
    z-index:1;
    flex-wrap:wrap;
}
#logo{
    width: 70px;
    height: auto;
    float: left;

}
#anasayfa{
    border-bottom:2px solid greenyellow;
}
.link{
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    color:aqua;
    font-size: 20px;
    text-decoration: none;
    height: 40px;
    border-bottom: 2px solid white;
    transition: border-bottom 0.5s;
}
.link:hover{
    border-bottom: 2px solid orange;
}
#foto {
    margin-top:92px;
}
.foto{
    width: 560px;
    height: 230px;
    border-radius:10px;
    line-break: auto;
    margin-left:20px;
}
#yanicerik{
    width: 560px;
    height: calc(100% - 385px);
    bottom:44px;
    margin-left: 20px;
    background-color: white;
    border-radius: 10px;
    position:fixed;
    overflow-y: scroll;
}
#icerik{
    width: calc(100% - 650px);
    height: calc(100% - 145px);
    top:100px;
    right: 40px;
    background-color: white;
    border-radius: 10px;
    position:fixed;
    overflow-y: scroll;
}
#iletisim{
    display:none;
}
#paragraf{
    padding:15px;
    text-align: justify;
    font-size: 24px;
}
#icerik-baslik{
    font-size: 35px;
    text-align: center;
}
@media (max-width: 940px) {
    #logo{
    width: 70px;
    height: 70px;
    margin:2.5px;
    margin-top:5px;
    }
    #menu{
        height: 100%;
        width: 73px;
        position:fixed;
    }
    .link{
        margin-left:5px;
        font-size:13px;
        margin-top: 60%;
        text-align: center;
        width: 90%;
        height: 30px;
        border-bottom:0px;
        border-right: 2px solid white;
        padding-top: 10px;
        display: block;
        transition: border-right 0.5s;
    }
    .link:hover{
        border-bottom: 0px;
        border-right: 2px solid orange;
    }
    #anasayfa{
        border-bottom:0px;
        border-right: 2px solid greenyellow;
    }
    #foto{
        width: calc(100% - 73px);
        height: auto;
        float: right;
        position:relative;
        margin-top:0px;
        top:0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    #yanicerik{
        display:none;
    }
    #icerik{
        width: calc(100% - 73px);
        float: right;
        position:relative;
        height: auto;
        margin-top:0px;
        top:0px;
        right: 0;
        background-color: white;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .yenieklenenler{
        margin-left:10px;
        margin-bottom:10px;
    }
    .yenieklenenlera{
        font-size:13px;
    }
    #iletisim{
        display:block;
    }
    #paragraf{
        font-size:20px;
        text-align: left;
    }
    #icerik-baslik{
        font-size:25px;
    }
}

