.blue	{
	color: #294463;
}

.red	{
	color: #ac2837;
}

html,
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.65;
	color: #294463;
	background: #fff;
	scrollbar-color: #294463 #ac2837;
}

p	{
	margin: 20px 0;
}
	
ul li	{
	color: #294463!important;
}

ul.fa-ul li i	{
	color: #294463!important;
}

a	{
	color: #ac2837;
	}

a:hover	{
	color: #294463;
	}


/* START OF BACKGROUND ROWS */
.container-fluid.container-striped:nth-child(odd)	{
	background: #eee;
}
.container-fluid.container-striped:nth-child(even)	{
	background: #fff;
}
.container-fluid.navbar-with-logo	{
	border-bottom: 2px solid #294463;
	xposition: fixed;
	xtop: 0;
	xz-index: 9999;
	background: rgba(255,255,255,0.9);
	}
.container-fluid.top-spacer	{
	min-height: 90px;
	}
div.bg-blue	{
	background: #202d3c url('../images/skin/bg-blue.jpg') bottom left repeat;
}
div.bg-blue h1,
div.bg-blue h2,
div.bg-blue h5,
div.bg-blue ul li,
div.bg-blue p	{
	color: #fff!important;
}
div.bg-white	{
	background: #fff;
}
div.bg-white h1,
div.bg-white h2,
div.bg-white h5,
div.bg-white p	{
	background: #fff;
}
div.bg-grey	{
	background: #eee url('../images/skin/bg-grey.jpg') top left repeat;
}
div.bg1	{
	background: #2b2b2b url('../images/skin/bg1_bg.jpg') top center repeat;
	color: #fff;
}
div.bg2	{
	background: #2b2b2b url('../images/skin/bg2_bg.jpg') top center repeat;
	color: #fff;
}

div.bg3	{
	background: #294463;
}

.card a.project_link p {
	color: #294463;
	transition: .3s;
	}
	
.card a.project_link:hover p {
	color: #fff;
	}

/* END OF BACKGROUND ROWS */



/* START OF MODAL CSS */
.modal-content	{
	border: 1px solid #666;
	background: #222;
}
.modal-content *	{
	border: 0;
}
/* END OF MODAL CSS */



/* START OF BROWSER CSS */
.scrollable-element {
	scrollbar-color: grey orange;
}
/* END OF BROWSER CSS */


/* START OF FRAMEWORK CSS */
h1, h2, h3, h4, h5, h6	{
	font-family: 'Limelight', cursive;
	color: #294463!important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a	{
	color: #294463!important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover	{
	color: #db850d!important;
	text-decoration: none;
}

h1	{
	font-size: 200%;
}

h2 {
	font-size: 200%;
}

h3, h4, h5, h6 {
	font-size: 150%;
}


h6 a:hover	{
	color: #294463!important;
	text-decoration: none;
	}


p	{
}


/* END OF FRAMEWORK CSS */



/* START OF TOP BANNER */
div.top_banner	{
	background: #666;
	font-weight: 300;
	font-size: 90%;
}

div.top_banner div.phone,
div.top_banner div.email {
	padding: 3px 0;
}

div.top_banner div.phone a,
div.top_banner div.email a {
	text-decoration: none;
}

div.top_banner p,
div.top_banner a  {
	color: #fff;
}
/* END OF TOP BANNER */



/* START OF HEADER */
div.header_outer{
	}
	
div.header_outer div.contact_details p	{
	margin: 0;
	padding: 5px 0;
	color: #666;
	line-height: 1em;
	font-size: 125%;
	}

div.header_outer div.contact_details p a	{
	color: #666;
	text-decoration: none;
	}

div.header_outer div.contact_details p.phone	{
	font-size: 200%;
	}
/* END OF HEADER */


/*  START OF NAVIGATION */
/* Change for navigation container background */
div.navigation	{
	border-bottom: 2px solid #294463;
	background: #fff;
	padding: 0!important;
	}

nav.navbar	{
	width: 100%;
	}

