
body{
	margin: 0;
}

*{
	font-family: 'Lato', sans-serif;
}
#header{
	margin: 12% 8% 3% 8%;
	height: 75px;
}
#header > span{
	font-family: CormorantGaramond;
  	font-size: 70px;
 	font-weight: bold;
 	color: #394048;
}
 #close{
	float:right;
	height: auto;
	cursor: pointer;
	margin-top: 15px;
}
#contacts{
	display: flex;
	flex-flow: row	wrap;
	justify-content: center;
}
.left-contact{
	flex-basis: 41%;
  height: auto;
  background-color: #e9f0de;
  margin: 1% 1% 1% 0;
  min-height: 289px;
}
.right-contact{
	margin:1% 0% 1% 1%;
	flex-basis: 41%;
  min-height: 289px;
  background-color: #e9f0de;
}

.contact-info > div.info{
	line-height: normal;
	margin-top: 2%;
	padding-bottom: 10%;
}
.contact-info{
	margin: 10% 10% 0 10%;
}
.contact-name{
	margin-top: 4px;
	font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
 font-family: Lato;
}
.want-in > span{
    flex-basis: 84%;
}
.want-in > div{
	    flex-basis: 84%;
}

@media only screen and (max-width: 850px){
	.left-contact{
		flex-basis: 84%;
	  height: auto;
	  background-color: #e9f0de;
	  margin: 1% 0% 1% 0;
	}
	.contact-info > div.info {
		font-size: 20px;
	}
	.right-contact{
		flex-basis: 84%;
	  height: auto;
	  background-color: #e9f0de;
	  margin: 1% 0% 1% 0;
	}
	.contact-info > div.info {
		font-size: 20px;
	}
	.contact-info > span.sub-title{
		    font-size: 30px;
	}
	#header > span{
		font-size: 50px;
}
	#close{
		margin: 0;
	}
}
@media only screen and (max-width: 600px){
	#header {
		height:50px;
	}
	#close{
		height: 100%;
	}
	#header > span{
		font-size: 40px;
}
}