@charset "utf-8";
/* CSS Document */

#temizle {clear: both;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0;padding:0;box-sizing: border-box; font-family: Arial, Helvetica, sans-serif}
body {margin: 0px;}
.wrapper {position: relative;width: 1200px;margin: 0 auto;}
#logo {width: 100%;text-align: center; margin-top:50px;}
#logo img { width: 30%}
h1,h2 {text-align: center; font-weight: 500;margin:10px 0}
h2 {color:#fc560c}
h2 a {color: #fc560c; text-decoration: none; margin-top:10px; display: inline-block}
h2 a:hover {color:#ed1b24}


@media only screen and (max-width: 1200px) {
	.wrapper {width: 100%;padding: 0 15px;box-sizing: border-box;}
  #logo {width: 100%}
  #logo img {width:50%}
}
