

@font-face {
    font-family: 'Lev Serif Dis';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/LevSerif-BlackDistressed.otf') format('opentype');
}
@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'TurkishLira';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/TurkishLira.otf') format('opentype');
}
@font-face {
    font-family: 'Montserrat MediumItalic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Merriweather Black';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Merriweather-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Merriweather Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Merriweather Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Merriweather Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Merriweather-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Asterone';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Asterone.ttf') format('truetype');
}
@font-face {
    font-family: 'Virgula';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Virgula.ttf') format('truetype');
}
@font-face {
    font-family: 'Prelo Slab Black';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/PreloSlab-Black.otf') format('opentype');
}

body{

    position: relative;
    height: 100%;/*footer absolute olabilsin diye*/
    /*height: 400em;*/

    margin: 0;
    padding: 0;


    font-family: Arial, Helvetica, sans-serif;
    /*font-smooth: always;*/

    /*font-size: 1.2vw;*/
    font-size: 4pt;
    box-sizing: border-box;
    
   -webkit-user-select: none;
   -ms-user-select: none;
    user-select: none;
   -webkit-tap-highlight-color: transparent;
}

a{

    text-decoration: none;


}

:root{
    
    --hardal: #fcaf25;
    --gri: #B3B3B3;
    --gri2: #dbdbdb;
    --gri3: #f2f2f2;
    --gri4: #CED4DA;
    --gri5:#F0F0F0;    
    --acikgri: #ccc;
    --griText:rgb(112,112,112);
    --griText2:rgb(76,76,76);
    --koyumavi:#000066;
    --koyumavi2:#001553;
    --bronz: #c9ac62;
    --gokmavi:#3cbbe2;
    --gokmavi2: #3a6fb3;
    --acikTuruncu:#ffaf6f;
    --pastelTuruncu:#d58f58;
    --pastelTuruncu2:#ff7500;
    --butonTuruncu:#ee5a24;
    --butonTuruncu2: #ef772f;
    --koyuyesil:#49A157;
    --siyahimtrak:#030C1D;
    
}

@media all and (min-width: 20rem) {
    body{


        font-size: 5pt;

    }
}
@media all and (min-width: 38rem) {
    body{


        font-size: 7pt;

    }
}
@media all and (min-width: 54rem) {
    body{


        font-size: 8pt;

    }
}
@media all and (min-width: 68rem) {
    body{

       
        font-size: 10pt;

    }
}
@media all and (min-width: 75rem) {
    body{

       
        font-size: 11pt;

    }
}

.divGeneralContainer{
    
    position: relative;
    
    max-width: 83em;
    min-width: 50em;
    
    height: 100%;
    
    margin: 0 auto;
    padding: 0 1em;
    
    /*border:1px solid #ff00ed;*/
    color: black;
}

@media all and (max-width: 50rem) {
   
    .divGeneralContainer{
        
        width: 100%;
        max-width: unset;
       
        padding: 0;
        
    }
}