html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  list-style: none !important;
  text-decoration: none !important;
  font-size: 14px;
}

/*BEYAZ col*/
@media (min-width: 0px) and (max-width: 576px)
{
  /*body {background-color: white !important;}*/
}

/*AÇIKSARI sm*/
@media (min-width: 576px) and (max-width: 768px)
{
  /*body {background-color: #FFFF99 !important;}*/
}

/*TRUNCU lg*/
@media (min-width: 992px) and (max-width: 1200px)
{
  /*body {background-color: orange !important;}*/
}

/*KIRMIZI xl*/
@media (min-width: 1200px) and (max-width: 1400px)
{
  /*body { background-color: red !important;}*/
}

/*BORDO xxl*/
@media (min-width: 1400px) and (max-width: 2560px)
{
  /*body { background-color: #6C1102 !important;}*/
}

/*SİYAH xxxl*/
@media (min-width: 2560px) and (max-width: 4000px)
{
  /*body { background-color: #0e121a !important;}*/
}
.red
{
  border: 1px solid red;
}

body {
  background-color:#000 !important;
  background-image: url(../images/zemin.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}
a {
  color:white;
}
p.yazi1 {
  color:white;
  font-size: 40px;
}
p.yazi2 {
  color:white;
  font-size: 20px;
}

a:hover {
  color: #000000;
}

img.logo {
  height: 150px;
  margin: 0px;
}
img.logo2 {
  height: 60px;
  margin: 20px;
}
img.urunler {
  width: 100%;
}
img.ecatalogue {
  height: 80px;
}

