.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-centre {
	text-align: center;
}

/* Navbar */
nav {
	height: auto;
}
@media screen and (min-width: 600px) {
	nav {
		height: 150px;
	}
}

/* Footer */
.accreditation {
	text-align: center;
}
.accreditation img {
	max-width: 100%;
}
@media screen and (min-width: 992px) {
	.accreditation.left {
		text-align: right;
	}
	.accreditation.right {
		text-align: left;
	}
}
footer.page-footer .footer-copyright {
	height: auto;
}
footer.page-footer .footer-copyright .row {
	margin-bottom: 0;
}
footer.page-footer .footer-copyright .row .col {
	line-height: 1.3;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

/* Animal Welfare Regulation Licence Badge */
.AWRL_Badge {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2.796px 4.145px 9px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 1, 0.2);
    color: #262626;
    text-align: center;
    font-weight: 700;
	width: 230px;
	line-height: 1.1;
	z-index: 500;
    position: relative;
	display: inline-block;
}
.AWRL_Badge > * {
	display: block;
	padding: .5rem;
}
.AWRL_Badge span.AWRL_Badge_top {
	padding: .75rem .5rem;
}
.AWRL_Badge span.AWRL_Badge_middle {
	background: #1a1a1a;
	color: #fff;
}
.AWRL_Badge span.AWRL_Badge_middle > * {
	display: block;
}
.AWRL_Badge span.AWRL_Badge_middle > span:nth-child(2),
.AWRL_Badge span.AWRL_Badge_middle > span:nth-child(3) {
	font-size: 11.75px;
	font-weight: 400;
}
.AWRL_Badge span.AWRL_Badge_bottom .fa {
	color: #eab600;
	text-shadow: 2.796px 4.145px 4.75px rgba(0, 0, 0, 0.2);
	font-size: 26px;
	letter-spacing: 6px;
}

/* Slider */
.slider .AWRL_Badge {
    top: 70px;
}
@media screen and (min-width: 768px) {
	.slider .AWRL_Badge {
	    top: 50px;
	}
}

/* Announcement */
.announcement {
	z-index: 10;
	position: relative;
	padding: 1rem;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	top: 0;
}
.announcement p {
	margin: 0;
	margin-bottom: 1rem;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.announcement p {
		font-size: 13px;
	}	
}
