body {
	color: #444;
	font-family: 'Open Sans';
	margin: 0;
	padding: 0;
}

html {
	background: url(../images/uniqueAndMain-coming-soon-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}

a {
	cursor: pointer;
	color: #0376b1;
	text-decoration: none;
}

main {
	background-color: #fff;
}

.clear-fix {
	clear: both;
}

.unique-comingsoon {
	text-transform: uppercase;
	text-align: center;
	margin-top: 35vh;
	font-size: 90px;
	font-weight: 200;
	letter-spacing: 5px;
	font-weight: 100;
}

.unique-comingsoon img {
	width: 90%;
	max-width: 500px;
	padding-left: 5%;
	padding-right: 5%;
}

.comingsoon {
	text-align: center;
	font-size: 26px;
	margin-top: 20px;
	font-family: 'IM Fell Great Primer', serif;
}

.unique-header {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
}

.unique-header img {
	width: 90%;
	max-width: 250px;
	padding-left: 5%;
	padding-right: 5%;
}

.unique-headline {
	width: 50%;
	text-align: center;
	margin: 40px 25%;
}

h1 {
	font-size: 54px;
	font-weight: 300;
	text-align: center;
	color: #4d0e90;
}

.icons {
	text-align: center;
	margin-bottom: 40px;
}

.info-para {
	width: 50%;
	margin: 0 25% 40px 25%;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
}

.where-goods-meet {
	width: 50%;
	margin: 0 25% 15px 25%;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
}

.where-goods-meet span {
	font-weight: 700;
}

.discovery {
	width: 50%;
	margin: 0 25% 60px 25%;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.bottom-container {
	width: 100%;
	background-color: #fff;
	padding:50px 0;
	text-align: center;
}

.brands-header {
	width: 55%;
	margin: 0 22.5% 40px 22.5%;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
}

.squares-container {
	max-width: 1200px;
	margin: 0 auto 80px auto;
}

.squares {
	float: left;
	width: calc(50% - 1px);
	margin-right: 1px;
	text-align: center;
	height: 250px;
	display: block;
	margin-bottom: 1px;
	background-color: #f0efef;
}

.squares a {
	cursor: pointer;
}

.scoutalley img {
	height: 100%;
	max-height: 60px;
	margin-top: 95px;
	max-width: 90%;
}

.propertyroom img {
	height: 100%;
	max-height: 35px;
	margin-top: 107px;
	max-width: 90%;
}

.locale img {
	height: 100%;
	max-height: 40px;
	margin-top: 105px;
	max-width: 90%;
}

.scoutista img {
	height: 100%;
	max-height: 50px;
	margin-top: 100px;
	max-width: 90%;
}

a.btn {
	padding:15px 50px;
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	-webkit-box-shadow: 3px 4px 32px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 3px 4px 32px 0px rgba(0,0,0,0.50);
	box-shadow: 3px 4px 32px 0px rgba(0,0,0,0.50);
	margin-bottom: 40px;
}

.unique-privacy {
	max-width: 1400px;
	margin: 0 auto;
	font-size: 13px;
	padding-bottom: 50px;
	padding-top: 20px;
}

footer {
	padding: 60px 10% 120px 10%;
	padding-top: 60px;
	padding-bottom: 120px;
	background-color: #fff;
}

footer .container {
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}


@media screen and (max-width: 1475px) {
	.unique-headline {
		width: 70%;
		margin: 40px 15%;
	}

	.info-para {
		width: 70%;
		margin: 0 15% 40px 15%;
		line-height: 40px;
		text-align: center;
		font-size: 22px;
	}

	.where-goods-meet {
		width: 70%;
		margin: 0 15% 15px 15%;
		line-height: 24px;
		font-size: 20px;
	}

	.discovery {
		width: 70%;
		margin: 0 15% 60px 15%;
		line-height: 24px;
		font-size: 20px;
	}

	.brands-header {
		width: 70%;
		margin: 0 15% 40px 15%;
		line-height: 40px;
		font-size: 28px;
	}

}


@media screen and (max-width: 1024px) {

	.unique-headline {
		width: 80%;
		margin: 40px 10%;
	}

	h1 {
		font-size: 44px;
		font-weight: 300;
		text-align: center;
		color: #4d0e90;
	}

	.info-para {
		width: 80%;
		margin: 0 10% 40px 10%;
		line-height: 34px;
		text-align: center;
		font-size: 20px;
	}

	.where-goods-meet {
		width: 80%;
		margin: 0 10% 15px 10%;
		line-height: 24px;
		font-size: 18px;
	}

	.discovery {
		width: 80%;
		margin: 0 10% 60px 10%;
		line-height: 24px;
		font-size: 18px;
	}

	.brands-header {
		width: 80%;
		margin: 0 10% 40px 10%;
		line-height: 40px;
		font-size: 24px;
	}

	.scoutalley img {
		max-height: 50px;
		margin-top: 100px;
		max-width: 80%;
	}

	.propertyroom img {
		max-height: 30px;
		margin-top: 113px;
		max-width: 80%;
	}

	.locale img {
		max-height: 30px;
		margin-top: 110px;
		max-width: 80%;
	}

	.scoutista img {
		max-height: 40px;
		margin-top: 105px;
		max-width: 80%;
	}

}

@media screen and (max-width: 750px) {

	h1 {
		font-size: 36px;
	}

	.info-para {
		line-height: 30px;
		font-size: 18px;
	}

	.where-goods-meet {
		line-height: 22px;
		font-size: 16px;
	}

	.discovery {
		line-height: 22px;
		font-size: 16px;
	}

	.brands-header {
		line-height: 40px;
		font-size: 22px;
	}

	.icons img {
		max-width: 140px;
	}

}




@media screen and (max-width: 800px) {

	.squares {
		height: 175px;
	}

	.scoutalley img {
		max-height: 50px;
		margin-top: 62.5px;
	}

	.propertyroom img {
		max-height: 30px;
		margin-top: 72.5px;
	}

	.locale img {
		max-height: 30px;
		margin-top: 72.5px;
	}

	.scoutista img {
		max-height: 40px;
		margin-top: 67.5px;
	}

}


@media screen and (max-width: 600px) {

	h1 {
		font-size: 30px;
	}

	.info-para {
		line-height: 26px;
		font-size: 16px;
	}

	.where-goods-meet {
		line-height: 20px;
		font-size: 14px;
	}

	.discovery {
		line-height: 20px;
		font-size: 14px;
	}

	.brands-header {
		line-height: 32px;
		font-size: 20px;
	}

}



















