﻿ul {
    padding-left: 5%;
}

body {
	background: none;
	background-color: #c8e7fa;
}

.subscription-box {
	background-color: white;
	width: 18%;
	border-color: rgb(0, 124, 194);
	border-width: 2px;
	border-style: solid;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bolder;
	color: #333;
	margin-bottom: 3%;
	/*margin-left: 5%;*/
}

.subscription-header {
    font-weight: bolder;
}

.gradient-bar {
    height: 2px;
    border: 0;
    background-image: -webkit-linear-gradient(45deg, rgb(0, 124, 194), #5cb85c);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.about-text {
	color: #333;
	font-size: x-large;
	font-family: 'museo_sans500';
}

.about-text-header {
    color: #333;
    font-size: x-large;
    font-weight: bold;
}

#about-features{
    padding-top: 14px;
}