﻿html { width: 100%;height: 100%; }
body {padding-top:5px;}

/* Custom page header */
header {
	padding-bottom: 20px;
	height:160px;
	background: url(logo.png) no-repeat;
	background-position-x: 50%;
	background-size: contain;
}

section {
	padding-bottom: 20px;
	margin-bottom: 2em;
}

/* Custom page footer */
footer {
	text-align: center;
	padding-top:0.5em;
	padding-bottom:0.25em;
 
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	white-space: nowrap;
	color:white;
}

footer img {
	height:24px;
}

#language {
	float:right;
}

.thumnbail img {
	max-width: 400px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color:#ddd;
  border-bottom: 1px solid #ddd;
}
.jumbotron .btn {
  padding: 8px 24px;
  margin: 12px 24px;
  font-size: 21px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  body {padding-top:15px;}
  
  /* Remove the padding we set earlier */
  header,
  footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  header {
	height:240px;
    margin-bottom: 30px;
  }
  #findPhoto {
	text-align:center;
  }
  #findPhoto form {
	  width:50%;
	  display:inline-block;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}