@charset "UTF-8";

body {
	font-family: "century-gothic", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #fff9c8;
	margin: 0;
}

.page-wrap {
	max-width: 1000px;
	margin: 0 auto;	
}

.scaling-img {
	max-width: 100%;
	height: auto;
}

.cosrx {
	text-align: center;
	background-color: white;
	padding: 10px;
}
.cosrx a{
	text-decoration: none;
	color: #000000;
}
.cosrx a:visited {
	color: #000000;
}

.header-design {
	font-family: "wreath", serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	align-content: center;
	text-align: center;
}

.new-year {
	margin-bottom: -50px;
}
.new-skincare {
	
}

.firstimg {
	text-align: center;
	margin-bottom: 30px;
	margin-bottom: 80px;
}
.products {
	width: 350px;
	height: auto;
	border-radius: 50px;
}

.diamond-design{
	position: relative;
	margin: 40px;
}
.topleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: auto;
	margin-left: -40px;
	margin-top: -47px;
}
.topright {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: auto;
}
.bottomleft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: auto;
}
.bottomright {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: auto;
	margin-bottom: -42px;
	margin-right: -35px;
}
.white-textbox {
	background-color: #ffffff;
	border-radius: 20px;
}
.blue-textheader {
	background-color: #d8e9ff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
}
.main-text {
	margin: 10px;
	font-size: 20px;
	padding: 15px;
}

.goodbye {
	font-family: "dreaming-outloud-scriptslant", sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	color: #84baff;
}
.hello{
	font-family: "dreaming-outloud-script", sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	color: #fec500;
}

.benefits-icons {
	text-align: center;
}
.benefits-icons img {
	width: 50px;
	height: auto;
}
.hydration p, .regeneration p, .brightening p {
	margin-top: -2px;
	padding-bottom: 20px;
}

.review-box {
	align-content: center;
	text-align: center;
	margin: 10px;
	margin-top: 50px;
}
.review-textbox {
	background-image: url("images/speech-bubble-bottom.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	margin: 60px 0px 0px;
	padding: 50px 60px;
	border-radius: 20px;
	max-width: 100%;
	align-content: center;
	text-align: center;
}
.review-stars {
	width: 60%;
	margin-top: 20px;
}
.five-stars {
	font-family: "aptly", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: -30px;
	align-content: center;
	text-align: center;
}
.woman-review {
	width: 300px;
	height: auto;
	border-radius: 500px;
	margin-top: 20px;
}

.email-signup {
	align-content: center;
	text-align: center;
}
.button-snail {
	align-content: center;
	text-align: center;
	margin-top: 50px;
}
.signup-button {
	text-align: center;
	color: #000000;
	border-radius: 10px;
	margin-bottom: 10px;
}
.form-label {
	font-size: 30px;
	font-weight: 1000;
}
.form-input {
	width: 60%;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.button {
	background-color: #d8e9ff;
	color: #4a4a4a;
	font-size: 25px;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: 20px;
	border: none;
	width: 150px;
	height: 50px;
}
.snail-mail {
	width: 100%;
	max-width: 80px;
	height: auto;
	padding: 10px;
	margin-left: 115px;
	margin-top: -95px;
}

.snailbuttondiv {
	align-content: center;
	text-align: center;
	display: inline-block;
}

.white-box {
	background-color: #ffffff;
	width: 100%;
	height: 400px;
	margin-top: -390px;
}

@media (min-width: 483px) {
	.review-box {
		
	}
	.review-stars {
		width: 200px;
	}
	.review-textbox {
		background-image: url("images/speech-bubble-bottom.svg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 50px 60px;
	}
	.five-stars {
		text-align: center;
		font-family: "aptly", sans-serif;
		font-size: 10px;
		font-weight: 400;
		font-style: normal;
	}
	.five-stars p {
		padding: 5px 20px;
		font-size: 20px;
	}

}

@media (min-width: 42em){
	.cosrx {
		font-size: 30px;
	}
	
	.header-design {
		font-size: 45px;
	}
	.new-year {
		margin-right: 250px;
	}
	.new-skincare {
		margin-left: 160px;
	}
	
	.products {
		width: 400px;
		height: auto;
		border-radius: 20px;
	}
	
	.diamond-design{
		position: relative;
		padding: 20px;
	}
	.topleft {
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		height: auto;
	}
	.topright {
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: auto;
	}
	.bottomleft {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100px;
		height: auto;
	}
	.bottomright {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 200px;
		height: auto;
		margin-bottom: -42px;
		margin-right: -35px;
	}
	
	.blue-textheader {
		font-size: 30px;
	}
	.main-text {
		font-size: 30px;
	}
	.goodbye {
		font-size: 30px;
	}
	.hello {
		font-size: 30px;
	}
	
	.benefits-icons {
		display: flex;
		align-content: center;
		justify-content: center;
	}
	.benefits-icons img {
		width: 100px;
	}
	.hydration p, .regeneration p, .brightening p {
		font-size: 20px;
	}
	.hydration {
		margin-left: 50px;
	}
	.regeneration {
		margin-left: 50px;
		margin-right: 50px;
	}
	.brightening {
		margin-right: 50px;
	}
	
	.review-textbox {
		font-size: 20px;
		width: 400px;
		float: right;
		background-image: url("images/speech-bubble-corner.svg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 0px;
	}
	.review-stars {
		width: 30%;
	}
	.woman-review {
		width: 250px;
		float: left;
		margin-bottom: 50px;
		transform: scaleX(-1);
	}
	
	.email-signup {
		clear: both;
	}
	.form-input {
		width: 50%;
	}
	.signup-button {
		width: 100%;
	}
	
	.white-box {
		
	}
}

@media (min-width: 62.5em){
	.header-design {
		font-size: 50px;
	}
	
	.new-year {
		margin-right: 220px;
	}
	.new-skincare {
		margin-left: 220px;
	}
	
	.products {
		width: 300px;
		float: left;
		margin-top: 220px;
		margin-left: 20px;
	}
	.diamond-design {
		float: right;
		width: 560px;
	}
	
	.benefits-icons img {
		width: 70px;
	}
	
	.review-textbox {
		font-size: 20px;
		width: 400px;
		background-image: url("images/speech-bubble-right.svg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		float: left;
		margin-left: 30px;
	}
	.review-stars {
		width: 60%;
	}
	.five-stars {
		padding-right: 30px;
	}
	.woman-review {
		width: 350px;
		float: right;
		margin-right: 50px;
		margin-top: 50px;
		transform: scaleX(1);
	}
	
	.email-signup {
		clear: both;
	}
	.form-input {
		width: 40%;
	}
	.button {
		width: 220px;
		font-size: 40px;
	}
	.snail-mail {
		margin-left: 190px;
	}
	.white-box {
		margin-top: -420px;
		height: 450px;
	}
}
