﻿
a
{
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
        color: rgb(49 39 131);
}
img
{
    max-width: 100%;
    height: auto;
    width: auto;
}
.bgresim
{ 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


:root
{
    --ana-renk: #66c3d0;
    --ana-renk-gri: #727271; 
    --renk-siyah: #2b2a29; 
    --renk-mor: #312783; 
}

.title{display:flex;flex-direction:column;}
.title span{color: var(--ana-renk);font-size:16px;font-weight: 500;}
.title strong{font-weight: 800;font-size: 24px;margin-bottom: 20px;}

.text-justify{text-align: justify;}


.sidemenu{     display: inline-flex;
    flex-direction: column;width:200px;min-width:200px;
     
    padding: 0;  }
.sidemenu a{    color: var(--renk-siyah);
    font-size: 15px;
    font-weight: 500;
    margin: 3px 0;
    padding: 3px 8px;
    border-radius: 5px;}
.sidemenu a.active{    background-color: var(--renk-mor);
    color: #fff;}
.sidemenu a:hover{  background-color: var(--renk-mor);color: #fff;}





.yonlendirme{background-color: #dcdcdc;
    color: #696969;
    font-weight: 700;
    font-size: 15px;}
.yonlendirme{}


iframe{width:100%;border:none;max-width:100%;}

h1{font-size:22px;}
h2{font-size:18px;}