body{
		background-color: #fafafa;
		margin: 0;
		padding: 0;
	}
	header{
		margin: 0;
		position: fixed;
		top: 0px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		border-bottom: solid 1px #f4f4f4;
		height: 80px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	header img{
		display: block;
		padding: 24px;
	}

	nav{
		position: fixed;
		top: 84px;
		width: 100%;
		height: 100%;
		background-color: rgba(123,123,123,0.5);
	}
	nav .menu{
		display: flex;
		flex-flow: column;
		align-items: center;
		float: right;
		width: 75%;
		height: 100%;
		background-color: #fff;
		padding: 30px;
	}

	nav .menu  a{
		padding: 30px;
		font-size: 28px;
		color: #67605f;
		list-style-type: none;
		text-decoration: none;
		font-weight: bolder;
		letter-spacing:2px;
	}
	
	nav .menu  a:hover{
		color: #e52e31;
	}

	footer{
		display: flex;
		flex-flow: column;
		align-items: center;
		background-color: #332c2b;
		
		
	}

	footer h1{
		color: #fff;
		font-size: 34px;
		margin: 63px 0 45px 0;
		letter-spacing: 2px;

	}
	footer  .map {
		width: 90%;
		border-radius: 10px;
	}

	footer .box {
		display: flex;
		justify-content: space-between;
		color: #fff;
		font-size: 28px;
		margin-top: 70px;
	}
	footer .box .item{
		display: flex;
		align-items: center;
		flex-flow: column;
		padding: 10px;
	}

	footer .box .item span {
		background-color: #fff;
		border-radius: 50%;
		width: 68px;
		height: 68px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 6px 0;

	}

	footer .box .item h4{
		margin:20px 0;
		letter-spacing:2px;
	}
	footer .box .item p{
		margin: 0;
		

	}

	footer .box2 {
		display: flex;
		justify-content: space-between;
		color: #fff;
		font-size: 28px;
		margin-top: 70px;
	}
	footer .box2 .item{
		display: flex;
		align-items: center;
		flex-flow: column;
		padding: 35px;
		
	}
	footer .box2 .item img{
		width: 212px;
	}

	footer .box2 .item p{
		color:#c9c9c9;
		margin: 20px;
		letter-spacing:2px;
	}

	footer .box3 {
		display: flex;
		
		width: 100%;
		flex-wrap: wrap;
		color: #fff;
		font-size: 28px;
		margin-top: 20px;
		border-top: solid 1px #777777;
	}

	footer .box3 a{
		flex: 0 0 20%;
		
		color: #fff;
		font-size: 23px;
		text-align: center;
		
		text-decoration: none;
		
	}
	footer .box3 span{
		display: block;
		padding: 40px 0;
		border-left: solid 1px #777777;
		letter-spacing:2px;
	}
	footer .box3 a:first-child span{
		border: none;
	}
	