
*{
	box-sizing: border-box;
}

#wrapper{
	display:grid;
	background-color: #FFFFFF;
	grid-auto-rows:minmax(0px,auto);
	grid-template-columns:minmax(0px, 1fr) repeat(3, 320px) minmax(0px, 1fr);
}

#whiteBar{
	background-color: #FFFFFF;
	height: 30px;
	grid-row: 2/3;
	grid-column: 2/-2;
}

#pinkBar{
	background-color: #e8d1db;
	grid-row: 1/2;
	grid-column: 1/-1;
	height: 101px;
}

body{
	background-color: #ededed;
}

@font-face {
	font-family: SyneTactile;
	src: url(synetactile.ttf);
}

.logo{
	padding-left: 50px;
	padding-right: 50px;
}

p{
	text-align: center;
	font-family: SyneTactile;
	font-size: 30px;
	border-bottom: 3px dashed #e8d1db;
	margin-top: 0;
	padding-top: 20px;
}

nav{
	background-color: #e8d1db;
	padding: 0 0 0 0;
	grid-row: 1;
	grid-column: 2/-2;
	margin: 0px;
}

nav ul{
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	font-family: SyneTactile;
	padding-right: 40px;
	margin: 0px
}

nav a{
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	padding-top: 15px;
	font-size: 20px;
}

.align{
	padding-top: 20px;
	width: 100%;
}

.align:hover{
	background-color: rgba( 255 , 255 , 255 );
	transition: background-color 0.6s;
}

#sliderImage{
	background-image: url( "Home Main.jpg" );
	height: 400px;
	background-size: cover;
	background-position: center;
	grid-row: 3/4;
	grid-column: 2/-2;
}

#insta{
	background-image: url("instaicon.png");
	height: 40px;
	width: 40px;
	grid-row: 7;
	background-repeat: no-repeat;
}

#facebook{
	background-image: url("facebookicon.png");
	height: 40px;
	width: 40px;
	grid-row: 7;
	background-repeat: no-repeat;
}

#email{
	background-image: url("emailicon.png");
	height: 40px;
	width: 40px;
	grid-row: 7;
	background-repeat: no-repeat;
}

main{
	grid-row: 5/6;
	grid-column: 2/-2;
	display: block;
}

.gallery{
	padding-top: 0px;
	padding-bottom: 20px;
	width: 100%;
}

.row{
	display: -ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	padding:0 4px;
}

.column{
	-ms-flex: 33%;
	flex: 33%;
	max-width: 33%;
	padding: 0 5px;
}

#Newborn{
	position: relative;
}

.desc1{
	color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 255 , 255 , 255 , .90 );
	padding: 10px 0 10px 0;
	width: 285px;
}

#Newborn:hover .desc1{
	display: none;
}

#Maternity{
	position: relative;
}

.desc2{
	color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 255 , 255 , 255 , .90 );
	padding: 10px 0 10px 0;
	width: 285px;
}

#Maternity:hover .desc2{
	display: none;
}

#Life{
	position: relative;
}

.desc3{
	color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 255 , 255 , 255 , .90 );
	padding: 10px 0 10px 0;
	width: 285px;
}

#Life:hover .desc3{
	display: none;
}

#Family{
	position: relative;
}

.desc4{
	color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 255 , 255 , 255 , .90 );
	padding: 10px 0 10px 0;
	width: 285px;
}

#Family:hover .desc4{
	display: none;
}

#MiniMilestone{
	position: relative;
}

.desc5{
	color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 255 , 255 , 255 , .90 );
	padding: 10px 0 10px 0;
	width: 285px;
}

#MiniMilestone:hover .desc5{
	display: none;
}

#SingleSenior{
	position: relative;
}

.desc6{
	color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 255 , 255 , 255 , .90 );
	padding: 10px 0 10px 0;
	width: 285px;
}

#SingleSenior:hover .desc6{
	display: none;
}

.column img{
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	opacity: 0.4;
	width: 100%;
}

.column img:hover{
	opacity: 1.0;
	transition: opacity 0.5s;
}

#hover:hover{
	border: #000000;
}

footer{
	grid-row: 7;
	grid-column: 1/-1;
	background-color: #e8d1db;
	text-align: center;
	padding-left: 280px;
}

footer p{
	color: #FFFFFF;
	text-align: right;
	padding-right: 150px;
	font-size: 25px;
	float: right;
	padding-top: 20px;
	padding-bottom: 0px;
	border: none;
	margin: 0px;
}

.socialmedias{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	grid-row: 7;
}

@media only screen and ( max-width: 992px ){
	#wrapper{
		display: grid;
		grid-template-columns: minmax(0px , 1fr) repeat(3, 256px) minmax( 0px , 1fr );
	}
	
	.logo{
		padding-left: 50px;
	}
	.align{
		padding-top: 0px;
		height: 100%;
		padding-top: 10px;
	}
	nav ul{
		padding: 0px;
	}
	main{
		grid-row: 4/auto;
		grid-column: 2/5 ;
	}
	.column{
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%
	}

	.desc1{
		width: 225px;
		font-size: 25px;
	}
	.desc2{
		width: 225px;
		font-size: 25px;
	}
	.desc3{
		width: 225px;
		font-size: 25px;
	}
	.desc4{
		width: 225px;
		font-size: 25px;
	}
	.desc5{
		width: 225px;
		font-size: 25px;
	}
	.desc6{
		width: 225px;
		font-size: 25px;
	}

	nav{
		grid-row: 1/3;
		grid-column: 2/3;
	}
	nav ul{
		flex-flow: column nowrap;
		height: 400px;
	}
	#sliderImage{
		grid-row: 1/3;
		grid-column: 3/5;
	}
	#pinkBar{
		display: none;
	}
	#whiteBar{
		display: none;
	}
	footer{
		grid-column: 2/-2;
		grid-row: 7;
		padding-left: 195px;
	}
	footer p{
		padding-right: 50px;
	}
}

@media only screen and ( max-width: 768px ){
	#wrapper{
		display: grid;
		grid-template-columns: 100%;
	}

	#sliderImage{
		display: none;
	}

	nav{
		grid-row: 1/3;
		grid-column: 2/-2;
	}
	nav ul{
		flex-flow: column nowrap;
		height: 400px;
	}

	main{
		grid-row: auto;
		grid-column: auto;
	}

	.column{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}

	.desc1{
		width: 100%;
		font-size: 15px;
	}
	.desc2{
		width: 100%;
		font-size: 15px;
	}
	.desc3{
		width: 100%;
		font-size: 15px;
	}
	.desc4{
		width: 100%;
		font-size: 15px;
	}
	.desc5{
		width: 100%;
		font-size: 15px;
	}
	.desc6{
		width: 100%;
		font-size: 15px;
	}

	footer{
		padding-left: 20px;
		padding-top: 0px;
		padding-bottom: 5px;
	}
}