@charset "UTF-8";
/* mobi_bmr_small.css (Copyright 2015-2020, Kenneth Higgs) - style sheet for small handheld devices under 830px wide */
/* Validate HTML at: http://validator.w3.org/  */
/* Validate CSS at: http://jigsaw.w3.org/css-validator/  */

/* hide overflow-x of body */
body {
	font-size: 3.2vw;
}

/* style paragraph containing details */
#ContactDetails p.details {
	font-size: 3.5vw;
	line-height: 5vw;
}

/* style 'left' spans */
#ContactDetails p.details span.left {
	margin-left: 6vw;
}

/* style email in contact details */
#ContactDetails p.details span.email {
	margin-left: 0;
}


/* shrink Main text heading size */
#Background h1 {
	font-size: 4vw;
}

#Background p {
	font-size: 3.5vw;
	line-height: 5vw;
}

/* style Main text list items */
#Background #svcslist li {
	font-size: 3.5vw;
	line-height: 5vw;
}

/* display mobile friendly section of Footer only */
#MobiFootLine1, #MobiFootLine2, #MobiFootLine3  {
	font-size: 3vw;
	line-height: 5vw;
}

#MobiFootLine1  a {
	/* make link fonts larger than default MobiFoot fonts */
	font-size: 3.5vw;
}