/* Change all 'end' to 'start' to place hamburger on left */
nav.navbar button.navbar-toggler {
	border: 2px solid #294463;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	}

/* To change the hamburger color, edit the RGBA attribute below */
nav.navbar span.navbar-toggler-icon	{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(41,68,99,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

/* Holds the logo */
a.navbar-brand {
	max-width: 75%;
	}

/* CSS Filters https://www.w3schools.com/cssref/playit.asp?filename=playcss_filter&preval=brightness(200%25) */
img.logo {
    margin: 10px auto;
    max-height: 100px;
	}

div.contact {
	color: #fff;
	font-family: 'Limelight', cursive;
	letter-spacing: 2px;
}

div.dropdown-menu a.dropdown-item,
.navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
	padding: 8px 20px;
	color: #294463;
	font-family: 'Limelight', cursive;
	font-size: 125%;
	/* Fade Property */
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;	
}

/* Add fixed width to any fa icons so the text lines up */
a.nav-link span.fa_holder,
span.fa_holder {
    width: 30px!important;
    display: inline-block;
	}

/* Change properties for nav link hover */
li.active a.nav-link,
a.nav-link:hover	{
	color: #ac2837!important;
	}

/* Change background of dropdown menu */
div.dropdown-menu  {
	margin: 0;
	padding: 0;
	background: #ac2837;
	}

/* Enable dropdown menu on hover */
li.dropdown:hover div.dropdown-menu {
	display: block;
	}

/* Change properties for all links within dropdown (needs to be !important) */
div.dropdown-menu a.dropdown-item	{
	border: 0;
	border-radius: 0;
	padding: 8px 16px;
	text-transform: capitalize;
	background: #ac2837;
	color: #fff;
	}
	
/* Change properties for dropdown item hover */
div.dropdown-menu a.dropdown-item:hover	{
	background: #294463;
	color: #fff!important;
	}
	
ul li.social {
	display: flex;
	}

/* END OF NAVIGATION */




/* START OF CAROUSEL */

/* Fix the image height issue for mobile devices */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

/* If the carousel is full width, remove this pairing and move the include outside of the webpage */
#carouselSlider	{
	/* margin-left: -15px; */
	/* margin-right: -15px; */
	}

/* Customise the styling for the carousel overlay */
.carousel-overlay {
	padding: 0 30px;
	position: absolute;
	/* top: 350px; */
	right: 50%;
	width: 80%;
	transform: translate(50%,0);
	text-align: center;
	color: #fff;
}

.carousel-overlay h3	{
	margin: 0 0 25px;
	padding: 0;
	font-size: 450%;
	color: #fff!important;
	font-weight: bold;
	text-shadow: 1px 1px #294463, -1px 1px #294463, 1px -1px #294463, -1px -1px #294463;
}

.carousel-overlay p	{
	margin: 0 0 100px 0;
	padding: 0;
	font-size: 220%;
	line-height: 1em;
	font-weight: bold;
	text-shadow: 1px 1px #294463, -1px 1px #294463, 1px -1px #294463, -1px -1px #294463;
}

div.carousel-inner div.sponsorship {
	position: absolute;
	bottom: 25%;
	right: 145px;
	z-index: 10;
	max-width: 100%;
	transform: translate(0, -50%);
	}
	
div.carousel-inner div.sponsorship img {
	border: 4px solid #294463;
	max-width: 100%;
	}
	
@media (min-width: 1200px){
	.carousel-overlay {
		height: 100%;
	}
	
	.carousel-overlay .absolute_centered,
	.carousel-overlay .absolute_bottom {
		position: absolute;
		z-index: 3;
		left: 50%;
		width: 100%;
		}
		
	.carousel-overlay .absolute_centered {
		top: 40%;
		transform: translate(-50%, -50%);
		}
		
	.carousel-overlay .absolute_bottom {
		bottom: 0px;
		transform: translate(-50%, 0);
		}
}
	
	
	
@media (max-width: 1400px){
	div.carousel-inner div.sponsorship {
		bottom: 50px;
	}
}

@media (max-width: 992px){
	div.carousel-inner div.sponsorship {
		bottom: 0;
		right: 105px;
		width: 75%;
	}
	.carousel-overlay {
		top: 180px;
		right: 50%;
		width: 75%;
	}

	.carousel-overlay h3	{
		margin: 0 0 25px;
		font-size: 350%;
	}

	.carousel-overlay p	{
		font-size: 140%;
		line-height: 1em;
	}
}

@media (max-width: 768px){
	div.carousel-inner div.sponsorship {
		bottom: 0;
		right: 40px;
		width: 80%;
	}
	.carousel-overlay {
		top: 150px;
		right: 50%;
		width: 75%;
	}

	.carousel-overlay h3	{
		margin: 0 0 25px;
		font-size: 350%;
	}

	.carousel-overlay p	{
		font-size: 130%;
		line-height: 1em;
	}
}

@media (max-width: 576px){
	div.carousel-inner div.sponsorship {
		bottom: 0;
		right: 0;
		display: none;
	}
	.carousel-overlay {
		top: 100px;
		right: 50%;
		width: 75%;
	}

	.carousel-overlay h3	{
		margin: 0 0 25px;
		font-size: 350%;
	}

	.carousel-overlay p	{
		font-size: 140%;
		line-height: 1em;
	}
}

@media (max-width: 400px){
	div.carousel-inner div.sponsorship {
		bottom: 350px;
		right: 240px;
	}
	.carousel-overlay {
		top: 250px;
		right: 50%;
		width: 75%;
	}

	.carousel-overlay h3	{
		margin: 0 0 25px;
		font-size: 350%;
	}

	.carousel-overlay p	{
		font-size: 200%;
		line-height: 1em;
	}
}

/* END OF CAROUSEL */




/* Medium devices (tablets, 992px and smaller) */
@media (max-width: 992px) { 
	div#image_holder div.image_overlay {
		padding: 20px 20px 0;
	}
	div#image_holder div.image_overlay img	{
		width: 60%;
	}
	div#image_holder div.image_overlay h2	{
		font-size: 200%;
	}
	div#image_holder div.image_overlay h3	{
		font-size: 120%;
	}
	div#image_holder div.image_overlay p	{
		margin: 20px 10%;
		font-size: 100%;
	}
	.carousel-overlay {
		bottom: 0px;
	}
	.carousel-overlay h3	{
		font-size: 250%;
	}
}

