/* --- Global Styles --- */
body,
h2 {
    font-family: Tahoma, 'Microsoft Yahei', Simsun !important;
    font-weight: 400;
}

body {
    line-height: 20px;
}

h2 {
    font-size: 30px;
}

a {
    color: #ff8000;
}

a:active,
a:hover {
    color: #ffb366;
}

.bg-light {
    background-color: #e0e5ed;
}

/* --- Navbar --- */
.navbar {
    margin-bottom: 0;
    height: 45px;
    min-height: 45px;
    border: none;
    background-color: #1e7de2;
}

.navbar .navbar-nav {
    margin: 0 -15px;
    width: 100%;
    padding: 0 15px;
}

.navbar .navbar-nav > li {
    float: left;
    width: auto;
    margin-right: 20px;
    text-align: center;
}

.navbar .navbar-nav > li > a {
    display: inline-block;
    padding: 11px 0 8px;
    line-height: 20px;
    color: #fff;
    border-bottom: 3px solid transparent;
    background-color: #1e7de2;
}

.navbar .navbar-nav > li.active > a {
    color: #fff;
    border-bottom-color: #fff;
    background: transparent;
}

.navbar .navbar-nav > li > a:active,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    text-decoration: none;
    background: transparent;
}

/* --- Hero Section --- */
.hero-section {
    padding-top: 52px;
    text-align: center;
    background-color: #1e7de2;
    color: #fff;
}

.hero-section__title {
    margin-bottom: 38px;
}

.hero-section__title img {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}

.hero-section__title p {
    margin: 15px 0 0;
}

.hero-section__actions {
    margin: 0 auto 30px;
    max-width: 620px; 
}

.hero-section__actions .row{
    display: flex;
    flex-wrap: nowrap;
}

.hero-section__actions .btn {
    padding: 8px 12px;
    line-height: 20px;
    font-size: 16px;
    border-radius: 5px;
}

.hero-section__actions .btn > span {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.hero-section__actions .btn.btn-default {
    color: #0e5bbe;
    background-color: #fff;
    border-color: #fff;
}

.hero-section__actions .btn.btn-default:hover,
.hero-section__actions .btn.btn-default:focus {
    color: #0e5bbe;
    background-color: #fff;
    border-color: #fff;
}

.hero-section__actions .btn.btn-success {
    color: #fff;
    background-color: #00d27b;
    border-color: #00d27b;
}

.hero-section__actions .btn.btn-success:hover,
.hero-section__actions .btn.btn-success:focus {
    color: #fff;
    background-color: #00d27b;
    border-color: #00d27b;
}

.hero-section__actions .download-info {
    font-size: 12px;
    color: #a6bae1;
    margin-top: 7px;
}

.hero-section__actions .download-info > span {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 767px) {
    .download-column {
        margin-bottom: 20px;
    }
    .download-column:last-child {
        margin-bottom: 0;
    }
}


/* --- Feature Sections --- */
.feature-section {
    padding: 35px 0;
}

.feature-section__text {
    margin-bottom: 30px;
    text-align: center;
}

.feature-section__text h2 {
    margin: 0 0 5px;
    font-size: 20px;
}

.feature-section__text p {
    font-size: 12px;
}

.feature-section__image {
    text-align: center;
}

.feature-section__image img {
    width: 100%;
    max-width: 750px;
}

.feature-section--app .feature-section__text h2 {
    color: #ee4a1d;
}

.feature-section--live-source .feature-section__text h2 {
    color: #1e97dd;
}

.feature-section--manage .feature-section__text h2 {
    color: #41b820;
}

.feature-section--clean .feature-section__text h2 {
    color: #f73b64;
}

/* --- Footer --- */
.footer {
    padding: 15px 0 10px;
    text-align: center;
    border: none;
    background-color: #1e7de2;
    color: #fff;
}

.footer .footer-links {
    display: block;
    margin: 0 -15px 5px;
}

.footer .footer-links > li {
    padding: 0;
}

.footer .footer-links > li > a,
.footer .footer-links > li > span {
    color: #fff;
}

.footer .footer-info p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 30px;
}

.footer .footer-info p:first-child {
    font-size: 15px;
}

.footer .footer-info a {
    color: #fff;
}
