/*sayfa başı resim ayarları------------yarı ortak*/

.sayfaBasi{
    position: relative;
    text-align: center;
    color: white;
    font-weight: bold;
}

.sayfaBasi img{
    object-fit:cover;
    width: 100%;
    height: 400px;
}

.sayfaIsmi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tableLinks{
    color:inherit;
}
.tableLinks:hover {
    color: dimgray;
    text-decoration:none;
    transition: .2s ease-out
}
/*adres çubuğu-------------------yarı ortak*/
.breadcrumb {
    font-size: 16px;
    font-weight: 500;
}
.breadcrumb a{
    color: black;
}
.breadcrumb a:hover{
    text-decoration: none;
    color: #696969;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}

.IletisimBlock{
    background-color: #DDDDDD;
}
.TableCenter{
    vertical-align:middle;
}
.SosyalMedyaLinks{
    color: black;
}
.SosyalMedyaLinks .fa{
    font-size: 20px;
}
.SosyalMedyaLinks:hover{
    color: #696969;
}

table th{
    vertical-align:top;
    height: 100px;
}

.iframeMaps {
    width: 100%;
    height: 400px;
    outline: none;
    display:block;
}