body {
	font-family: 'Helvetica', sans-serif;
}

.img-background {
    background: url('../images/philippe-robin.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    max-width: 100%;
    max-height: 100%;
}

.sample-text-area {
	font-family: 'Helvetica', sans-serif;
}

.text-size-big {font-size: 44px;}
.text-size-medium {
    font-size: 14px;
}
