html, body, .container {
  height: 100%;
}

html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

body { 
  color: #ffffff;  
  font-size:24px;
  font-family: 'lato', 'verdana', sans-serif;
  background-image: url(bg.jpg);
  background-position: center 40%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#fff;
}
img{width:500px; max-width:80%;}

.inner {
  text-align: center;
  color: white;
  width: 100%;
  max-width:1000px;
  transform: translate(-50%, -70%);
  position: absolute;
  top: 50%;
  left: 50%;
  resize: both;
  overflow: auto;
  color:#27347a;
  line-height:30px;
}

a{
  text-decoration:none;
  color:#27347a;
	}
a:hover{
	text-decoration:none;
  color:#fff;
	}
h1{
  color:#27347a;
  line-height:32px;
  font-size:36px;
  font-weight:400;
  margin-bottom:40px;
  margin-top:60px;
  text-transform:none;
	}
h2{
  font-weight:800;
  color:#27347a;
  line-height:18px;
  margin:0;
  font-size:18px;
  text-transform:none;
}




/* For mobile devices */
@media only screen and (max-width: 767px) {
body {
  background-position: center 20%;
  font-size:20px;
  }
h1{
  color:#fff;
  font-size:24px;
  font-weight:800;
  }
a{
  color:#fff;}
.inner {
  transform: translate(-50%, -60%);  
  color:#fff;
}
}







#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 20px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 20px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

