/* =================== 
GLOBAL
=================== */

body {
	background-color: #eae9ea;
}

/* =================== 
BUTTONS
=================== */

.btn-danger {
	border-radius: 0;
	background-color: #fa6814;
	border: none;
	transition: background-color 0.1s ease-in-out;
}

.btn-danger:hover,
.btn-danger:active {
	background-color: #cc4f07;
}

/* =================== 
HEADER
=================== */

#header {
	background-color: #fff;
	padding: 20px;
}

#header-btns {
	margin-bottom: 30px;
}

.pwac-logo {
	max-width: 170px;
}

/* =================== 
PANELS
=================== */

#home-panels {
	background-color: #eee;
}

.panel-footer,
.panel-default>.panel-heading {
	background-color: #fff;
}

.panel-heading {
	font-size: 14px;
	font-weight: bold;
}

.panel {
	border-radius: 0;
}

.panel-body {
	min-height: 250px;
}

.panel-footer {
	border-top: none;

}

h2 {
	font-size:25px;
	padding-left: 15px;
	color: grey;
}

/* =================== 
PARTNERS
=================== */

#partners {
	margin-bottom: 30px;
}

#partners img {
	padding-bottom: 20px;
}

/* =================== 
FOOTER
=================== */

.footer {
	background-color: #3e3d39;
	padding: 20px;
}


.footer p {
	color: #9f9e9c;
	text-align: center;
}

.footer a {
	font-weight: bold;
	color: #eee;
	text-transform: uppercase;
}

.footer a:first-child {
	padding-right: 15px;
}

.footer a:hover {
	background-color: #095197;
	text-decoration: none;
}

hr {
  	border-top:1px dashed #696864;
}

.can-gov {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

.can-gov-text {
	width: 500px;
		text-align: center;
/*	max-width: 50%;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;*/
}