/* @override 
	https://stationstoragelincs.co.uk/new/otl-stationstorage.css */


body {
	text-align: justify;
	font-variant-ligatures: no-common-ligatures;
}

.astroid-logo img {
	max-width: 400px!important;
	max-height: none!important;
}

section#hero-section-1529739480502.astroid-section div.container-fluid {
	padding: 0px;
}
.sspagetitle {
	text-align: center;
}
.sspagesubtitle {
	text-align: center;
}
.module-title {
	text-align: center;
	color: #0d2c49;
	font-family: 'Doppio One', sans-serif;
}
.fuofblogo {
	max-width: 200px;
}
.contactinformation {
	text-align: center;
}
.contactnumber {
	color: #8744b7;
}
.ssquestion {
    font-size: 100%;
}
.ssanswer {
    font-size: 100%;
}

/* @group FORM OVERRIDES */
div.uk-form-controls.formControls {
	text-align: center;
}
.rsform-submit-button.uk-button.uk-button-primary {
	background: #0d2c49;
	border: 1px solid #0d2c49;
	color: white;
}
.rsform-submit-button.uk-button.uk-button-primary:hover {
	background: none;
	border: 1px solid #0d2c49;
	color: #0d2c49;
}

/* @end */

/* @group FOOTER */
.legallinks {
text-align: center;
}
.legallinkcont {
font-size: 70%;
}
.legallink {
Margin-left: 1em;
margin-right: 1em;
white-space: nowrap;
}
.webcredit {
text-align: center;
}
.webcredit p {
font-size: 70%;
}


/* @end */

/* @group MEDIA QUERIES */

@media only screen and (max-width: 991px) {
  
/*.astroid-logo img {
	max-height: 100px;
}*/


}
@media only screen and (max-width: 500px) {
  
.astroid-logo img {
	max-width: 80%!important;
	margin: auto;
}


}
/* @end */

