<style>
body {
	font: calibri;
}
/* Navigation */
nav .nav-image {
    left: 0.5rem;
	background: url("../img/EMGnew.png");
}

/* Progress bar */
.progress.mobility2 {
    background-color: #10AFA3;
    margin:0;
    height:6px;
    overflow: hidden;
}

/* Colours */
.mobility1 {
    background-color: #C6FF0D;
}

.mobility2 {
    background-color: #10AFA3;
}

.goldcar {
	background-color: #D5E739;
}

.europcar {
	background-color: #036b05;
}

.centreLogo {
	margin-left: 550px;
	height:60px;
}

.header {
    background: #004549;
    min-height: 100px;
}

.overview-background {
	/*background-image: url("../img/Opening Page Background.jpg");
	background-size: 100%;
	background-repeat: no-repeat;*/
	height: 55rem;
	background-color: #E6FFA4;
	position: relative;
}

.overview-background-img {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer {
    background: #004549;
    min-height: 40px;
	bottom: 0;
	width: 100%;
}

.homeLogo {
    width: 100%; 
	margin-top: -4px;
}

.fLeft {
    float: left;
}

#welcome-content {
	display: block;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	z-index: 4;
}

#welcome-content h3 {
  font-size: 1.28rem;
  font-weight: bold;
  color: #004549;
  margin: 0rem 7rem 1.7rem 7rem;
  text-align: center; 
  padding-top: 2rem;
}

#welcome-content h2 {
  font-size: 1rem;
  color: #004549;
  margin: 2rem 7rem 0 7rem;
  text-align: center; 
}

#overview-content {
	display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
	position: relative;
	z-index:2;
}

.overview-title-img {
	position: absolute; 
	top: 0; 
	height: 100%;
}

#overview-title h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

#overview-title h2 {
  font-size: 3rem;
  font-weight: bold; 
  text-align: center;
  margin: 0;
  padding-bottom: 5rem;
}

#overview-content img {
	width: 196px;
    height: 196px;
}

.overview-content-box {
    float: left;
    width: 190px;
    height: 190px;
    margin-left: 5rem;
}

.ssc-background {
	height: 55rem;
	background-color: #E6FFA4;
	position: relative;
}

.ssc-background-img, .outsource-background-img {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ssc-content {
	display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    min-height: 18rem;
    position: relative;
	margin-top: 4rem;
	z-index: 4;
}

#ssc-content img {
	width: 196px;
    height: 196px;
}

.ssc-content-box {
    float: left;
    width: 190px;
    height: 190px;
    margin-left: 5rem;
}

.outsource-background {
	height: 70rem;
	background-color: #E8CAF4;
	position: relative;
}

#outsource-content {
	display: block;
    width: 100%;
    margin: 10px auto 15px;
	padding: 5px;
    min-height: 18rem;
    position: relative;
	z-index: 4;
}

#outsource-content img {
	width: 196px;
    height: 196px;
}

.outsource-content-box {
    float: left;
    width: 190px;
    height: 190px;
    margin-left: 5rem;
}

#content-large {
	width: 100%;
	display: inline-block;
	margin: 10px auto 15px;
	padding: 5px;
}

#content-large img {
	width: 196px;
    height: 196px;
}

#content-large h2 {
  font-size: 1rem;
  color: #10AFA3;
  margin: 0 7rem 1.7rem 7rem;
  text-align: center; 
  font-weight: bold; 
}

#course-content {
  padding-bottom: 4rem;
  margin-top: -30px;
  min-height: 57rem;
}

#course-content h3 {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 2rem;
  color: #004549;
}

#course-content h2 {
  font-size: 1rem;
  color: #004549;
  margin: 1.7rem 7rem 1.7rem 7rem;
  font-weight: bold; 
}

#course-content h4 {
  font-size: 1rem;
  margin: 0 7rem 0.5rem 7rem;
  background: white;
  color: #004549;
}

#course-content h5 {
  font-size: 1rem;
  color: #004549;
  margin: 2rem 7rem 2rem 7rem;
  background: white;
}

#course-content a {
  background: #C6FF0D;
  color: #004549;
  font-size: 1.28rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  margin-left: 7rem;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
}

#course-content a:hover {
  background: #b3e60c;
}

h1 {
  height: 80px;
  width: 100%;
  font-size: 18px;
  background: #10AFA3;
  color: white;
  line-height: 150%;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}

