body{
    margin: 0;
    font-family: Helvetica,Arial,Sans-serif;
    font-weight: 200;
    color: #000;
}

.banner{
    z-index: 1;
    min-height: 100vh;
    position: relative;
    background: url(skyscape.jpeg) no-repeat center;
    background-size: cover;
}

.btn {
    margin: 10px;
    display: inline-block;
    background: #002347;
    padding: 0 48px;
    color: #fdc632;
    font-size: 13px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    outline: none!important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
}

.btn:hover{
    color: #002347;
    background: #fdc632;
}

.banner_content{
   padding: 220px 0;
}

.text-center{
   text-align: center!important;
}
