ul {
    font-size: 1.25em;
    line-height: 1.6;
}

ul li {
	margin: 1em 0;
}

.address-bar {
	font-family: 'IM Fell English';
        color: #3c3c3c;
}

/* Plan */

.plan {
	margin-top: 2em;
}

.plan .muted {
	font-size: 1em;
	color: #999999;
}

.plan img {
	width: 100px;
	height:100px;
	margin-top: 1em;
}

.plan-price {
	margin-top: 2em;
}

.plan-action {
	margin-top: 2em;
}

/* Examples */

blockquote {
	margin-top: 1em;
	background-color: rgba(145,103,45,0.1);
}

blockquote small {
	text-align: right;
}

blockquote p {
	text-align: left;
	font-size: 1em;
	font-style: italic;
}

/* Social */
.btn-facebook { background-color: #3b5998; }
.btn-facebook:hover { background-color: #4c70ba; }
.btn-instagram { background-color: #3f729b; }
.btn-instagram:hover { background-color: #548cb9; }
.btn-pinterest { background-color: #cc2127; }
.btn-pinterest:hover { background-color: #e04046; }
.btn-etsy { background-color: #f45800; }
.btn-etsy:hover { background-color: #ff6905; }

a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
    font-size: 2em;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}