/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/02/2019, 10:13:18 AM
    Author     : OEM
*/

html, body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

*{
    box-sizing: border-box;
}

a{
    color: #fff;
    text-decoration: none;
}

.body-wrapper{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.2);
}

body .body-wrapper .navbar {
}

.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    position: fixed;
    z-index: 999;
    min-height: inherit;
    width: 100%;
    height: 76px;
}

.navbar-header {
    padding: 0 20px;
    background: #2e2e2e;
    height: 100%;
}

.navbar .container {
    position: relative;
    padding: 0;
    max-width: 1170px;
    margin: 0 auto;
    height: 100%;
}


.navbar-brand {
    font-size: 18px;
    line-height: 20px;
    height: auto;
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #97ce8b;
    -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.11);
    box-shadow: 3px 3px 0 rgba(0,0,0,0.11);
}

.logo-container {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    text-align: center;
}


.container-wrapper{
    position: relative;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    padding-top: 90px;
    height: 100%;
}

.container-max-width{
    max-width: 1170px;
    margin: 0 auto;
}

.vertical-center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.vertical-center .head-title-holder{
    max-width: 500px;
}
.vertical-center .home-title{
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    padding-bottom: 15px;
}

.vertical-center .home-sub-title{
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 50px;
}


.link-bt{
    display: inline-block;
    height: 160px;
    width: 160px;
    border-radius: 80px;
    background-color: #97ce8b;
    line-height: 155px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.link-bt:last-child{
    background-color: #549dc5;
}

.huapai-bt:hover, .huapai-bt:focus{
    background-color: #549dc5;
}

.howick-bt:hover,.howick-bt:focus{
    background-color: #97ce8b;
}
.bt-wrapper span{
    display: inline-block;
    margin: 0 20px;
}

@media (max-width: 760px){
    
    
    .vertical-center .home-title{
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .vertical-center .home-sub-title{
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 40px;
    }
    
    .link-bt{
        height: 120px;
        width: 120px;
        border-radius: 60px;
        background-color: #97ce8b;
        line-height: 115px;
        font-size: 20px;
    }
    
    .bt-wrapper{
        text-align: center;
    }
}