body,
p,
.carousel-inner p,
.news-container .card .card-body p,
.page-text
{
	font-size: 18px;
	line-height: 28px;
}
.home-services .card p
{
	font-size: 16px;
}
body,
h1, h2, h3, h4, h5
{
	font-family: 'Roboto Condensed', sans-serif;
}
a:focus, .button:focus, input:focus, textarea:focus, select:focus, a:not([href]):not([tabindex]):focus, [tabindex="-1"]:focus, a:not([href]):not([tabindex]):focus, .button:focus, .slick-dots li button:focus, .cookie button:focus ,
.slick-carousel .slick-prev:focus, .slick-carousel .slick-next:focus
{
    outline: 2px dashed #f00 !important;
    outline-offset: -2px;
}
.wcagtip
{
	position: relative;
}
.wcagtip span
{
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
}
.wcagtip:focus span
{
	display: block;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 12em;
	border: 1px solid #0cf;
	background-color: #cff;
	color: #000;
	text-align: center;
	font-size: 13px;
}
.btn
{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
#back-top
{
	bottom: 15px;
    right: 15px;
}
.carousel-inner h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}
.carousel-item {
    height: 35rem;
}
.main-menu .nav-link {
    color: #fff;
}
.page-header.white span
{
	color:white;
}
.page-header span
{
	font-size: 16px;
}
.contact-form-info
{
	background: #953630;
    box-shadow: 0px 0px 18px #0000003b;
    border-radius: 2px;
	padding: 45px;
    max-height: 360px;
}
.services-inner h4
{
	font-size: 21px;
    color: #993737;
    font-weight: 400;
}
.clients .link img 
{
	min-width: 100%;
	width: 100%;
}
.footer-address a
{
	color: #fff;
}
.page-header h3,
.page-header h2
{
	letter-spacing: 0;
	font-size: 35px;
    line-height: 40px;
}
.footer-address .las
{
	top: 0px;
    transform: translateY(0);
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.home-services .card a:hover h4, .home-services .card a:focus h4 {
    color: #fff;
}
.home-services .card {
    background: #993737eb;
}
.contact-form-info a
{
	color:white;
}

@media only screen and (max-width: 1200px) {
	.carousel-item {
		height: 30rem;
	}
}
@media only screen and (max-width: 991px) {

	.main-menu .nav-link {
		color: #000;
	}
	.carousel-item {
		height: 20rem;
	}
	.carousel-inner p
	{
		display: none;
	}
	.carousel-item .carousel-caption
	{
		top:50%;
	}
	.welcome-container,
	.clients
	{
		margin:0 !important;
	}
	.home-services
	{
		padding-top:0 !important;
		padding-bottom:0 !important;
	}
	.contact-form
	{
		padding-bottom:0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.col.logo {
		text-align: left !important;
	}
	.form-group {
		margin-bottom: 0;
	}
	.col-input {
		margin-bottom: 15px;
	}
	.navbar-toggler:not(.collapsed) i:before {
		content: "\f00d" !important;
	}
}



/* accessibility*/

.carousel-caption {
	bottom: unset;
}
.carousel-item .carousel-caption
{
	background: #000000a6;
    padding: 25px 15px;
    border-radius: 3px;
}
.home-services .page-header
{
	background: #19191999;
    padding-top: 15px;
    border-radius: 3px;
}

.navbar-toggler em
{
	font-size: 40px;
}
.cookie .show-options .c-options .c-option .c-option-title input[type='checkbox']
{
	visibility: visible;
	opacity: 1;
}
.cookie .show-options .c-options .c-option .c-option-icon em
{
	padding: 20px;
    font-size: 40px;
    color: #343434;
}
.cookie .show-options li.c-activated em {
    color: #008000;
}
.cookie .show-options li.de-activated em {
    color: #f00;
}
.cookie .show-options li.c-activated em, 
.cookie .show-options li.de-activated em
{
	font-size: 15px;
    margin-right: 5px;
}


.header-espa {
	max-width: 400px;
}


@media only screen and (max-width:991px) {
	.navbar-toggler {
		top: 50%;
		transform: translateY(-50%);
	}
	
	.header-espa-wrapper {
		max-width: 400px;
	}
	.header-espa {
		max-width: 100%;	
	}
	
	.menu-container {
		margin-top: 0;
	}

}