﻿
.example-image{margin-bottom:20px;}


*{margin:0;}

.ress{margin-top:20px;}

a{text-decoration:none;}

.mnli
{
    color:#000;text-decoration:none;transition: all .2s ease-in-out;
    position: relative;font-size:15px;
}
.mnli:hover
{
    color:#c00;transform: scale(1.1);text-decoration:none;
    position: relative;font-size:16px;
}
.mnlis
{
    color:#c00;
    font-size:15px;
}
.mnlis:hover
{
    color:#c00;
    font-size:16px;
}

.txt
{
    width:250px;
    height:35px;
    border-radius:5px;
    padding:10px;
    margin-top:5px;
}
.txtm
{
    width:250px;
    height:60px;
    border-radius:5px;
    padding:10px;
    margin-top:5px;
}
.bt
{
    color: White;
    font-size: large;
    font-family: Ebrima;
    text-decoration: none;
    margin-left:25px;
}


#nav
{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    
}



#logo
{
    width:290px;
    height:60px;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
}


.haber
{
    width:100%;
    height:auto;
    margin:auto;
}


.kesfed
{
    width:100%;
    height:auto;
    margin:auto;
}



.icerik
{
    width:100%;
    height:auto;
    margin:0 auto;
    padding:15px;
    background:white;
    color:Black;
    font-weight:bold;
    text-align:justify;
}






/* Webkit Scrollbar */ ::-webkit-scrollbar { width: 7px; } 
::-webkit-scrollbar-track { background: #eee; -webkit-box-shadow: inset 1px 1px 1px #B5CBE0; border: 1px solid #B5CBE0; } 
::-webkit-scrollbar-thumb { background: #333; -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.4); } 
::-webkit-scrollbar-thumb:hover { background: #333; } 
::-webkit-scrollbar-thumb:active { background: #333; -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3); }






