@font-face {
    font-family: 'Mistral';
    font-style: normal;
    font-weight: normal;
    src: local('Mistral'), url('../fonts/MISTRAL.woff') format('woff');
}

html,body {
    width:100%;
    height:100%;
}
body {
    padding-top:45px;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color:white;

}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    /*font-size: 4.5em;*/
    font-size: 6em;
    font-weight: 700;

    font-family: Mistral, "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center h1, .text-vertical-center h3 {
    background-color: rgba(0,0,0,0.5);
    padding-top:10px;
    padding-bottom:10px;
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}

section {
    padding-top:30px;
    padding-bottom:50px;
}

footer {
    background-color:#efefef;
    border-top:1px solid #cfcfcf;
    padding-top:80px;
    padding-bottom:100px;
}
