/* Space out content a bit */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
  font-weight: 400; 
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #00a5db;
}
/* Make the masthead heading the same height as the navigation */

.logo{
  padding-bottom: 30px;
  text-align: center;
}
.logo img{ max-width: 15%; height: 100%;}

.logo h1{
  font-family: "Georgia", Serif;
  font-weight: 400;
  font-size: 2em;
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  display: inline-block;
}
.logo h3{
	font-size:1.142em;
	font-weight: 800;
}
.logo h5{
	font-size:1.285em;
	
}

.header nav{
  background-color: transparent;
  border: none;
  text-align: center;
}

#topnav{
  margin:0 auto;
  float: none;
}
#topnavinner #topnavul{
  float: none;
  display: inline-block;
  text-align: center;
}
.navbar-header{
  text-align: center;
}
.navbar{margin-bottom: 0px;}
.navbar-header .navbar-toggle{float: none;}
.active > a{
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}

.jumbotron h1{
  font-size: 3.4285em;
}
.jumbotron .lead{
  font-size: 2.14285em;
}

.resultviewbtn{
  margin-top: 20px;
  text-align: center;
}

/* Custom page footer */

.footer{
  margin-top: 20px;
  padding:15px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  background-color: #f3f3f3;
  text-align: center;
}

.btb{
  position: relative;
  z-index: 1;
  text-align: justify;
  margin-bottom: 20px;
}
.btb img{
  float: left;
}
.btb p{
  float: right;
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing h3{
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-weight: 200;
  text-transform: uppercase;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }
  /* Remove the padding we set earlier */
  .header,
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }
  
  .footer{
  	padding:10px;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

  .navbar-nav>li{
    margin-right: 30px;
  }
}

/*Tripad wrote this/ Tripad.im / @_Tripad*/
/*XS Screens */


@media screen and (max-width: 767px) { 
  .container {
    min-width: 320px;
  }  
  .logo{
    padding-bottom: 5px;
    text-align: center;
  }

div#printlogo img{
 max-width:100%;
}
  .logo h5{
    font-size: 1em;
  }
  .logo h3{
     font-size: 0.92em;
     font-weight: 800;
  }
	.btb p {
		float: none;
		font-size: 12px;
		text-align: center;
	}  
  .jumbotron h1{
    font-size: 1.8em;
  }
  .jumbotron .lead{
    font-size: 1.14285em;
  }

}



@media  print and (max-width: 767px){
	#printlogo{
		text-align:center;
		display:block!important;
	}
	.btb p {
		float: none;
		font-size: 12px;
		text-align: center;
	}  
	
}

@media print{
  a[href]:after {
    content: none !important;
  }
}