* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
}

.container{
	box-shadow: 0 0 50px -15px rgba(0,0,0,0.5);
	
}

@media screen and (min-width: 700px) {
	.container{
		padding-left: initial;
		padding-right: initial;
	}
}

footer.container{
	box-shadow: none;
}

.image {
	height: 300px;
	width: 100%;
	background: #55e6c5;
	z-index: 1;
}

@media screen and (min-width: 700px) {
	.mobile-number {
		color: #9d9d9d;
		pointer-events: none;
		text-decoration: none;
	}
}

.mobile-number-container {
	color: #9d9d9d;
	float: right;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 700px) {
	.mobile-number-container {
		float: left;
	}
}

.content {
	padding-bottom: 30px;
	width: 100%;
	background: white;
	z-index: 2;
}

.content h1,
.content h2,
.content h3 {

	font-size: 40px;
	color: #464646;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 600;
}

.content h3{
	font-size: 30px;
}

.content p {
	font-size: 20px;
	color: #343434;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 300;
}



#wall_1 {
	background: url(../img/kim-hair-1.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	font-family: 'Advent Pro', sans-serif;
}

#wall_2 {
	background: url(../img/kim-hair-2.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-attachment: fixed;
}

#wall_3 {
	background: url(../img/kim-hair-3.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-attachment: fixed;
}

#wall_4 {
	background: url(../img/kim-hair-5.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-attachment: fixed;
}

@media screen and (max-width: 700px) {
	#wall_1,
	#wall_2,
	#wall_3,
	#wall_4 {
		background-size: cover;
	}
}

#nav {
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 100;
	-webkit-box-shadow: 0px 0px 20px rgba(44, 44, 44, .3);
}

#nav #logo {
	height: 40px;
	width: 170px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 100px;
}

#nav #logo img {
	height: 100%;
	width: 100%;

}

#content_1 {
	position: relative;
}

/*h1::first-letter {
	font-size: 60px;
	font-weight: 600;
	color: #3cb0f8;
}*/

h2::first-letter {
	font-size: 60px;
	font-weight: 600;
	color: #3cb0f8;
}

h3::first-letter {
	font-size: 40px;
	font-weight: 600;
	color: #3cb0f8;
}

body {
	background-color: #eee

}

.wrap {
	margin: 50px auto 0 auto;
	width: 100%;
	display: flex;
	align-items: space-around;
	max-width: 1200px;
}

.tile {
	min-height: 380px;
	margin: 10px;
	background-color: #99aeff;
	display: inline-block;
	background-size: cover;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44);
	overflow: hidden;
	color: white;
	font-family: 'Roboto';

}

@media screen and (max-width: 700px){
	.tile{
		margin: 10px 0;
	}
}

.tile img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.tile .text {
	/*   z-index:99; */
	position: absolute;
	padding: 30px;
	height: calc(100% - 60px);
	height: calc(100% - 60px);
}

.tile h1 {

	font-weight: 300;
	margin: 0;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.tile h2 {
	font-weight: 100;
	margin: 20px 0 0 0;
	font-style: italic;
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
}

.tile p {
	font-weight: 300;
	margin: 20px 0 0 0;
	line-height: 25px;
	/*   opacity:0; */
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.content .animate-text {
	color: white;
	opacity: 0;
	text-shadow: 1px 1px 1px #000000;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.tile:hover {
	/*   background-color:#99aeff; */
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.tile:hover img {
	opacity: 0.2;
}

.tile:hover .animate-text {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.dots {
	position: absolute;
	bottom: 20px;
	right: 30px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	color: currentColor;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;

}

.dots span {
	width: 5px;
	height: 5px;
	background-color: currentColor;
	border-radius: 50%;
	display: block;
	opacity: 0;
	transition: transform 0.4s ease-out, opacity 0.5s ease;
	-webkit-transition: transform 0.4s ease-out, opacity 0.5s ease;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);

}

.tile:hover span {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.dots span:nth-child(1) {
	transition-delay: 0.05s;
	-webkit-transition-delay: 0.05s;
}

.dots span:nth-child(2) {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.dots span:nth-child(3) {
	transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
}

@media screen and (max-width: 700px) {
	.wrap {
		flex-direction: column;
	}
}

.text_over_parallax {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 50px;
	text-align: center;
}


h1.text_over_parallax {
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

@media screen and (max-width: 700px) {
	.text_over_parallax {
		font-size: 30px;
	}

	h1.text_over_parallax::first-letter {
		font-size: 40px;
	}
}

h1.style_text {
	color: white;
	font-weight: bolder;
	text-shadow: 1px 1px 1px #000000;

}

h2.style_text {
	color: white;
	font-weight: bolder;
	text-shadow: 1px 1px 1px #000000;

}

h3.style_text {
	color: white;
	font-weight: bolder;
	text-shadow: 1px 1px 1px #000000;

}

h4 {
	font-family: 'Ubuntu', sans-serif;
}

footer {
	padding: 50px;
}

.has-bottom-border{
	border-bottom: 1px solid rgba(0,0,0,0.25);
	margin: 10px;
	padding: 10px;
	text-transform: uppercase;
}

/* Utility */
.no-float{
	float: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.flex {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.align-items-center{
	align-items: center;
}

.text-align-center{
	text-align: center;
}

.text-align-left{
	text-align: left;
}

.padding-all-20{
	padding: 20px;
}