/* Small devices (tablets, 768px and smaller) */
@media (max-width: 768px) { 
	div#image_holder div.image_overlay {
		padding: 80px 20px 0;
	}
	div#image_holder div.image_overlay img	{
		width: 75%;
	}
	div#image_holder div.image_overlay h2	{
		font-size: 180%;
	}
	div#image_holder div.image_overlay h3	{
		font-size: 100%;
	}
	div#image_holder div.image_overlay p	{
		margin: 30px 2%;
		font-size: 90%;
	}
	.carousel-overlay h3	{
		font-size: 180%;
	}
}
/* END OF VIDEO */




/* START OF TESTIMONIAL */

div.testimonial	{
	margin: 30px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 50px 50px 20px;
	width: 90%;
	background: rgba(255,255,255,0.25);
}

div.testimonial p.author	{
	font-weight: bold;
	text-align: right;
}

/* END OF TESTIMONIAL */



/* START OF BUTTON COLOURING */
.btn-primary {
	border: 2px solid #294463;
	border-radius: 0;
	padding: 10px 20px;
	background: #fff;
	color: #294463!important;
}

.btn-primary:hover {
	border: 2px solid #294463;
	background: rgba(41,68,99,0.2);
	color: #294463!important;
}

.btn-secondary {
	border: 2px solid #fff;
	border-radius: 0;
	padding: 10px 20px;
	background: #294463;
	color: #fff!important;
}

.btn-secondary:hover {
	border: 2px solid #fff;
	background: rgba(255,255,255,0.5);
	color: #fff!important;
}

.btn-success {
}

.btn-success:hover {
}
/* END OF BUTTON COLOURING */


/* START OF WEBPAGE */

/* Webpage container styling */
.webpage {
	background: rgba(255,255,255,0.1);
}

.container-fluid	{
	margin: 0;
}

.container	{
	max-width: 1360px;
}

div.fixed_social_media {
    border-radius: 5px 0 0 5px;
    padding: 3px 8px 5px;
    position: absolute;
    top: 274px;
    right: 0;
    z-index: 6669;
    position: fixed;
    width: 55px;
    background: rgba(255,255,255,0.5);
	}
	
img.fixed_social_icon	{
	margin: 2px 0;
	}	

/* END OF WEBPAGE */


/* START OF COOKIE CONSENT */

div.cc-window {
	padding: 10px 60px!important;
}



/* START OF CALENDAR */

table#calendar {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

table#calendar th,
table#calendar td {
	border: 1px solid #ccc;
	text-align: center;
}

table#calendar thead th {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ddd;
}

table#calendar tbody th {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #eee;
	color: #666;
}

table#calendar td {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	color: #222;
}

table#calendar th a {
	color: #444;
    }
/* END OF CALENDAR */




/* START OF NEWS & EVENTS */

div.news_event	{
	margin-top: 15px;
	border: 2px solid #222;
	padding: 20px;
	background: rgba(255,255,255,0.05);
}

div.news_event p.news_event_date	{
	margin: 10px auto 0;
	border: 1px solid #222;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
	padding: 5px;
	font-size: 200%;
	font-weight: bold;
	background: #fff;
	width: 100%;
	color: #666;
}

