/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}


/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}


/* Custom container */
.container {
  margin: 0 auto;
  max-width: 1000px;
}
.container > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

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

.color-green {
  color: green;
}

.img-responsive-width-100 {
  width: 100%;
}

h1 > a, h1 > a:hover,  h1 > a:visited {
  color: blue;
}

.alert-blue {
  color: blue;
  background-color: #C4C6F3;
  border-color: #4047F7;
  text-align: center;
}

.center-text {
  text-align: center;
}

input[type=submit] {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.tlf {
		display: block;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  .tlf {
    display: block;
  } 
}

