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

.navbar {
    background-color: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,.5)));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #787878;
}

.nav-link {
    font-weight: 600;
    font-size: 18px;
    text-transform: lowercase;
    color: #193765;
}

.nav-link.active {
    font-weight: 700;
    color: #e84a4d !important;
}

.nav-link:hover {
    color: #e84a4d !important;
}

.nav-link .badge {
    background-color: rgba(232,230,28,.5);
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.demo-request {
    border-style: none;
    background-color: #fff;
    opacity: .8;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    line-height: 1.125em;
    border-radius: 1000000px;
    padding: 14px 24px !important;
}

#hero {
    background-image: url(bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

#hero > .container-sm {
    max-width: 760px;
}

#hero h1 {
    font-size: 54px;
    margin: 0 0 20px;
    color: #193765;
    line-height: 1.107em;
    font-weight: 700;
}

#hero h2 {
    font-weight: 600;
    color: #6f7f96;
    font-size: 18px;
    line-height: 1.667em;
}

#hero .one-pager {
    padding: 18px 40px;
    border: 1px solid #193765;
    border-radius: 1000000px;
    background-color: #193765;
    color: #fff;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
    text-transform: lowercase;
    transform: translate3d(0,0,.01px);
    -webkit-transition: color .3s,border-color .3s,background-color .3s,-webkit-transform .3s;
    transition: transform .3s,color .3s,border-color .3s,background-color .3s,-webkit-transform .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#hero .one-pager:hover {
    border-color: #e84a4d;
    background-color: #e84a4d;
    -webkit-transform: translate3d(0,3px,.01px);
    transform: translate3d(0,3px,.01px);
    color: #ecf0f1;
}

#hero .meet-shoosh {
    padding: 18px 40px;
    border: 1px solid #193765;
    border-radius: 1000000px;
    background-color: transparent;
    color: #193765;
    line-height: 1.111em;
    font-weight: 500;
    text-align: center;
    text-transform: lowercase;
    transform: translate3d(0,0,.01px);
    -webkit-transition: color .3s,border-color .3s,background-color .3s,-webkit-transform .3s;
    transition: transform .3s,color .3s,border-color .3s,background-color .3s,-webkit-transform .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#hero .meet-shoosh:hover {
    border-color: #193765;
    background-color: #193765;
    -webkit-transform: translate3d(0,3px,.01px);
    transform: translate3d(0,3px,.01px);
    color: #ecf0f1;
}

#meet h2 {
    color: #193765;
    font-size: 38px;
    line-height: 1.289em;
    font-weight: 700;
}

#features h3 {
    margin-bottom: 12px;
    color: #193765;
    font-size: 24px;
    line-height: 1.375em;
    font-weight: 700;
}

#features p {
    color: #6f7f96;
    font-size: 18px;
    line-height: 1.667em;
    font-weight: 500;
}

#demo {
    background-color: #2980b9;
    color: #ecf0f1;
}

#demo > .container {
    max-width: 760px;
}

#demo h2 {
    font-size: 38px;
    line-height: 1.289em;
    font-weight: 700;
}

#demo p {
    font-size: 18px;
    line-height: 1.667em;
    font-weight: 500;
}

#demo a {
    color: #ecf0f1;
}

footer {
    padding-top: 29px;
    padding-bottom: 29px;
    border-top: 1px solid #d5d9e0;
    background-color: #334d74;
    color: #f3f5f8;
    font-size: 17px;
    line-height: 1.667em;
    font-weight: 500;
}
