div.col-md-9 h1:first-of-type {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
}

div.col-md-9 > p:first-of-type {
    text-align: center;
}

div.col-md-9 p.admonition-title:first-of-type {
    text-align: left;
}

div.col-md-9 h1:first-of-type .headerlink {
    display: none;
}

code.no-highlight {
    color: black;
}

/* Definition List styles */

dd {
    padding-left: 20px;
}

/* Homepage */

body.homepage div.jumbotron {
    margin-top: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
}

body.homepage div.jumbotron div.card {
    margin-bottom: 2rem;
}

body.homepage > div.container > div.row > div.col-md-3 {
    display: none;
}

body.homepage > div.container > div.row > div.col-md-9 {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.md-header {
}

.md-header__topic .md-ellipsis {
    display: none;
}


.md-header__inner > a > img {
    width: auto !important;
    height: 50px !important;
}

.red {
    color: red;
    fill: red;
}

.red > svg {
    width: 20px;
    height: 20px;
}

.md-tabs__list {
    position: absolute;
    top: 10px;
    right: -5%;
    font-weight: 700;
}

.md-tabs__link {
    font-size: 15px;
}

.md-header {
    background-color: #5023d1 !important;
}

.md-typeset mark {
    background-color: transparent !important;
}


:root {
    --md-primary-bg-color: #5023d1 !important;
}

.md-typeset a {
    color: #212121;
}

div.two-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.md-footer {
    display: none !important;
}

/* Genel Stil */
body {
    font-family: 'Roboto', sans-serif;
}

/* Arama Kutusu Stil */
input[type="search"] {
    transition: all 0.3s ease-in-out;
}

input[type="search"]:focus {
    outline: none;
    border-color: #3f51b5;
    box-shadow: 0px 0px 10px rgba(63, 81, 181, 0.3);
}

/* Kartlar için Hover Efektleri */
div[style*="box-shadow"] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

div[style*="box-shadow"]:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

