@charset "UTF-8";
/* CSS Document */

.jumbo-bg {
	background-image: url("http://www.webtype.calfonts.com/jumbo-bg.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 60%;
}
.strike {
	text-decoration:line-through;
}
.oversize {
	font-size: 200%;
	font-size-adjust: 200%;
}
.bg-blue {
	background-color: #e7fcfa;
}
.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}
a {
	color: #ff7873;
}
a:hover {
	color: #a24743;
	text-decoration: underline;
}
.pushme {
	background-color:#eeeeee;
	color: #000000;
}