body {
	font-size: 32px;
}

.card {
	width: 36rem;
	margin: auto;
	margin-top: 70px;
}

.card-body {
	height: 31rem;
	padding-bottom: 50px;
}

.price-margin {
	margin-bottom: 70px;
}

.testimonial-height {
	height: 50rem;
}

@media(min-width: 992px) {
	body {
		font-size: 16px;
	}

	.card {
		width: 18rem;
		margin: auto;
		margin-top: 35px;
	}

	.card-body {
		height: 17rem;
		padding-bottom: 25px;
	}

	.price-margin {
		margin-bottom: 35px;
	}

	.testimonial-height {
		height: 22rem;
	}
}


.gray {
	background-color: #eeeeee;
}

.outer-border-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.outer-border-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.rightimg {
	float: right;
	margin: 7px 0 7px 0;
}

.highlight1 {
	color: #e79721;
}

.highlight2 {
	color: #131391;
}

.small-size {
	font-size: 1.125em;
	font-family: "Roboto Light";
}

body {
	font-family: sans-serif;
}

p {
	font-size: 1.875em;
}

h1 {
	font-size: 2.5em;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 {
	font-size: 1.875em;
	color: #131391;
}

h3 {
	font-size: 1.25em;
	color: #131391;
}

.positive-margin-top-25 {
	margin-top: 25px;
}

.negative-margin-top-10 {
	margin-top: -10px;
}

.logo {
	float: left;
	margin-right: 25px;
	width: 72px;
	height: 72px;
}

.phone {
	background-image: url('images/qr-code-phone.png');
}

li {
	font-size: 1.375em;
}

ul {
	padding-left: 100px;
}

.links a {
	margin: 5px;
}

button.btn {
	margin-top: 25px;
	color: #131391; 
    border-color: #131391;
	width: 320px;
}

.price {
	border: 1px solid #e79721;
    border-radius: 8px;
    text-align: center;
    color: #131391;
    bottom: 0px;
    left: 2.5rem;
    padding: 15px;
	font-size: 1.875em;
}

.white-background {
	background-color: #ffffff;
}

.blackout {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
	opacity: 0.75;
}

.testimonial .inner-block {
	width: 25%;
	min-width: 28rem;
	background-color: #ffffff;
    padding: 10px;
	margin-top: 25px;
    border-radius: 10px;
}

.testimonial img {
	width: auto;
	height: 128px;
	border-radius: 64px;
	background-color: #eeeeee;
}

.testimonial h3 {
	margin-top: 10px;
	margin-bottom: 25px;
}

.call-to-action {
	margin-bottom: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

.stop-scrolling {
	overflow: hidden;
}

#first-block  {
	padding-top: 60px;
}