/* Space out content a bit */
body {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.welcome {
	display: inline-block;
	width: 100%;
	padding: 3% 0;
	background: #254587;
	color: #eee;
	border-bottom: 4px solid #26385c;
}

.welcome h1 {
	text-align: center;
	font-weight: 300;
	font-size: 43px;
	padding: 0;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	margin: 0 0 15px;
}

.welcome .promo {
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
}

.welcome img {
	max-height: 28px;
	width: auto;
	margin-right: 5px;
}

.iframe {
	padding: 45px 45px 20px; 
	margin: 0 0 30px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #26385c;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.marketing h4 {
	color: #145b76;
	font-weight: 300;
	font-size: 30px !important;
	padding-bottom: 7px;
	margin-top: 21px;
}

.marketing ul {
	padding-left: 0;
}

.marketing ul li {
	list-style-image: none;
	list-style-type: none;
	background: url('check.png') no-repeat left;
	padding-left: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

.footer p {
	padding: 0 12px;
}

.steps {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
}

/* Custom page header */
.header {
   margin: 0 0 -6px !important;
   padding: 21px 0;
   border: 0;
   display: inline-block;
   width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.header img {
	max-height: 25px;
	width: auto;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
  font-size: 20px;
  font-weight: 300;
}

/* Custom page footer */
.footer {
  padding-top: 2.5rem;
  color: #777;
  border-top: 1px solid #ddd;
}

/* Customize container */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {

.col-lg-6,
.col-lg-4 {
	width: 360px !important;
	margin: 5px auto !important;
	float: none;
} 
	
}

@media (max-width: 767px) {
	
.col-sm-8 {
	text-align: center;
}

.header img {
	display: block;
	margin: 0 auto 10px;
}
}


.container-narrow > hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}
.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

/* Supporting marketing content */
.marketing {
  margin: 3rem 0;
}
.marketing p + h4 {
  margin-top: 1.5rem;
}

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