﻿
/* ONLY used in CenterBox.master */

@import url('https://fonts.googleapis.com/css?family=Montserrat|Play');

body {
	background: url(/images/CenterBoxBgb.jpg) center 0 no-repeat;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	color: #1f2b45;
	font-size: 13px;
}

.masterContainer {
	width: 60%;
	margin: 10% auto;
	background-color: rgba(255,255,255,.95);
	border-radius: 5px;
	box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.25);
}

/* Footer */
footer {
	background: url(/images/footer_bg_blk.png) repeat-x;
	position: fixed;
	height: 50px;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Play', sans-serif;
}

.copyright {
	padding: 26px 0 0 0;
}
