body{
    background-image: url(bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: opificioregular;
}
#logo,#form{
    padding: 20px;
}
#logo img{
    width: 100%;
}
p{
    color: #464545;
    font-size: 18px;
}
#footer{
    position: absolute;
    bottom: 0;
    background: #181818;
}
.bold{
    font-weight: 700;
}
#footer H1{
    color: #FFF;
    text-align: center;
    font-size: 62px;
    margin: 40px 0;
}
label{
    color: #464545;
    display: block!important;
    text-transform: uppercase;
    font-size: 14px;
}
input[type="mail"], input[type="text"]{
    background: #adadad;
    border: none;
    height: 30px;
    width: 100%;
    font-size: 18px;
}
input[type="submit"]{
    width: 119px;
    height: 37px;
    background: #353535;
    border: none;
    float: right;
    margin-top: 5px;
	color: #FFF;
	font-size: 14px;
}
.form2{
    margin-top: 45px;
}
#phone-form{
	color: #464545;
}
#phone-form p{
	font-weight: 700;
}
#phone-form H2{
	font-weight: 700;
	font-size: 38px;
}