#content-large img:hover {
    cursor: pointer;
}

.btn-floating {
	background-color: #00FFD3 !important;
}

.btn-floating:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,1.0);
}


#back_button {
	background-color: #00FFD3 !important;
	border-radius: 50% !important;
	padding: 0 !important;
}

#back_button img {
    vertical-align: middle;
	width:35px;
	height:35px;
	margin-left:0;
}

.box {
	float: left;
	width: 200px;
	height: 250px;
	padding-left: 25px;
	margin-left: 90px;
}

.box h2 {
	font-size: 1rem;
	color: #00635B;
    font-weight: 300;
	width: 100%; 
	text-align: center; 
	padding-bottom: 8px;
	margin: 0;
}

.content-box {
    float: left;
    width: 190px;
    height: 190px;
    margin-left: 30px;
	margin-bottom: 30px;
    
}

.content-box h3 {
	font-size: 1rem;
	color: #00635B;
    font-weight: 300;
	width: 100%; 
	text-align: center; 
	margin: 10px 0px 0 0px;
}

.content-box h4 {
	font-size: 1rem;
	color: #00635B;
    font-weight: 300;
	width: 100%; 
	text-align: center; 
	padding-bottom: 8px;
	margin-left: 140px;
    margin-top: 0;
	margin-bottom:10px;
}

#subpage-content {
    display: inline-block;
}

#subpage-content h2 {
  font-size: 1rem;
  color: #10AFA3;
  margin: 0rem 7rem 1.7rem 7rem;
  font-weight: bold; 
  text-align: center;
}

#subpage-title {
	background-color: #B16FAB;
	margin-top: -23px;
}
 
#subpage-title h3 {
  font-size: 1.28rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 2rem;
}

.subpage-content-box {
    height: 100px;
	float: left;
	margin-left: 10px;
	margin-bottom: 30px;
}

.subpage-content-box img {
    height: 88px;
}

.subpage-content-box a {
    background: none !important;
    color: white !important;
    border-radius 0 !important;
    margin-left: 0 !important;
    box-shadow: none !important;
}


/* Mobiles */
@media only screen and (max-width: 992px) {

.header {
    border-bottom: 15px solid #4dc0ac;
    min-height: 165px;
}

.logo img {
	width: 20rem;
}

#welcome-content h2 {
    font-size: 2.5rem;
}

#welcome-content h3 {
  font-size: 3rem;
}

#course-content h3 {
  font-size: 3rem;
}

#subpage-title h3{
  font-size: 3rem;
}

#content-large {
    width: 90%;
    display: block;
}

#content-large img {
	width: 400px;
    height: 400px;
}

.overview-background {
    height: 145rem;
}

#overview-title h3 {
  font-size: 3rem;
}

#overview-title h2 {
  font-size: 4rem;
}

#overview-content img {
	width: 400px;
    height: 400px;
}

.overview-content-box {
    width: 400px;
    height: 400px;
	margin-top: 30px;
}

#ssc-content img {
	width: 400px;
    height: 400px;
}

.ssc-background {
    height: 145rem;
}

#ssc-content {
    padding: 3rem;
}

#outsource-content img {
	width: 400px;
    height: 400px;
}

.outsource-background {
    height: 370rem;
}

#outsource-content {
    padding: 3rem;
}

.content-box {
    width: 400px;
    height: 400px;
}

#subpage-content img {
	height: 195px;
}

#subpage-content h2 {
  font-size: 2rem;
}

.subpage-content-box {
    height: 195px;
	margin-top: 30px;
}

#course-content {
    min-height: 130rem;
}

#course-content h3 {
  font-size: 2.28rem;
}

#course-content h2 {
  font-size: 2rem;
}

#course-content h4 {
  font-size: 2rem;
}

#course-content h5 {
  font-size: 2rem;
  margin-bottom: 4rem;
}

#course-content a {
  font-size: 2.28rem;
  padding: 2rem;
  margin-left: 7rem;
}

#course-content .multi {
  margin-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

#back_button img {
	width:120px;
	height:120px;
	margin-left:0;
}

.btn-floating.btn-large {
	width: 120px !important;
	height: 120px !important;
}

.fixed-action-btn {
    right: 50px;
    bottom: 50px;
}

.footer {
    min-height: 60px;
}

}
</style>