/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#page-title {
	background-image: url("/imgs/bg-1.jpg");
	background-position: left bottom;
}
	
.slider-caption h2 {
    font-size: 3rem;
	}
.slider-caption p {
	font-size: 22px;
	}
	
.dark #footer, #footer.dark {
	color: rgba(255,255,255,0.75);
	background-color: #282828;
	border-top-color: rgba(255,255,255,0.15);
	background-image: linear-gradient( rgba(0, 0, 25, 0.5), rgba(0, 0, 25, 0.5) ), url('/imgs/water.jpg');
	background-size: cover;
}

.dark #copyrights {
	background-color: rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.25);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