div.news_event p.news_event_month	{
	margin: 0 auto;
	border: 1px solid #222;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	background: #666;
	color: #fff;
	width: 100%;
}

div.news_event p.news_event_year	{
	margin: 0 auto;
	border: 1px solid #222;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	padding: 0;
	font-weight: bold;
	background: #888;
	color: #fff;
	width: 100%;
}

div.news_event h3.news_event_title	{
	margin-top: 0;
}

/* END OF NEWS & EVENTS */

/* START OF CARD */

.card {
	border: 1px solid #111;
	text-align: center;
	background: rgba(255,255,255,0.1);
}

.card h2 {
	font-size: 200%;
}

.card a {
	color: #fff;
}

.card a:hover {
	text-decoration: none;
}

.card a:hover p {
	color: #294463;
	text-decoration: none;
}

.card a:hover img {
	filter: brightness(50%);
	/* Fade Property */
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.card .btn {
	border: 1px solid #111;
	background: rgba(255,255,255,0.1);
}

.card .btn:hover {
	border: 1px solid #294463;
	background: rgba(255,255,255,0.2);
}

/* .card { */
	/* margin-bottom: 30px; */
/* } */

/* .card div.card-body { */
	/* border-top: 1px solid #ddd; */
	/* padding-bottom: 0; */
	/* background: #eee; */
/* } */

/* .card div.card-body p { */
	/* font-size: 80%; */
/* } */

/* .card-img { */
	/* border-radius: 0; */
/* } */

/* END OF CARD */



/* START OF FLIP CARD */

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.flip-card-front#hair{
	background: url('../images/panels/hair.jpg') top center no-repeat;
	background-size: cover;
}

.flip-card-front#beauty{
	background: url('../images/panels/beauty.jpg') top center no-repeat;
	background-size: cover;
}

.flip-card-front#bookings{
	background: url('../images/panels/bookings.jpg') top center no-repeat;
	background-size: cover;
}

.flip-card-front#offers{
	background: url('../images/panels/offers.jpg') top center no-repeat;
	background-size: cover;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateX(-180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-back {
	background-color: #999;
	background: #999 url('../images/skin/flip_card_back_bg.jpg') top center no-repeat;
	transform: rotateX(-180deg);
}
.flip-card a h2 {
	color: #fff;
	text-decoration: none;
}
.col-flip-card {
	min-height: 400px;
}

/* END OF FLIP CARD */



/* START OF OVERLAY PANELS */
div.overlay-panel {
	position: relative;
	height: 350px;
	}
	
div.overlay-panel div.overlay-content {
	position: absolute;
	top: 3%;
	left: 3%;
	text-align: center;
	width: 94%;
	height: 94%;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	transition: .5s;
	padding: 10px;
	}
	
div.overlay-panel div.overlay-content:hover {
	opacity: 1;
	}
	
div.overlay-panel div.overlay-content h2 {
	margin: 0;
	color: #fff;
	}
	
div.overlay-panel div.overlay-content p{
	color: #fff;
	}
	
div.overlay-panel#overlay-panel-1 {
	background: url('../images/panels/service1.jpg') top center no-repeat;
	background-size: cover;
	}
	
div.overlay-panel#overlay-panel-2 {
	background: url('../images/panels/service2.jpg') top center no-repeat;
	background-size: cover;
	}
	
div.overlay-panel#overlay-panel-3 {
	background: url('../images/panels/service3.jpg') top center no-repeat;
	background-size: cover;
	}	
/* END OF CARD */


/* START OF VIDEOWRAPPER */

.videoWrapper iframe {
	xposition: absolute;
	xtop: 0;
	xleft: 0;
	width: 100%;
	xheight: 100%;
}

/* END OF VIDEOWRAPPER */


/* START OF RECAPTCHA ERROR */

p#form_error_message {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	width: 100%;
	}

div.recaptcha_error {
	margin: 10px 0;
	padding: 6px 5px 5px 6px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	}

/* END OF RECAPTCHA ERROR */

/* START OF FOOTER */

/* General styling for the footer */
footer {
	border-top: 1px solid #fff;
	background: #294463;
}

footer h3	{
	margin: 0;
	padding: 10px 0;
	color: #fff!important;
}

/* Change the default link colour from blue */
footer a,
footer a:hover, 
footer a:focus {
	color: #fff;
}

/* Overwrite/reduce the padding for the footer navbar links */
footer li.nav-item a.nav-link {
	padding: 0!important;
	font-weight: 100;
	font-size: 100%
}

