@import url(https://fonts.googleapis.com/css?family=Cookie|Raleway:300,700,400);
*{
	box-sizing: border-box;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
body{
	background: url('https://weeleenursery.com/wp-content/uploads/2017/06/WLTC6246.jpg') center no-repeat;
	/* background: url('https://orchidgiftbox.weeleenursery.com/flower_background_4.jpg') center no-repeat; */
	background-size: 100vw 160vh;
	color: #333;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	padding-bottom: 3%;
}

h3 {
	padding-top: 2%;
    font-size: 1.3em;
    font-weight: 600;
}

.container{
	border-radius: 0.5em;
	/* background: rgba(255,255,255,0.6); */
	background: rgba(230, 230, 230, 0.897);
	box-shadow: 0 0 1em 0 rgba(51,51,51,0.25);
	margin: 10% auto;
	max-width: 520px;
	overflow: hidden;
	padding: 2em;
	z-index: 1;
}

h1{
	font-size: 2em;
	margin: 0 0 0.5em 0;
	text-align: center;
	font-family: 'fangsong';
}
h1 img{
	height: auto;
	margin: 0 auto;
	max-width: 240px;
	width: 100%;
}
html{
	font-size: 18px;
	height: 100%;
}

.text-center{
	text-align: center;
}

.detail {
	padding-bottom: 3%;
}

.icon {
	width: 36px;
	height: 36px;
}

.label-text {
	color: black;
	padding: 0 5%;
}

.detail:hover {
	text-decoration: underline;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

@media screen and (max-width: 500px) {
	body{
		background: url('https://weeleenursery.com/wp-content/uploads/2017/06/WLTC6246.jpg') center no-repeat;
		background-size: auto;
		color: #333;
		font-size: 18px;
		font-family: 'Raleway', sans-serif;
	}
	.container{
		margin: 26px 0px 0px 9px;
		position: absolute;
		top: 0;
		left: 0;
		height: 90%;
		width: 95%;
	}
	h1 {
		font-size: 2em;
	}
	h3{
		font-size: 1.1em;
		padding-bottom: 10px;
	}
	.label-text {
		font-size: 1em;

	}
}


  
