body	{
	/*background-color: #fff;*/
	/*background-image:url(../images/mosaic-light.png);*/
	font-family: 'Lato', sans-serif;
	color: #161616;

}
p {
font-size: 1.2em;

}
.container	{
	/*background-color: #ffffff;*/
	padding:20px;
}

.spacer-100{height:50px;}

 .jumbotron{
 	margin:0;
 	background-color: #003369; 
	color: #ffffff;
	padding-top:100px;
	padding-bottom: 100px;
	background: url(../images/aoraki2.jpg) no-repeat center center;
	background-size: cover;

 }
 .jumbotron .container{background:none;}

 .jumbotron h1,
 .jumbotron .h1 {
    font-size: 5.5em;
    margin-bottom: 0.2em;
    color:#FEBD11;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
   	font-weight: 600;
    font-family:'Noto Serif',Serif;
}

.jumbotron h3,
.jumbotron .h3 {
    font-size: 4.0em;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-family:'Noto Serif',Serif;
}

.intro-divider {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.grey	{
	background-color: #f0f0f0;
}

.modal {
    overflow-y: scroll;
}
.modal-body p{
	font-size: 1em;
}
.step{
	padding:20px;
	font-weight:600;
	font-size: 2.5em;
	color:#ffffff;
	/*position:relative;
	right:45px;*/
	background-color: #003369;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#FEBD11;

}
.footer{
	background-color:#161616;
	color:white;
}

.footer .container{	
	background-color:transparent;
}

.nav-logo{
	 max-width:65px;

	 margin-right:20px;
	 margin-top:20px;
}

.footer-nav{margin-top:20px;}

.footer h3{font-family:'Noto Serif',Serif;}
.footer h4{font-family:'Noto Serif',Serif;}

.main-container	{
	padding-top:0;
}

.nav-pills > li > a {
font-size: 1.2em;
}
h2	{
	margin-top:10px;
}