/* MOBILE PHONE CSS */

@media only screen and (max-width: 480px) {

div.container-home {

	position: relative;
	height: 60vh;
	background-image: url("/img/img2.png");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
	background-color: #BDD09F;
	padding: 4vh 2vw;
	margin-top: 9vh;
}

div.polaroid1, div.polaroid2, div.polaroid3 {

	background-color: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 13vmin 0vw;
	width: 25vw;
	filter: grayscale(100%);
	-webkit-transform: rotate(-5deg);
	transition: 0.4s;
	padding: 1vw 1vw 0vmin 1vw;
}

div.container-contact {

	position: relative;
	background-color: #BDD09F;
	background-image: url("/img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 4vh 2vw;
	height: 70vh;
}

div.container-footer {

	position: relative;
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	background-color: #404040;
	color: #DDDDDD;
	padding: 3vmin 3vmin;
	height: 23vh;
	text-align: left;
}

p.footer-title {

	font-family: 'Raleway', sans-serif;
	font-size: 3.5vmin;
	font-weight: normal;
	letter-spacing: 0.4vmin;
}

p.footer {

	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2vmin;
	font-weight: normal;
	letter-spacing: 0.2vmin;
	line-height: 3vmin;
}

div.container-space {

	position: relative;
	background-color: #FFFFFF;
	min-height: 2vmin;
}

div.container-space-set {

	position: relative;
	background-color: #FFFFFF;
	height: 20vh;
}

img.space {

	width: 100%;
}



/* HEADER & MENU CSS */

#header {

	background-color: #FFFFFF;
	z-index: 99;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 3.6vh 0vw;
	transition: 0.6s;
	opacity: 0.95;
	overflow: hidden;
	box-shadow: 0 3px 4px -1px rgba(0,0,0,.2);
}

#logo {

	display: none;
}

#menu {

	width: 100%;
  	align-items: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  	justify-content: space-evenly;
	align-content: space-around;
	text-align: center;
	letter-spacing: 0vw;
}

#menu a {

	color: #404040;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 3vmin;
	font-weight: lighter;
	height: 100%;
	padding: 0.1vh 0.4vw;
	letter-spacing: 0.05vw;
	transition: 0.3s;
	border-radius: 1vw;
	text-align: center;
}

#menu a:hover {

	background-color: #B9C2AA;
	color: #FFFFFF;
}

#menu a:active {

	background-color: #B9C2AA;
	color: #FFFFFF;
}

div.nav, div.nav-home {

	font-size: 0px;
	position: absolute;
	margin-top: -4.8vh;
	width: 0px;
	height: 0px;
}

div.nav-home {

	margin-top: -9.8vh;
}

}