/* Remove the dropdown menu and dropdown favicon (footer quicklinks only) */
footer .dropdown-toggle::after,
footer li.nav-item.dropdown div.dropdown-menu {
    display:none;
}

/* Remove the background colour from the quicklinks */
footer a.nav-link:hover,
footer li.nav-item.active a.nav-link {
	background: none!important;
}

/* Underline the quicklinks when you hover */
footer a.nav-link:hover {
	text-decoration: underline;
}

footer img,
div.copyright_info img {
	filter: grayscale(0%);
}

/* Styling for the copyright information strip underneath the footer */
.copyright_info {
	background: #202d3c;
	font-size: 80%;
}

/* END OF FOOTER */


/* Broadbiz panel CSS for use on home page and sidebars */
div.panel	{
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
}

/* Amend padding to move image away from edge */
div.panel img	{
	padding: 10px 10px 0 10px;
	width: 100%;
}

div.panel div	{
	margin: 10px;
}

div.panel div h2	{
	margin: 0;
	padding: 10px 0;
}

div.panel div p	{
	padding: 0 0 10px;
	line-height: 1.25rem;
}

div.sidebar div.panel	{
	margin-bottom: 10px;
}

img.backtotop	{
	border-radius: 10px;
	opacity: 0.8;
	bottom: 10px;
	right: 10px;
	position: fixed;
	z-index: 6666669;
	background: rgba(100, 100, 100, .8);
	}

/* Checkbox for Bootstrap Form */

.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.checkbox .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 20%;
	left: 20%;
}

.checkbox label#checkbox {
	float: right;
}

.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	font-size: 90%;
	margin-top: 6px;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}

div.card-columns{
	column-count: 5;
	}

footer ul li.social div {
	display: none !important;
	}
	
footer ul li.social {
	display: block;
	}
	
.animatedParent {
	overflow: hidden;
	}

.project_header {
	letter-spacing: 3px;
	color: #fff;
	}
	
.project_type {
	letter-spacing: 3px;
	color: #fff;
	}
	
.project_type span{
	color: #f9911f;
	margin: 0 10px 0 0;
	}

.vacancy_panel {
	
	}
	
.vacancy_panel h3 {
	color: #fff;
	}
	
.vacancy_panel p {
	color: #fff;
	}

@media (min-width: 1200px){
    .carousel-overlay{
		/* top: 200px; */
		}
	}
	
@media (max-width: 1200px){
	.carousel-overlay {
		padding: 0 30px;
		position: absolute;
		top: 130px;
		}
	.carousel-overlay h3	{
		margin: 0 0 25px;
		padding: 0;
		font-size: 425%;
		/* color: #fff!important; */
		font-weight: bold;
		}

    .carousel-overlay p	{
		margin: 0 0 100px 0;
		padding: 0;
		font-size: 200%;
		line-height: 1em;
		font-weight: bold;
		}
	}
	
@media (max-width: 992px){
	div.card-columns{
		column-count: 4;
		}
		
	div.fixed_social_media {
		display: none;
		}
	div.overlay-panel div.overlay-content {
		opacity: 1;
		}
	div.dropdown-menu,
	div.dropdown-menu a.dropdown-item,
	.navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
		border: 0;
		border-radius: 0;
		}

    .carousel-overlay {
		padding: 0 30px;
		position: absolute;
		top: 130px;
		}
	.carousel-overlay h3	{
		margin: 0 0 25px;
		padding: 0;
		font-size: 300%;
		/* color: #fff!important; */
		font-weight: bold;
		}

    .carousel-overlay p	{
		margin: 0 0 60px 0;
		padding: 0;
		font-size:150%;
		line-height: 1em;
		font-weight: bold;
		}
	}
	
@media (max-width: 768px){
	div.card-columns{
		column-count: 3;
		}
		
	a.nav-link	{
		padding: 5px!important;
		}
		
	img.logo {
		max-width: 100%;
		}

	.carousel-overlay {
		padding: 0 30px;
		position: absolute;
		top: 130px;
		}
		
	.carousel-overlay h3	{
		margin: 0 0 25px;
		padding: 0;
		font-size: 200%;
		/* color: #fff!important; */
		font-weight: bold;
		}

    .carousel-overlay p	{
		margin: 0 0 50px 0;
		padding: 0;
		font-size:130%;
		line-height: 1em;
		font-weight: bold;
		}
	}
	
@media (max-width: 576px){
	div.card-columns{
		column-count: 2;
		}
	}