/* CSS Document */
body{
	background-color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
}
.tp-green{
    color: #00CE88;
}
.tp-highlight{
    color: #FD0267;
}
.tp-gold{
    color: #FD0267;
}
.btn-success{
	box-shadow: none;	
}
.btn-success.cta{
	box-shadow: none;
	font-size: 2rem;
}
.logos{
	margin-top: 15px;
	margin-bottom: 15px;
}
.logo1{
	max-height: 40px;
	width: auto;
	margin-left: 25px;
}
.logo2{
	max-height: 40px;
	width: auto;
	margin-left: 25px;
}
.bg-dark-blue{
	background-color: #004631;
}
.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: rgb(47, 45, 80);
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.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;
}
.btn-success {
    color: #fff;
    background-color: #FD0267;
    border-color: #FD0267;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 10px 15px;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #FD0267;
    border-color: #FD0267;
}
.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;
}
footer{
    background-color: rgb(28, 40, 54);
    color: #FFFFFF;
}
@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;		
	}
    .hero-block {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
}