body {
	font-family: "Questrial", sans-serif;
	font-size: 16px;
	width: 100%;
	background-color: #0bbbef33;
	}

.cavheader {
	width: 100%;
	background-color: #0bbbef;
	min-height: 100px;
}

.cavheader_wave {
	width: 100%; 
	min-height:110px; 
	max-height: 180px; 
	background-image: url(../images/group1.svg); 
	background-repeat: repeat-x; 
	background-position: bottom;
}

.cavfooter {
	width: 100%;
	min-height: 170px;
	background-image: url(../images/cav_footer.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.cavunderfooter {
	width: 100%;
	min-height: 20px;
	background-color:  #840844;
}

.blueheader {
	height: 199px;
	
	color: white;
	font-size: 1.2rem;
}

.redfoot {
	background-image: url(../images/cav_footer.svg);
	backgroun-repeat: no-repeat;
	height: 150px;
}

a.cav_nav {
	color: white; 
	text-decoration: none; 
	margin-right: 20px;
}

a.cav_nav:hover {
	background-color: #fff164;
	color: #0bbbef;
}

.aphone:link, .aphone:visited {
    color: white;
    text-decoration: none;
}

.aphone:hover, .aphone:active {
    color: white;
    text-shadow: 1px 1px 4px red;
}

.cavblue {
	color: #0bbbef;
}

a.cav_blue {
	color: #0bbbef; 
	text-decoration: none; 
}
	
.oldheader {
	width: 100%;
	background-image: url(../images/cavint_header.svg);
	background-repeat: no-repeat;
	background-color: #0bbbef;
	background-size: 100%;
}

.refbutton {
	margin-top: 0px;
}

a:link, a:hover, a:visited {
	text-decoration: none;
}

.cutcorners {
    height: 130px;
	width: 240px;
	margin-top: 10px;
	right: -20px;
	padding: 10px;
    background: #0bbbef;
    color: yellow;
    position: relative;
	transform: rotate(10deg);
	float: right;
}

.cutcorners:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    border-top: 20px solid #cef1fb;
    border-left: 20px solid #0bbbef;
    width: 0;
}

.cutcorners:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    border-bottom: 20px solid #cef1fb;
    border-right: 20px solid #0bbbef;
    width: 0;
}

.testimonial {
	margin-top: 15px; 
	min-height: 375px; 
	background-color: white; 
	border-radius: 10px; 
	position: relative;
}

@media only screen and (max-width: 1399px) {
	.testimonial {
		font-size: 0.9rem;
		min-height: 390px;
	}
	
}

@media only screen and (max-width: 1199px) {
	.testimonial {
		font-size: 0.9rem;
		min-height: 500px;
	}

}

@media only screen and (max-width: 990px) {
	.testimonial {
		font-size: 1.2rem;
		min-height: 350px;
	}

}

@media only screen and (max-width: 540px) {
	.testimonial {
		font-size: 1rem;
		min-height: 330px;
	}

}

