/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-brand {padding:0;}
.navbar-toggle {
    
}
.navbar-toggle .icon-bar {
    background-color: #e5e5e5;
}
.logo img { max-height:63px; }
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
.jumbotron { margin:0 15px; }

.marketing h2 { font-size: 20px; }
/* Custom page header */
.header {
  padding-bottom: 20px;
  
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.lastitems { padding:15px 15px 25px; }

#message { margin:10px 15px 20px; }

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;  
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.container .jumbotron {
  margin-bottom:5px;
  margin-top:15px;
  padding:10px 25px;
}
.jumbotron h1 {
	font-size:32px;
}
.jumbotron p { 
	font-size:14px;
}
/* Supporting marketing content */
.marketing {
  margin: 10px 0 20px;
}
.marketing p + h4 {
  margin-top: 28px;
}

#uplmsg { font-weight:bold; }
#message { padding-left:15px;padding-right:15px; }
.btn-file {
    position: relative;
    overflow: hidden;
	margin-right:15px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 20px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
	.navbar-collapse {
		padding-right: 0; 
		padding-left: 0;
	}
	.nav>li>a {
		padding:10px;
	}
	.jumbotron h1 {
		font-size: 24px;
		margin-top:10px;
	}
	.form-group {
		margin-bottom: 10px;
	}
	.marketing {
		margin:0;
	}
	form { padding-bottom:20px; }
}
