body .mh-head{
    background: #a30000 !important;
}

.page-title {
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}

.content-divider{
    border-top: 1px solid #ddd;
    margin:10px 0;
}

.triple{
    width:33.33% !important;
}

.card{
    height: calc(100% - 1rem);
}

.card .card-img-top{
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#passed-event{
    margin:0 -.5rem;
}

#tab-1,#tab-2,#tab-3,#tab-4,#tab-5,#tab-6 {
	display: none;
}

#calendar-container td div{
    min-height: 97px;
}

.content-text {
    min-height: 650px;
    margin-bottom:50px;
}
.content-text a{
    color:#ff0000;
}

.content-text a:hover{
    text-decoration: underline;
}

.contents-container p{
    margin:0px;
}

.contents-container h1 {
    font-size:1.8em;
    margin: 20px 0 10px 0;
}

.content-image{
    width: 100%;
    height: auto;
    margin:20px 0 20px 0;
}

.content-info{
    margin-top: 10px;
}

.content-text{
    font-size:1.2em;
}

.contents-container>.sticky-top {
    top: 50px;
    z-index: 1;
    background:#fff;
}

.tab{
    min-height: 500px;
}

@media only screen and (max-width: 600px) {
    .triple{
        width:100% !important;
    }

    .contents-container h1 {
        font-size:1.2em;
        line-height: normal;
        margin: 10px 0px 0px 0px;
    }

    .content-text{
        font-size:1.1em;
        overflow-x: auto;
    }
    .content-text img{
        width:100% !important;
        height:auto !important;
    }
    .contents-container>.sticky-top {
        top: 80px;
        z-index: 1;
        background:#fff;
    }

}

/* Eskiler */

.doc-container{
    background: #efa42d;
    color:#ffffff;
    box-sizing: border-box;
    padding: 20px;
}

.doc-container h2{
    border-bottom:1px dashed white;
}
.doc-container ul{
    padding-left: 20px;
}

.doc-container a{
    color: white;
}
