@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
body {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.65;
	background-color: #324d5f;
	color: #FFF;
	position: relative;
}

body,html {
  height: 100%;
}


.footers {
	opacity: 0.6;
	background-color: #000;
	color: #FFF;
}

.active {
	background-color: #000;
	color: #FFF;
	border-radius: 4px;
	opacity: 0.5;
}

.salosay {
	color: #000;
	background: #FFF;
}

.marum {
	margin: 10px 50px 50px 50px;
}

.icbaslik h2 {
	display: block;
	color: #525252;
	margin-bottom: 20px;
	text-transform: uppercase;
}

p.basliko {
	color: #919191;
	text-transform: uppercase;
}

input,select,textarea,button {
margin:3px;
}


#viewport {
  padding-left: 250px;
}

#content {
  width: 100%;
  position: relative;
  margin-right: 0;
}

/* Sidebar Styles */

#sidebar {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #324d5f;
  padding:5px;
}

#sidebar header {
  background-color: #263238;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
}

#sidebar header a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#sidebar header a:hover {
  color: #fff;
}

