@font-face{
    font-family:ProximaNova;
    src:url(/css/font/ProximaNovaExCn-Light.ttf);
}
@font-face{
    font-family:RobotoRegular;
    src:url(/css/font/Roboto-Regular.ttf);
}
html {
    font-size: 14px;
}
.top-menu a:hover{
    color: #fff;
}
.top-menu a{
    color:#c2c7d0;
}
.top-menu{
    background: #343a40;
    color: #c2c7d0;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }