/* Initial body */
body {
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  color: #FFF;
}

/* Initial menu */
.menu {
  background: #202024 url('http://s3.amazonaws.com/codecademy-content/courses/ltp2/img/uber/black-thread.png') repeat right top;
  left: -285px;  /* start off behind the scenes */
  min-height: 100%;
  position: fixed;
  width: 285px;
}

/* Basic styling */

.jumbotron {
  background-color: #333;
  min-height: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.content {
	font-family: 'Open Sans', sans-serif;
	padding:  15px 25px  0 25px;
	font-size: 18px;
	line-height: 1.5;
	border-left: 1px solid #111;
}

.content input{
	width:100%;
	font-size: 18px;
	text-align: left;
}

.content select{
	height: 30px;
	font-size: 18px;
}

#logbtn {
	margin-top: 5px;
	font-size: 20px;
	height: 34px;
	padding: 3 0 3 25;
}

.menu ul {
  border-top: 1px solid #636366;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border-bottom: 1px solid #636366;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.menu a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-close {
height:63px;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
}

.icon-menu {
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #111;
  background: #202024 url('http://s3.amazonaws.com/codecademy-content/courses/ltp2/img/uber/black-thread.png') repeat left top;
}

.icon-menu i {
  margin-right: 5px;
}