﻿@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  src: url('../fonts/fontawesome-webfont.woff2');
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../Images/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
html, body {
    width: 100%;
    height: 100%;
        padding:0; margin:0;
        font-family: "Source Sans Pro";
}
.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 900;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light
{
    background: #f2f3f3;
}

.btn-light:hover
{
    background: #fff;
}