body{
    background-image: url("../images/landingpage/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 722px;
    width: 100%;
    background-color: #efefef;
}

header #logo{
    width: 100px;
}

header .navbar-brand{
    margin: 0;
    padding: 0;
}

header .navbar{
    background: transparent;
    height: 100%;
    border: none;
    margin-bottom: 0;
}

header{
    height: 100px;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

header .navbar a{
    font-family: Roboto;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
}

#main-content{
    padding-top: 20px;
}


.device_frame{
    position: relative;
}

img#screen_shot{
    width: 225px;
    height: 423px;
    position: absolute;
}

.introduce{
    padding-left: 20px;
    padding-right: 20px;
}

.introduce .name{
    font-family: Rubik;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    color: rgb(5, 7, 8);
}

.page_title{
    font-family: Rubik;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    color: rgb(5, 7, 8);
    padding-bottom: 20px;
}

.introduce .description{
    font-family: Roboto;
    font-size: 21px;
    line-height: 34px;
    font-weight: 300;
    color: #636262;
}

.introduce .download{
    padding-top: 50px;
}

.introduce .download a{
    padding: 0;
    margin-right: 5px;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.introduce .download img{
    height: 50px;
}

@media (min-width: 1200px){
    .container{
        width: 1000px;
    }
}

@media (min-width: 678px){
    body{
        background-position: center;
        height: 722px;
        width: 100%;
    }

    header .navbar ul,
    header .navbar-header{
        height: 100px;
    }

    header .navbar ul li{
        height: 100%;
    }

    header .navbar-header a{
        padding-top: 20px;
        padding-right: 40px;
    }

    header .navbar ul li a{
        height: 100%;
        line-height: 100px;
        padding: 0 20px 0 20px;
        transition: all ease 0.3s;
    }

    header .navbar ul li a:hover,
    header .navbar ul li a:focus
    {
        color: #000;
        border-bottom: #000 solid 3px;
    }

    header .navbar ul li.active a{
        height: 99px;
        background: transparent;
        border-bottom: #cccccc solid 3px;
    }
    header .navbar ul li.active a:hover{
        border-bottom: #000 solid 3px;
    }

    /*header #logo{
        filter: grayscale(80%);
        transition: all ease 0.3s;
    }

    header #logo:hover{
        filter: none;
    }*/

    .device_frame{
        text-align: right;
    }

    img#screen_shot{
        top: 62px;
        right: 18px;
    }

    .introduce{
        padding-top: 40px;
    }

    .content_desktop{
        display: block;
    }

    .content_mobile{
        display: none;
    }

    .policy .container{

    }
}


@media (max-width: 677px) {
    body{
        height: 100%;
    }

    header{
        height: 50px;
        border-bottom: none;
        position: fixed;
        width: 100%;
        top:0;
        z-index: 99999;
    }

    header .navbar ul{
        background: white;
    }

    #main-content{
        margin-top: 50px;
    }

    header .navbar{
        background: white;
    }

    header .navbar-nav{
        margin-top: 0;
        margin-bottom: 0;
    }

    .content_desktop{
        display: none;
    }

    .content_mobile{
        display: block;
    }

    .download a img{
        width: 50%;
        height: auto;
    }

    .introduce{
        text-align: center;
    }

    .introduce .name{
        font-size: 30px;
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page_title{
        font-size: 30px;
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .introduce .description{
        font-size: 16px;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 50px;
        text-align: left;
    }
    .introduce .description li{
        padding-bottom: 5px;
    }

    .device_frame{
        text-align: center;
    }

    #screen_shot{
        left: 50%;
        transform: translateX(-50.7%);
        top: 55px;
    }

}

footer{
    margin-top: 20px;
    opacity: 0.5;
    margin-bottom: 40px;
}


