@charset "UTF-8";
/* CSS Document */

body, html {
    height: 100%;
}

.bg {
    /* The image used */
    background-image:url(images/bg-01.jpg);

    /* Full height */
    height: 90%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#fff2ce;
}

.logo {
    width: auto;
    height: -10%;
	right: 0.5%;
    top: 5%;
}

.contact {
	position: absolute;
    left: 5%;
    bottom: 5%;
}


@media only screen and (min-width: 150px) and (max-width: 1000px)

{
	
.logo {
    width: 5%;
    height: auto;
}

.contact {
	position: absolute;
    right: 5%;
    bottom: 5%;
}
	
.bg {
    /* The image used */
    background-image:url(images/bg-01.jpg);

    /* Full height */
    height: 90%;

    /* Center and scale the image nicely */
    background-position: right 35% bottom 45%;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#fff2ce;
}	
	

