/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Front Page Styles */

.custom-color {
    color: #1570EF;
}

.red-heart {
	color: #B42318;
}

.behind-block{
	position: relative;
    z-index: -1;
}

.front-block{
	position: relative;
    z-index: 10;
}


.header2{
	position: fixed;
	background: white;
	z-index: 1000;
	width: 100%;
}

.active:active {
	color: #175CD3;
}

.active:hover {
	color: #175CD3;
}

.faq{
	min-height: 5px;
}

@media (max-width: 430px) {
	.header2{
		max-height: 5rem;
	}
	
	.navButton{
		display: none;
	}

	.logoNav{
/* 		background: red; */
		position:absolute;
		margin-left: -10px;
		top: 0;
	}
	
	.navMenu{
		position: absolute;
/* 		background: red; */
		margin-left: 17.5rem;
		top: 2.0rem;
	}
	
	.banner2{
		position: relative;
		top: 40px;
	}
	
	.video{
		position: relative;
		left: 10px;
	}
	
	.buttonSup{
		position:relative;
		right:29px;
	}
	
	.pdsection{
		position: relative;
		margin-top: -1300px;
	}
	
	.footerButton{
		display: none;
		justify-items: left;
	}

	.phone{
/* 		background: red; */
		position: relative;
		left:0;
	}
	
	.location{
		position: relative;
		left: 40px;
	}

	.contactForm{
		position:relative;
	}

	.faq{
		width: 100%;
		position:relative;
	}
	
	.getintouch{
		margin-right: 20px;
	}
	
	.memories{
		margin-right: 20px;
	}

	.cpics{
		position: relative;
		top: -80px;
	}
  }

