@charset "utf-8";

@font-face {
    font-family: 'TheElephant';
    src: URL('../ttf/ELEPHNT.TTF') format('truetype');
}

.navbarTR {
    position: fixed;
    width: 100%;
    z-index: 9;
}

a.navbar_options {
    transition: all 100ms;
    color: white;
    text-decoration: initial;
    padding: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
}

.navbarLogo {
    border-right: 2px solid white;
    padding-right: 50px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: "TheElephant";
}
.navbarLogo > img{
    width:180.726px;  
    height: 75.46px; 
}

.listItem {
    margin-left: 20px;
    transition: 1s all;
    padding: 1px;
}

.listItem a {
    border-radius: 15px;
}

@media only screen and (min-width:768px) { /* S */ 	
    .listItem:hover a{
        box-shadow: 0px 0px 5px grey;
    }
}
@media only screen and (max-width:767px){ 	/* XS */ 
    .mainPageRight{
        box-shadow: 0px 0px 5px grey;
    }
}

#baslik {
    border-bottom: 1px solid #F1F1F1;
    top: 0;
    width: 100%;
}

#collapsibleNavbar {
    text-align: end;
    padding: 10px;
}

#DisLogo {
    width: auto;
    height: 80px;
}

#DisLogo img {
    width: auto;
    height: 80px;
}