h1,
h2,
h3,
h4,
h5 {
	font-family: 'Lora', sans-serif;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.red-background {
	background: #e2010f !important;
	background: -webkit-linear-gradient(to right, #9f0004, #e2010f) !important;
	background: linear-gradient(to right, #9f0004, #e2010f) !important;
}

.blue-background {
	background: #4AABF7 !important;
	background: -webkit-linear-gradient(to right, #0285DD, #4AABF7) !important;
	background: linear-gradient(to right, #0285DD, #4AABF7) !important;
}

.dark-blue-background {
	background: #1B5299;
}

.purple-background {
	background: #FF0080 !important;
	background: -webkit-linear-gradient(to right, #9e258e, #FF0080) !important;
	background: linear-gradient(to right, #9e258e, #FF0080) !important;
}

.orange-background {
	background: #FB6530 !important;
	background: -webkit-linear-gradient(to right, #FC3900, #FB6530) !important;
	background: linear-gradient(to right, #FC3900, #FB6530) !important;
}

.yellow-background {
	background: #FE742B !important;
	background: -webkit-linear-gradient(to right, #FE742B, #FFC600) !important;
	background: linear-gradient(to right, #FE742B, #FFC600) !important;
}

.white-background {
	background: #fff;
}

.grey-header-text {
	color: rgb(75, 76, 78);
}

.grey-body-text {
	color: gray;
}

.punch-btn {
	background-color: transparent;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
	padding: 15px 30px;
	font-size: 24px;
	font-weight: 900;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	/* ...and now for the proper property */
	transition: 1s;
	margin-right: 15px;
}

.punch-btn:hover {
	background-color: #fff;
	color: #56C258;
}

.punch-btn-red {
	background-color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #e2010f;
	color: #e2010f;
	padding: 15px 30px;
	font-size: 24px;
	font-weight: 900;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	
	transition: 1s;
	margin-right: 15px;
}

.punch-btn-red:hover {
	background-color: #e2010f;
	color: #fff;
}

.punch-btn-red-small {
	background-color: #fff;
	color: #8d8d8d;
	padding: 7px 15px;
	margin: 8px;
	font-size: 16px;
	position: relative;
	vertical-align: middle;
	height: 36px;
	line-height: 50px;
	font-weight: 900;
}

.punch-btn-red-small:hover {
	color: #56C258;
}

.decorated {
	color: #56C258;
}

.price-block-container {
	max-width: 940px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.price-block {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	padding: 20px;
	margin: 30px;
}

.material-icons {
	display: inline-flex;
	vertical-align: top;
}

.account-settings {
	max-width: : 50% !important,
	margin: auto auto,
	font-size: 16px
}

@media (max-width: 767px) { 
    .account-settings {
    	max-width: 80%
    }
}

/* review styles */
.reviews {
	margin: 10px 0px 0px 20px;
	padding: 0px !important;
}