#contact-page {
	position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
	background: #F0F0EE;
	text-align: center;
}

#contact-page #map { 
  	height: 100%; 
  	width: 100%; 
  	position:absolute; 
  	top: 0; 
  	left: 0; 
  	z-index: 0;
}

#contact-page .contact {
    position: relative;
    z-index: 10;
    display: block;
    margin: auto auto;
    background-color: rgba(255, 255, 255, 0.8);
    width: 22.5em;
    margin-top: 10em;
    padding: 2em;
    border-radius: 0.2em;
    text-align: left;
}

#contact-page .contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#contact-page .contact ul a {
  text-decoration: none;
}

body {
	background: #F0F0EE;
}

#menu {
	background-color: rgba(0, 17, 34, 0.9);
	background-position: 1.2em 0.75em;
}

#menu ul li a {
	color: #eee;
}

@media screen and (max-width: 640px) {
  #menu {
    background-position: center 0.8em;
  }

  #contact-page .contact-form form {
      width: 90%;
      box-sizing: border-box;
  }

  #contact-page .contact-form input, #contact-page .contact-form textarea {
    width: 90%;
  }
}
