body,html{
    color: white;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}
.noteformobile{
    display: none;
}
.sidebar{
    position: sticky;
    z-index: 1000;
    left: 0;
    top: 5px;
    padding: 1px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    background-color: rgb(41, 41, 41);
    box-sizing: border-box;
    margin: 5px;
    width: 15vw;
    height: 98vh;
    border-right: 1px solid rgb(0, 0, 0);
    font-size: 24px;
    color: white;
}
.sidebar {
    margin-top: 5px;
    
}
.sidebar h2{
        margin:0 auto;
        margin-top: 5px;
        margin-bottom: 10px;
        border-bottom: 2px dotted rgba(255,255,255,0.4);
}
.columnlist{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.columnlist a{
        margin:0 auto;
    border-radius: 15px;
    padding: 7px;
    box-sizing: border-box;
    width: 80%;
    display: block;
    background-color:rgb(54, 54, 54);
        transition: color 0.3s ease, transform 0.3s ease,padding 0.3s ease;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.columnlist a:hover{
    padding-left: 15px;
    transition: padding 0.3s ease, background-color 0.3s ease;
    background-color: rgb(65,65,65);
}
.columnlist a:active{
    transition: transform ease 0.3s;
    transform: scale(0.91);
}
.columnlist a.recent{
    background-color: rgb(44,44,44);
}
.bottom{
    display: flex;
    margin-top: auto;
    font-size: 14px;
    color: gray;
}
/* içerik */
.content{
        flex: 1;
    font-size: 18px;
    margin-left: 5px;
}
.wrapper{
    display: flex;
    flex-wrap: wrap;
}
nav{
    display: flex;
    align-items: center;
    position: sticky;
    z-index: 1000;
    top: 0;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 5px;
    height: 75px;   
    background-color: rgb(44, 44, 44);
}
nav h2{
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}
 .mobilebar{
    display: none;
 }

@media (max-width: 768px) {
    .sidebar{
       display: none;
    }
    .columnlist a{
        font-size: 11px;
    }
    .mobilebar{
        font-size: 13px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-top: 1px solid rgba(128, 128, 128, 0);
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 10vh;
        background-color: rgba(255, 255, 255, 0.301);
        bottom: 0;
        position: fixed;
        width: 100vw;
    }   
    .mobilebar a{
        font-size: 30px;
        text-align: center;
        width: 23vw;
        border: 1px solid white;
        border-radius: 30px;
        padding: 15px;
        text-decoration: none;
        color: white;
        box-sizing: border-box;
        background-color: rgb(41, 41, 41);
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }
    .mobilebar a:active{
        transition: all ease 0.s;
        transform: scale(0.9);
        background-color: rgb(48, 48, 48);
    }   
    .textinfobox{
        display: none;
    }
    .box{
        width: 100vw;
        margin: 0 auto;
    }
    .noteformobile{
        color: red;
        display: inline;      
    }
    .greatbox h1,h2,h3{
        font-size: 32px;
    }
    .greatbox p{
        margin: 0;
        font-size: 21px;
    }
    .greatbox{
        align-items: center;
    }
    .noteforpc{
        display: none;
    }
}
@media (max-width:1048px) {
    .columnlist a{
        font-size: 17px;
    }
    .textinfobox img{
        width: 128px;
    }

    
}
pre{
    font-size: 18px;
    font-family: sans-serif;
    line-height: 1.7;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 0px;
    margin: 0px;
}
.box{
    font-family:Arial, Helvetica, sans-serif;
    border-radius: 15px;
        margin-top: 15px;
    box-sizing: border-box;
    padding: 15px;
    overflow-y: auto;
    background-color: rgb(34, 34, 34);
    width: 60vw;
    height: 70vh;
}
.textinfobox{
    border-radius: 8px;
    text-align: center;
    border: 1px solid white;
    margin:0 auto;
        margin-top: 15px;
    background-color: rgb(49, 49, 49);
    width: 20vw;
    height: 70vh;
}
.textinfobox a{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width:80%;
    font-weight: bold;
    color: rgb(210, 245, 155);
}
.gallerydirector{
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 17vh;
    width: 20vw;
    margin-top: 10px;
    background-image: url(gallery.png);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}
.gallerydirector a{
    font-weight: bold;
    color: rgb(41, 117, 107);
    text-decoration: none;
}
.adhere{
    box-sizing: border-box;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center ;
    margin: 0 auto;
    width: 60vw;
    background-color: rgb(17, 71, 29);
    border-radius: 8px;
        margin-top: 10px;
}
.adhere a{
        transition: all ease 0.3s;
    color: white;   
    font-weight: bold;
}
.adhere a:hover{
    color: rgb(75, 146, 212);
    transform: scale(1.10);
}
.galerymain{
    padding: 15px;
    gap: 20px;
    flex-direction: column;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: gray;
    width: 70vw;
    justify-content: center ;
    align-items: center;
    display: flex;
    margin-top: 10px;
}
.photo{
    padding: 5px;
    background-color: black;    
}
.greatbox{
    font-size: 38px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 20px    ;
    padding: 15px;
    border-radius: 7px;
    height: 89%;
    background-color: rgb(56, 56, 56);
    width: 75vw;
    box-sizing: border-box;
}
.greatbox p{
    margin: 2px;
}
.boxu{
    height: 80vh;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 8px;
    background-color: rgb(43, 43, 43);
    width: 95%;
    overflow: auto;
}
.boxu pre{
    font-size: 16px;
}
.noteforpc{
    color: red;
}
.logo{
    font-weight: bold;
    color: gold;
}
