@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

body {
    color: #333333;
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.navbar-default {
    background: transparent;
    border: none;
}

header {
    background: url(../img/header_background.png);
    background-size: contain;
    height: 100%;
    position: relative;
}

header .container {
    height: 100%;
}

.intro {
    position: relative;
    margin: 100px 0 100px;
}

.intro h1 {
    font-size: 50px;
    font-weight: 900;
}

.intro .highlight {
    color: #1A4572;
}

.intro-left {
    margin-top: 15%;
}

.area {
    margin-top: 40px;
}

.footer-scroll {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.footer-scroll a {
    font-size: 50px;
    color: #333;
}

.app {
    width: 100%;
    position: relative;
}

.app_content {
    background: #1A4572;
    color: #fff;
    padding: 65px 0 100px;
}

.app_content p {
    width: 80%;
    font-size: 22px;
}

.app_content h1 {
    font-weight: 700;
}

.app_content img {
    margin-top: 20px;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 50px 0;
    box-shadow: 0 0 20px #000;
}
.footer h1 {
    font-weight: 900;
    font-size: 50px;
}
.footer h1 img {
    padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
    .intro {
        margin: 40px 0 100px;
    }
    .intro h1 {
        text-align: center;
    }
    .intro-right {
        text-align: center;
    }

    .area {
        margin-top: 20px;
        text-align: center;
    }

    .main_phone {
        margin-top: 30px;
        width: 90%;
        max-width: 300px;
    }

    .footer-scroll {
        display: none;
    }

    .app_content {
        padding: 35px 0;
        text-align: center;
    }

    .app_content p {
        text-align: center;
        width: 100%;
    }

    .app_content h1 {
        text-align: center;
    }

    .app_content img {
        width: 90%;
        max-width: 290px;
        margin: 20px 0 30px;
    }

    .footer {
        position: relative;
        padding: 30px 0;
    }
    .footer h1 {
        text-align: center;
    }
    .footer h1 img {
        padding: 0;
        display: block;
        width: 200px;
        margin: 0 auto;
        margin-top: 10px;
    }

}