@CHARSET "UTF-8";

@media screen and (max-width: 349px) {
	.strapline {
		font-size: 20px;
		line-height: 80px;
		width: 230px;
	}
}
@media screen and (min-width: 350px) and (max-width: 767px) {
	.name, .qualifactions, .business, .strapline {
		font-size: 22px;
	}
	.strapline {
		line-height: 80px;
		width: 260px;
	}
}
@media screen and (min-width: 768px) and (max-width: 819px) {
	.name, .qualifactions, .business, .strapline {
		font-size: 22px;
	}
}

@media screen and (min-width: 820px) and (max-width: 991px) {
	.name, .qualifactions, .business, .strapline {
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	.name, .qualifactions, .business, .strapline {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.business_header_large {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.business_header_large {
		display: block;
	}
}

.business_details {
	margin: auto;
}
.transparent_background {
	margin-top: 20px;
	width: 100%;
	background: rgba(230,230,230,0.5);
}
.name {
	color: rgb(102, 102, 102);
	font-family: 'source sans pro';
	font-style: normal;
	font-weight: 300;
	text-align: center;
}
.qualifactions {
	color: rgb(102, 102, 102);
	font-family: 'source sans pro';
	font-style: normal;
	font-weight: 300;
	text-align: center;
}
.business {
	color: rgb(102, 102, 102);
	font-family: 'source sans pro';
	font-style: normal;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}
.strapline {
	color: white;
	font-family: 'source sans pro';
	font-style: italic;
	font-weight: 400;
	text-align: center;
	margin: 0px;
}
.top_div {
	padding-top: 0px;
}


/* Nav Bar Overrides*/
.nav_bar {	
	--nav_background: rgba(52, 52, 52, 0.3);
	--nav_background_mobile: #90b2b2;
	--font: source sans pro;
	--font_size: 18px;
	--font_colour: rgb(255, 255, 255);
	--hover_colour: rgb(255, 255, 255);
	--hover_background: #e7e7e8; 
	--mobile_font_size: 18px;  
	--mobile_font_colour: #90b2b2; 
	--mobile_hover_colour: gray;	
}
