/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&subset=latin-ext';
body{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin:0;
	padding::0;	
	font-family: 'Open Sans', sans-serif;
}.kutu {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    margin-top: 80px;
}
.logo {
    margin-bottom: 30px;
}
h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
	margin: 0 0 30px 0;
}
h1 {
    font-size: 30px;
    color: #000;
    font-weight: 300;
	margin: 0;
}
.kutu p {
    margin: 0;
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
}
hr {
    border-top: 1px dashed #000;
    border-bottom: 0;
}