@import url(https://fonts.googleapis.com/css?family=Lato);
html, body {min-height:100%}
body {
	background: url(../../img/parallax/back.jpg); 
	background-size: cover;
	background-repeat:no-repeat;
	/*    background-color: #444;
	background: url(../../img/parallax/pinlayer2.png), url(../../img/parallax/pinlayer1.png), url(../../img/parallax/back.png);*/
	font-family: 'lato';
}

.vertical-offset-100 {
    padding-top: 100px;
}

h3 {
    font-size: 22px ! important;
}

.btn-primary {
    background: #428BCA;
}
