@CHARSET "UTF-8";
body, html {
		font-family: 'Titillium Web', sans-serif;
}

.phone-number {
	text-align: right;
	color: #e457d5;
	padding: 0 2% 0 2%;
}
/* ------ NAVIGATION ----- */

.navon {
	color:#e457d5;
}
.navon a {
	color:#e457d5;
}
.navon a:hover, .navon:hover {
	color:#e457d5;
}
.navoff {
	color:#30125d;
}
.navoff a {
	color:#30125d;
}
.navoff a:hover, .navoff:hover {
	color:#e457d5;
}



.threecol {
	text-align:center;
}
.two-col-single {
	background-color:#1a1e24;
}
#specials{
	background-color:#3b4450;
	box-sizing: border-box;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:1rem;
	font-weight:700;
	height:136px;
	padding-top:25px;
	text-align:center;
}
#specials-lower {
	color:#fff;
	font-size:.7rem;
	margin:0 auto;
	text-align:center;
	width:70%;
}
#triangle-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #3b4450;
	margin-left:47%;
}
.button {
	color:#fff;
	margin:0 auto;
	background-color:#00357e;
	border-radius:5px 5px;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size:.6rem;
	height:50px;
	padding-top:14px;
	width:75%;
  	bottom:40px;
  	left:40px;
}