h1,h2,h3,h4,h5,h6{
    font-family: 'CircularStd';
    font-weight: 600;
}
img{
    max-width: 100%;
}
.hovered-card {
    border-radius: 10px;
    box-shadow: 0 20px 20px -10px rgba(0,0,0,.2);
    background: #ffff;
    padding: 3rem 2rem;
    margin: 26px 0 0 0;
    position: relative;
    /* height: 100%; */
}
.email-height{
    height: 50px;
}

.numbering {
    position: absolute;
    top: -20px;
    left: 50%;
    background: #393939;
    display: flex;
    height: 40px;
    width: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-left: -20px;
}
.opacity-75{
    opacity: 0.50;
}
.display-2{
    font-weight: 600;
}
@media (min-width: 992px) {
    .pull-desktop {
        margin-top: -190px;
    }
}
.top-nav {
    position: absolute;
    left: 0;
    right: 0;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-family: 'CircularStd';
    }
}

.yearly-block{
    display: none;
}
.yearly-mode .yearly-block{
    display: block;
}
.yearly-mode .monthly-block{
    display: none;
}
.btn-primary.btn-cta {
    text-shadow: 1px 1px 7px #888;
    font-size: 1rem;
}

@media (max-width:786px) {

    .navbar-collapse {
        background: #333333 ;
        z-index: 9999;
        padding: 15px;
    }
    .navbar-collapse .btn{
        padding: 5px 10px;
    }
}
.toggle-btns {
    display: inline-flex;
    padding: 5px 8px;
    align-items: center;
    background: #eee;
}

a.btns {
    /* background: #eee; */
    display: inline-flex;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    /* opacity: 0.7; */
    /* background: #fff; */
    align-items: center;
}
a.btns.active {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12) !important;
}
a.btns img{
    padding-left: 5px;
}
.inline-image {
    width: 50px;
    vertical-align: baseline;
}
@media (max-width:786px) {
    h1{
        font-size: 2rem!important;
        line-height: 1!important;
    }
    .inline-image {
        width: 26px;
        vertical-align: baseline;
    }
}
