
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
background:  #171631;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}
header {
	height: 100px;
	background: #151429;
	width: 100%;
	z-index: 10;
	position: fixed;
}
.logo {
	width: 30%;
	float: left;
	line-height: 100px;
}
.logo a {
	text-decoration: none;
	font-size: 30px;
	font-family: poppins;
	color:#283e5d;
	letter-spacing: 5px;
}
.logo img {
	width: 30%;
	float: left;
	padding-top: 20px;
	
}
nav {
	float: right;
	line-height: 100px;
}
nav a {
	text-decoration: none;
	font-family: poppins;
	letter-spacing: 4px;
	font-size: 20px;
	margin: 0 10px;
	color: #283e5d;
}

.content-area {
	width: 100%;
	position: relative;
	top: 150px;
	background:  #171631;

	
	
}
/**************************
FORMS
***************************/
form {
  width: 100%;
padding-bottom:50px;
}

input, textarea {
  border: 3px solid #397284;;
  border-radius: 20px;
  min-height: 40px;
  font-family: poppins;
  padding: 10px 10px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #545454;
}
.addgame{
 color:#397284;
	font-family: poppins;
}

textarea {
  min-height: 120px;
}

.book-manage {
  max-width: 500px;
  margin: 0 auto;
}

.btn, .btn-grey {
	text-decoration:none;
	font-size: 18px;
  font-family: poppins;
  display: inline-block;
  background:  #397284;
  color: #171631;
  border-radius: 20px;
  min-width: 160px;
  text-align: center;
    
  transition: all 0.2s ease;
}

/**************************
FOOTER
***************************/
#footer {
  background:  #151429;
  color:#283e5d;
  padding: 20px 0;
  top
}
#footer .column {
  display: flex;
  justify-content: space-between;
  align-items: middle;
}
#footer .ft-left h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: poppins;
  font-weight: 400;
  font-size: 40px;
  margin: 0;
}
#footer .ft-left .ft-logo {
  max-width: 70px;
  vertical-align: middle;
  margin-right: 15px;
}
#footer .ft-right {
  text-align: right;
}
#footer .ft-right p {
  margin: 0;
  font-size: 14px;
}
#footer .ft-nav {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}
#footer .ft-nav li {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
  font-family: poppins;
  font-size: 20px;
}
#footer .ft-nav li a {
  transition: all 0.2s ease;
}
#footer .ft-nav li a:hover {
  color: #211d18;
}
