
*{
	box-sizing: border-box;
}

#wrapper{
	display:grid;
	grid-auto-rows:minmax(0px,auto);
	grid-template-columns:minmax(0px, 1fr) repeat(3, 320px) minmax(0px, 1fr);
}

#pinkBar{
	background-color: #e8d1db;
	grid-row: 1/2;
	grid-column: 1/-1;
}

body{
	background-color: #ededed;
}

@font-face {
	font-family: SyneTactile;
	src: url(synetactile.ttf);
}

p{
	text-align: center;
	font-family: SyneTactile;
	font-size: 30px;
	border-bottom: 3px dashed #e8d1db;
}

nav{
	background-color: #e8d1db;
	position: sticky;
	padding: 0 0 0 0;
	grid-row: 1;
	grid-column: 1/-1;

}

nav ul{
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	font-family: SyneTactile;
	padding-right: 40px;
}

nav a{
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 20px;
}

.align{
	padding-top: 20px;
	width: 100%;
}

.align:hover{
	background-color: #FFFFFF;
	transition: background-color 1s;
}

#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: 30px;
	padding-bottom: 20px;
	width: 100%;
}

.column{
	display: flex;
	flex: 33%;
	max-width: 33%;
	padding: 0 5px;
}

.row{
	display:flex;
	flex-wrap: wrap;
	padding:0 4px;
	padding-left: 25px;
	padding-bottom: 20px;
}


#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 , 0.75 );
	padding: 10px 0 10px 0;
	width: 280px;
}

#Newborn:hover .desc1{
	display: none;
}

#Maternity{
	position: relative;
}

.desc2{
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 0 , 0 , 0 , 0.60 );
	padding: 10px 0 10px 0;
	width: 280px;
}

#Maternity:hover .desc2{
	opacity: 1;
	color: #000000;
	background-color: rgba( 255 , 255 , 255 , 0.75 );
	transition: background-color 1s;
}

#Life{
	position: relative;
}

.desc3{
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 0 , 0 , 0 , 0.60 );
	padding: 10px 0 10px 0;
	width: 280px;
}

#Lifestyle:hover .desc3{
	opacity: 1;
	color: #000000;
	background-color: rgba( 255 , 255 , 255 , 0.75 );
	transition: background-color 1s;
}

#Family{
	position: relative;
}

.desc4{
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 0 , 0 , 0 , 0.60 );
	padding: 10px 0 10px 0;
	width: 280px;
}

#Family:hover .desc4{
	opacity: 1;
	color: #000000;
	background-color: rgba( 255 , 255 , 255 , 0.75 );
	transition: background-color 1s;
}

#MiniMilestone{
	position: relative;
}

.desc5{
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 0 , 0 , 0 , 0.50 );
	padding: 10px 0 10px 0;
	width: 280px;
}

#MiniMilestone:hover .desc5{
	opacity: 1;
	color: #000000;
	background-color: rgba( 255 , 255 , 255 , 0.75 );
	transition: background-color 1s;
}

#SingleSenior{
	position: relative;
}

.desc6{
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50% );
	width: 100%;
	font-size: 25px;
	text-align: center;
	font-size: 30px;
	background-color: rgba( 0 , 0 , 0 , 0.50 );
	padding: 10px 0 10px 0;
	width: 280px;
}

#SingleSenior:hover .desc6{
	opacity: 1;
	color: #000000;
	background-color: rgba( 255 , 255 , 255 , 0.75 );
	transition: background-color 1s;
}

.column img{
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	opacity: 0.4;
}

.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: 145px;
}

footer p{
	color: #FFFFFF;
	text-align: right;
	padding-right: 25px;
	font-size: 20px;
	float: right;
	padding-top: 5px;
}

.socialmedias{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	grid-row: 7;
}