/* CSS Document */
body{
	background-color: #ffffff;
}
.btn-success{
	box-shadow: 5px 5px 5px #888888;	
}
.btn-success.cta{
	box-shadow: 5px 5px 5px #888888;
	font-size: 2rem;
}
.logos{
	margin-top: 15px;
	margin-bottom: 15px;
}
.logo2{
	max-height: 40px;
	width: auto;
	margin-left: 25px;
}
.bg-dark-blue{
	background-color: #002a5c;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	font-size: 1.1rem;	
}
.footer-logos{
	width: auto;
	max-width: 90%;
	max-height: 60px;
}
.hero-block{
	background-color: #004990;
	color: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.hero-block a{
	color: #ffffff !important;
	text-decoration: none;
}
.headerimage{
	width: 90%;
	height: auto;
	margin-bottom: 25px;
}
.phonebg{
	background-image: url("../images/phone.png");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}
.phonebg p{
	font-size: 1.1rem;
}
.phonebg button{
	margin-top: 40px;
}
.steps{
	padding-top: 60px;
	padding-bottom: 60px;
}
.steps h1{
	font-weight: 700;
	font-size: 2.8rem;
	padding-bottom: 40px;
}
.stepsimage{
	width: 100%;
}
.pre-footer-img{
	width: 100%;
}
.voucherlink{
	color: #000;
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	.voucherlink{
		font-size: 1rem;
	}
	.logos{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.logo1{
		max-height: 20px;
		width: auto;		
	}
	.logo2{
		max-height: 15px;
		width: auto;
		margin-left: 15px;
	}
	.phonebg{
		background-image: none;		
	}
}