/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport { width: device-width; }

body {
  padding-top: 20px;
  font-size: 16px;
}

.wbr-cn-span{
	white-space: nowrap;
	display: inline-block;
}

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

/* Custom page header */
.header {
  padding-bottom: 10px;
  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;
}

.footer {
  padding-top: 1.5em;
  padding-bottom: 1em;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  margin-bottom: 0
}
.jumbotron .btn {
}
.jumbotron h1, .jumbotron .h1 {
  font-weight: bold;
}

blockquote footer::before {
    content: '\2014\2014 \00A0';
}

blockquote footer{
    text-align: right;
}

.feature-h2{
  font-size: 27px;
  font-weight: bold;
}

/* Responsive: Portrait tablets and up */
@media (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px){
	body{
		font-size: 14px;
	}
	.container{
		padding: 0;
	}
	.row{
		margin: 0;
	}
}

@media (max-width: 479px){
	.pricing-jumbotron-title{
		font-size: 27px;
	}
  .small, small{
    font-size: 100%;
  }
}

@media (min-width: 1200px){
	.feature-h2{
		font-size: 21px;
	}
	.non-break-lg{
		white-space: nowrap;
	}
}

@media (min-width: 992px){
	.non-break-md{
		white-space: nowrap;
		display: inline-block;
	}
}