@import url('https://fonts.googleapis.com/css?family=Encode+Sans:100,200,300,400,500,600,700,800,900&display=swap');
/*
background: radial-gradient(ellipse at bottom, #4d9f0c, transparent); --> ÅEKÄ°LLÄ° GÃ–RÃœNÃœM
background: linear-gradient(40deg, hsla(155, 61%, 54%, 0.9686274509803922) 0%, hsla(27, 5%, 36%, 0.9686274509803922) 100%);
*/

/* STANDART --> CSS-LER */
.sifirla
{
   margin: 0px;
   padding: 0px;
}

.boyutla
{
   width: 100%;
   height: auto;
}

#boyutla
{
   width: 100%;
   height: auto;
}

.kisalt
{
  overflow: hidden; /* taÃ…Å¸anlarÃ„Â± gizle */
  white-space: nowrap; /* alt satÃ„Â±ra hiÃƒÂ§ inme */
  text-overflow: ellipsis; /* eÃ„Å¸er uzunsa ÃƒÂ¼ÃƒÂ§ nokta koy */
  width: 100%;
}
/* STANDART --> CSS-LER */

/* Ã–ZEL --> CSS-LER */
.icerik
{
  background: red;
}

.icerik:hover
{
  margin-top: 20px;
}

.umre
{
  border: 1px solid #29176f;
}

.umre .incele
{
  background: #29176f;
  padding: 13px;
  margin: 10px;
  color: white;
  font-size: 20px;
  font-weight: 500;

  margin-top:20px;
  border-radius: 10px;
}

.umre .incele a
{
  color: white;
}


.umre .oda
{
  background: #29176f;
  margin: 10px;
}

.umre .oda span
{
  font-size: 16px;
  color: white;
}

.umre img
{
  padding: 12px;
}

.umre h3 a, .gun_sayisi a
{
  color: black;
  padding: 13px;
}

.umre h3 a:hover, .gun_sayisi a:hover
{
  color: #29176f;
}


/*

.umre .baslik
{
  background: 29176f;
  color:white;
}

.umre h4 a, .gun_sayisi a
{
  color: black;
}

.umre h4 a:hover, .gun_sayisi a:hover
{
  color: #29176f;
}

*/

/* Ã–ZEL --> CSS-LER */


/* FONT-YAZI --> CSS-LERÃ„Â° */
#Encode_Sans
{
    font-family: 'Encode Sans', sans-serif;
}

.Encode_Sans
{
    font-family: 'Encode Sans', sans-serif;
}

.yazi_100
{
   font-weight: 100;
}

.yazi_200
{
   font-weight: 200;
}

.yazi_300
{
   font-weight: 300;
}

.yazi_400
{
   font-weight: 400;
}

.yazi_500
{
   font-weight: 500;
}

.yazi_600
{
   font-weight: 600;
}

.yazi_700
{
   font-weight: 700;
}

.yazi_800
{
   font-weight: 800;
}

.yazi_900
{
   font-weight: 900;
}
/* FONT-YAZI --> CSS-LERÃ„Â° */

/* HÃ„Â°ZALAMA --> CSS-LERÃ„Â° */
.left
{
  float: left;
}

.right
{
  float: right;
}
/* HÃ„Â°ZALAMA --> CSS-LERÃ„Â° */

/* MARGÃ„Â°N & PADDÃ„Â°NG --> CLASS-LARI */
.margin-top-10
{
   margin-top: 10px;
}

.margin-bottom-10
{
   margin-bottom: 10px;
}

.padding-top-10
{
   padding-top: 10px;
}

.padding-bottom-10
{
   padding-bottom: 10px;
}

.margin-top-20
{
   margin-top: 20px;
}

.margin-bottom-20
{
   margin-bottom: 20px;
}

.padding-top-20
{
   padding-top: 20px;
}

.padding-bottom-20
{
   padding-bottom: 20px;
}

.margin-top-30
{
   margin-top: 30px;
}

.padding-top-30
{
   padding-top: 30px;
}

.margin-bottom-30
{
   margin-bottom: 30px;
}

.padding-bottom-30
{
   padding-bottom: 30px;
}

.margin-top-40
{
   margin-top: 40px;
}

.padding-top-40
{
   padding-top: 40px;
}

.margin-bottom-40
{
   margin-bottom: 40px;
}

.padding-bottom-40
{
   padding-bottom: 40px;
}


.margin-top-50
{
   margin-top: 50px;
}

.padding-top-50
{
   padding-top: 50px;
}

.margin-bottom-50
{
   margin-bottom: 50px;
}

.padding-bottom-50
{
   padding-bottom: 50px;
}

.margin-top-60
{
   margin-top: 60px;
}

.padding-top-60
{
   padding-top: 60px;
}

.margin-bottom-60
{
   margin-bottom: 60px;
}

.padding-bottom-60
{
   padding-bottom: 60px;
}
/* MARGÃ„Â°N & PADDÃ„Â°NG --> CLASS-LARI */
