 html, body {
            height: 100%;
            margin: 0;
        }
.first{

	  background-image: url(../images/bg1.jpg);

	  background-position: center center;

	  background-repeat: no-repeat;

	  background-attachment: fixed;

	  background-size: cover;

	  background-color:#464646;

	  padding:0 30px;
	  min-height: 100%;
	/*background-position: center;

	  background-repeat: no-repeat;

	  background-image: url(../images/bg1.jpg);

	  background-size: cover;

	  min-height:100%;

	  width:100%;*/

}

.second{
       min-height: 100%;
	  background-image: url(../images/bg2.jpg);

	  background-position: center center;

	  background-repeat: no-repeat;

	  background-attachment: fixed;

	  background-size: cover;

	  background-color:#464646;

	  padding:0 30px;



	/*background-position: center;

	  background-repeat: no-repeat;

	  background-image: url(../images/bg1.jpg);

	  background-size: cover;

	  min-height:100%;

	  width:100%;*/

}

.container{

	max-width: 800px;

	width:100%;

	margin:0 auto;

	padding:50px 0;

	color:#363636;



}

h1{ 

    font-family: 'LatoWebBlack';

    font-size:50px;

    color:#363636;



}

h4{ 

    font-family: 'LatoWebBlack';

    font-size:28px;

    color:#363636;

}

h5{

	font-family: 'LatoWebLight';

	font-size:24px;

	line-height: 1.5em;



}

h6{

	 font-family: 'LatoWeb';

	font-size:16px;

	line-height: 1.5em;



}

p{

	font-family: 'LatoWeb';

	font-size:12px;

	line-height: 1.5em;

}

.bold{

	font-family: 'LatoWebBlack';

}

.btn{

	font-size:16px;

	font-family: 'LatoWebBold';

	padding:15px 30px;

	color:#fff;

	border:0;

	text-transform: uppercase;

	background: #207cca; /* Old browsers */

	background: -moz-linear-gradient(top, #207cca 10%, #207cca 18%, #1e5799 100%, #2989d8 100%, #7db9e8 100%, #207cca 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top, #207cca 10%,#207cca 18%,#1e5799 100%,#2989d8 100%,#7db9e8 100%,#207cca 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, #207cca 10%,#207cca 18%,#1e5799 100%,#2989d8 100%,#7db9e8 100%,#207cca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */

}

.btn:hover{

	opacity: 0.9

}





