/*
	Light Purple Hex: #5b1559;
	Dark Purple Hex: #410D3F;
*/

.header {
	text-align: center;
	padding: 40px 0 0 0;
	background: white;	
}



.header .half {
	width: 50%;
	padding-top: 30px;
	float: left;
	vertical-align: middle;
	font-weight: bold;
}


.header .half p {
	font-size: 16px;
	text-align: center;
}

.header ul {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 100%;
	background: #151515;
	text-align: center;
	height: 53px;
}

.header ul .container {
	width: auto !important;
    display: inline-block;
    margin: 0 auto;
}

.header ul li {
	list-style-type: none;
	margin: 5px 0;
	display: inline-block;
	text-align: center;
	float: left;
}

.header ul li a {
	padding: 8px 8px;
	display: block;
	color: white !important;
	border: none !important;
}

.header ul li a:hover, .mainButton:hover {
	background: #5b1559;
}
.logo{
	text-decoration: none;
	border-bottom: 0px;
}
.logo img{
margin-bottom: 15px !important;
}

.break {
	height: 13px;
	clear: both;
}

.clearfix {
	clear: both;
}

a {
	color: #630046;
	padding-bottom: 2px;
	border-bottom: 1px solid #630046;
	font-weight: bold;
}

a:hover {
	color: #95476E;
	text-decoration: none;
	border-bottom: 1px solid #95476E;
}

footer {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	bottom: 0px;
	background: #eee;
	text-align: center;
	color: black !important;
	margin-top: 50px;
	clear: both;
}
.footerpadd{
	display: block;
	height: 70px;

	content: ' ';
	position: relative;
}

.hairsayLink, .hairsayLink:hover {
	color: #630046;
}

footer a:not(.hairsayLink) {
	border: none !important;
}

footer i, footer p {
	vertical-align: middle;
}

footer p {
	float: right;
	margin-top: 8px;
	font-size: 18px;
}

footer .fa {
	font-size: 30px;
	width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    padding: 8px 0;
    float: left;
    color: black;
    transition: .2s all ease-in-out;
}

footer .fa:hover {
	color: #151515;
	background: #6704cd;
}

@media only screen and (max-width: 1060px) {
	.header ul li a {
	font-size: 16px;
}
	}
	
	@media only screen and (max-width: 928px) {
		.header ul li a {
	font-size: 14px;
}
		}