@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

/* CSS Document */

body{
	margin:0;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	background-color:#e5e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image:url(../img/bg_home.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
 
img{
	 border:none;
}

#wrapper{
    width: 900px;
    margin: 250px auto 0 auto;
    height: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.p1{
    font-size: 76px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
}

.p2{
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
}



#footer{
    width: 100%;
    height: 120px;
    bottom: 0;
    position: fixed;
    text-align: left;
    color: #fff;
    font-size: 12px;
    padding: 40px 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span{
    display: inline-block;
    margin: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
