﻿/* HACKY CLASS TO BE REMOVED!! */
.frontpage-image-container-hack{
	clear: both;
	margin-bottom: 25px;
	border-bottom: 2px solid #ff63b1;
}
.frontpage-image-hack {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 70%;
}

/* HEADER STYLES */
header h1 {
	font-family: 'Dancing Script', cursive;
	font-size: 2.8em;
}

/* NAVIGATION STYLES */
nav {
	background: white;
	border-top: 2px solid #ff63b1;
	border-bottom: 2px solid #ff63b1;
}

nav ul li.active {
	color: #fff;
	background: #ff63b1;
	/*border-bottom: 4px solid #ff63b1;*/
}

nav ul li:hover {
	color: #fff;
	background: #ff63b1;
	/*border-bottom: 4px solid #ff63b1;*/
}

/* GENERAL STYLES */

.title-color {
	color: #ff63b1;
}

.signature {
	font-family: 'Dancing Script', cursive;
	font-size: 28px;
}

span.button a{
	background: #ff63b1;
}

footer {
	clear: both;
	position: absolute;
	bottom: 0;
	height: 100px;
	background: #fda0dc;
	color: #fff;
	width: 100%;
}