.landing-container{
	height: 32.5rem;
	background-image: url('../images/breather-187924.jpg');
	background-size: auto 100%;
	background-position: left top;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}



.welcome-image-panel, #welcome-image{
	height: 18.5rem;
	position: relative;
}

#welcome-image{
	z-index: 50;
}

.image-decoration-outline{
	height: 100%;
	width: 27.75rem;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	border: 1px solid var(--brand-color);
	z-index: 10;
}

.welcome-content-panel{
	margin-top: 2rem;
	height: 21.5rem;
	background-color: #E9EAEB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	
}


.section-content-separator{
	width: 3rem;
	border-top: 1px solid var(--brand-color);
	
}


.section-title-container{
	text-align: center;
}


.service{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.service-logo{
	width: auto;
	height: 5.3rem;
}



.service-name{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
}

.service-description{
	text-align: center;
}

.button-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#portofolioArray{
	border-radius: 1rem;
	-webkit-box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
	        box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
	width: 100%;
}

#btnViewWork{
	border: 0;
	background: none;
	-webkit-box-shadow:none;
	        box-shadow:none;
	border-radius: 0px;
	background-color: var(--brand-color);
	color: var(--white);
	padding: 0.65rem;
	border-radius: 0.5em;
}

#btnViewWork:hover{
	background-color: #EE4183;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.text-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F9BFD5;
	opacity: 0.7;
	left: 0;
	top: 0;
	visibility: hidden;

}


@media screen and (min-width: 768px) and (max-width: 991px){
	.welcome-image-panel{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.welcome-image-panel{
		width: 100%;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.welcome-content-panel{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 812px){
	.welcome-image-panel{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#welcome-image{
		height: 16.5rem;
	}

	.landing-container{
		background-image: url('../images/sarah-dorweiler-105892.jpg');
		background-position: center;
		background-size: 100% auto;
		text-align: center;
	}

	.text-overlay{
		visibility: hidden;
	}

	.image-decoration-outline{
		height: 100%;
		width: 24.75rem;
		position: absolute;
		top: 0.75rem;
		left: 0.75rem;
		border: 1px solid var(--brand-color);
		z-index: 10;
	}


}